Changeset 98264 in vbox for trunk/include/iprt
- Timestamp:
- Jan 24, 2023 9:12:26 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/xml.h
r98103 r98264 160 160 161 161 int rc() const 162 { 163 return mRC; 164 } 165 166 int getStatus() const 162 167 { 163 168 return mRC;
Note:
See TracChangeset
for help on using the changeset viewer.