VirtualBox

Changeset 84001 in vbox for trunk/include/iprt/cpp/xml.h


Ignore:
Timestamp:
Apr 27, 2020 11:54:25 AM (5 years ago)
Author:
vboxsync
Message:

IPRT/xml: Simplified EIPRTFailure::EIPRTFailure, avoiding two heap allocations and letting the formatter deal with resolving status codes to strings.

File:
1 edited

Legend:

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

    r82968 r84001  
    144144public:
    145145
    146     EIPRTFailure(int aRC, const char *pcszContext, ...);
     146    EIPRTFailure(int aRC, const char *pszContextFmt, ...);
    147147
    148148    int rc() const
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