VirtualBox

Changeset 73876 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 24, 2018 3:43:58 PM (6 years ago)
Author:
vboxsync
Message:

IPRT: More REST work. bugref:9167 [doxygen]

File:
1 edited

Legend:

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

    r73875 r73876  
    241241     * @param   a_cbDst         Size of the destination buffer.
    242242     */
    243     virtual char *getPath(RTCRestJsonCursor const &a_rCursor, char *pszDst, size_t cbDst) const;
     243    virtual char *getPath(RTCRestJsonCursor const &a_rCursor, char *a_pszDst, size_t a_cbDst) const;
    244244};
    245245
     
    273273     *
    274274     * @returns IPRT status code.
    275      * @parm    pCursor    JSON cursor.
     275     * @parm    a_rCursor    The JSON cursor.
    276276     */
    277277    virtual int deserializeFromJson(RTCRestJsonCursor const &a_rCursor) = 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