VirtualBox

Changeset 73879 in vbox for trunk


Ignore:
Timestamp:
Aug 24, 2018 4:15:33 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: Implemented RTCRestOutputToString. bugref:9167

Location:
trunk
Files:
1 added
2 edited

Legend:

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

    r73876 r73879  
    134134     *          more output afterwards.
    135135     */
    136     virtual RTCString *finalize(void);
     136    virtual RTCString *finalize();
    137137
    138138
     
    142142    /** Set if we ran out of memory and should ignore subsequent calls. */
    143143    bool        m_fOutOfMemory;
     144
     145    /** @callback_method_impl{FNRTSTROUTPUT} */
     146    static DECLCALLBACK(size_t) strOutput(void *pvArg, const char *pachChars, size_t cbChars);
    144147
    145148    /* Make non-copyable (RTCNonCopyable causes warnings): */
  • trunk/src/VBox/Runtime/Makefile.kmk

    r73875 r73879  
    545545        common/rest/RTCRestJsonPrimaryCursor.cpp \
    546546        common/rest/RTCRestObjectBase.cpp \
     547        common/rest/RTCRestOutputToString.cpp \
    547548        common/sort/RTSortIsSorted.cpp \
    548549        common/sort/RTSortApvIsSorted.cpp \
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