VirtualBox

Changeset 73902 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 27, 2018 12:50:23 AM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: More API code generation bits. bugref:9167 [build fix]

File:
1 edited

Legend:

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

    r73900 r73902  
    558558     *
    559559     * @returns IPRT status code.
    560      * @param   a_pstrPath  Where to set path parameters.  Will be appended to the base path.
    561      * @param   a_pstrQuery Where to set query parameters.
     560     * @param   a_pStrPath  Where to set path parameters.  Will be appended to the base path.
     561     * @param   a_pStrQuery Where to set query parameters.
    562562     * @param   a_hHttp     Where to set header parameters and such.
    563      * @param   a_pstrBody  Where to set body parameters.
     563     * @param   a_pStrBody  Where to set body parameters.
    564564     */
    565565    virtual int xmitPrepare(RTCString *a_pStrPath, RTCString *a_pStrQuery, RTHTTP a_hHttp, RTCString *a_pStrBody) const = 0;
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