Changeset 74009 in vbox for trunk/include/iprt/cpp
- Timestamp:
- Aug 31, 2018 7:28:56 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124755
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restbase.h
r74008 r74009 1455 1455 1456 1456 /** 1457 * Resets the object state. 1458 */ 1459 virtual void reset(void); 1460 1461 /** 1457 1462 * Prepares the HTTP handle for receiving the response. 1458 1463 * … … 1704 1709 * Implements stuff for making an API call. 1705 1710 * 1711 * @returns a_pResponse->getStatus() 1706 1712 * @param a_rRequest Reference to the request object. 1707 1713 * @param a_enmHttpMethod The HTTP request method. … … 1709 1715 * @param a_pszMethod The method name, for logging purposes. 1710 1716 */ 1711 virtual voiddoCall(RTCRestClientRequestBase const &a_rRequest, RTHTTPMETHOD a_enmHttpMethod,1712 1717 virtual int doCall(RTCRestClientRequestBase const &a_rRequest, RTHTTPMETHOD a_enmHttpMethod, 1718 RTCRestClientResponseBase *a_pResponse, const char *a_pszMethod); 1713 1719 1714 1720 };
Note:
See TracChangeset
for help on using the changeset viewer.