Changeset 73902 in vbox for trunk/include/iprt
- Timestamp:
- Aug 27, 2018 12:50:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restbase.h
r73900 r73902 558 558 * 559 559 * @returns IPRT status code. 560 * @param a_p strPath Where to set path parameters. Will be appended to the base path.561 * @param a_p strQuery 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. 562 562 * @param a_hHttp Where to set header parameters and such. 563 * @param a_p strBody Where to set body parameters.563 * @param a_pStrBody Where to set body parameters. 564 564 */ 565 565 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.