Changeset 21428 in vbox for trunk/include/iprt/xml_cpp.h
- Timestamp:
- Jul 9, 2009 11:11:11 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/xml_cpp.h
r21409 r21428 122 122 XmlError(xmlErrorPtr aErr); 123 123 124 static char *Format(xmlErrorPtr aErr);124 static char* Format(xmlErrorPtr aErr); 125 125 }; 126 126 … … 158 158 // Runtime errors 159 159 ////////////////////////////////////////////////////////////////////////////// 160 161 class RT_DECL_CLASS ENoMemory : public RuntimeError, public std::bad_alloc162 {163 public:164 ENoMemory(const char *aMsg = NULL) : RuntimeError (aMsg) {}165 virtual ~ENoMemory() throw() {}166 };167 160 168 161 class RT_DECL_CLASS EIPRTFailure : public RuntimeError
Note:
See TracChangeset
for help on using the changeset viewer.