VirtualBox

Changeset 74417 in vbox for trunk


Ignore:
Timestamp:
Sep 21, 2018 6:47:21 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: Reworked the JSON output classes a little, adding a pretty printing version. bugref:9167 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/rest/RTCRestOutputBase.cpp

    r74414 r74417  
    4747
    4848
    49 size_t RTCRestOutputBase::vprintf(const char *pszFormat, va_list va) RT_IPRT_FORMAT_ATTR(2, 0)
     49size_t RTCRestOutputBase::vprintf(const char *pszFormat, va_list va)
    5050{
    5151    return RTStrFormatV(printfOutputCallback, this, NULL, NULL, pszFormat, va);
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