Changeset 73876 in vbox for trunk/include/iprt
- Timestamp:
- Aug 24, 2018 3:43:58 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restbase.h
r73875 r73876 241 241 * @param a_cbDst Size of the destination buffer. 242 242 */ 243 virtual char *getPath(RTCRestJsonCursor const &a_rCursor, char * pszDst, size_tcbDst) const;243 virtual char *getPath(RTCRestJsonCursor const &a_rCursor, char *a_pszDst, size_t a_cbDst) const; 244 244 }; 245 245 … … 273 273 * 274 274 * @returns IPRT status code. 275 * @parm pCursorJSON cursor.275 * @parm a_rCursor The JSON cursor. 276 276 */ 277 277 virtual int deserializeFromJson(RTCRestJsonCursor const &a_rCursor) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.