VirtualBox

Changeset 73879 in vbox for trunk/include


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

IPRT/rest: Implemented RTCRestOutputToString. bugref:9167

File:
1 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): */
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