Changeset 84001 in vbox for trunk/include/iprt/cpp/xml.h
- Timestamp:
- Apr 27, 2020 11:54:25 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/xml.h
r82968 r84001 144 144 public: 145 145 146 EIPRTFailure(int aRC, const char *p cszContext, ...);146 EIPRTFailure(int aRC, const char *pszContextFmt, ...); 147 147 148 148 int rc() const
Note:
See TracChangeset
for help on using the changeset viewer.