Changeset 27418 in vbox for trunk/include/iprt
- Timestamp:
- Mar 16, 2010 5:30:50 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58893
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/xml.h
r26163 r27418 164 164 public: 165 165 166 EIPRTFailure (int aRC); 167 168 int rc() const { return mRC; } 166 EIPRTFailure(int aRC, const char *pcszContext, ...); 167 168 int rc() const 169 { 170 return mRC; 171 } 169 172 170 173 private:
Note:
See TracChangeset
for help on using the changeset viewer.