Changeset 21427 in vbox for trunk/include
- Timestamp:
- Jul 9, 2009 11:09:58 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49815
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r21217 r21427 1207 1207 1208 1208 1209 /*1210 * VBoxXml1211 *1212 *1213 */1214 1215 1216 class VBoxXmlBase1217 {1218 protected:1219 VBoxXmlBase();1220 1221 ~VBoxXmlBase();1222 1223 xmlParserCtxtPtr m_ctxt;1224 };1225 1226 class VBoxXmlFile : public VBoxXmlBase1227 {1228 public:1229 VBoxXmlFile();1230 ~VBoxXmlFile();1231 };1232 1233 1234 1209 1235 1210 #if defined(_MSC_VER)
Note:
See TracChangeset
for help on using the changeset viewer.