VirtualBox

Changeset 73889 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 25, 2018 1:27:37 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: More 'api' generator work. bugref:9167

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/restbase.h

    r73887 r73889  
    360360     * @param   a_hHttp     The HTTP handle to prepare for transmitting.
    361361     */
    362     virtual int xmitPrepare(RTHTTP a_hHttp) = 0;
     362    virtual int xmitPrepare(RTHTTP a_hHttp) const = 0;
    363363
    364364    /**
     
    368368     * @param   a_hHttp     The HTTP handle the request was performed on.
    369369     */
    370     virtual void xmitComplete(int a_rcStatus, RTHTTP a_hHttp) = 0;
     370    virtual void xmitComplete(int a_rcStatus, RTHTTP a_hHttp) const = 0;
    371371};
    372372
     
    449449     * @param   a_rcStatus  Negative numbers are IPRT errors, positive are HTTP status codes.
    450450     * @param   a_hHttp     The HTTP handle the request was performed on.
     451     *                      This can be NIL_RTHTTP should something fail early, in
     452     *                      which case it is possible receivePrepare() wasn't called.
    451453     */
    452454    virtual int receiveComplete(int a_rcStatus, RTHTTP a_hHttp)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette