Changeset 21409 in vbox for trunk/src/VBox/Runtime/r3/xml.cpp
- Timestamp:
- Jul 8, 2009 3:36:59 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49785
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/xml.cpp
r21322 r21409 1085 1085 { 1086 1086 xmlParserCtxtPtr ctxt; 1087 ministring strXmlFilename;1087 iprt::MiniString strXmlFilename; 1088 1088 1089 1089 Data() … … 1115 1115 { 1116 1116 File file; 1117 ministring error;1117 iprt::MiniString error; 1118 1118 1119 1119 IOContext(const char *pcszFilename, File::Mode mode)
Note:
See TracChangeset
for help on using the changeset viewer.