Changeset 21079 in vbox for trunk/src/VBox/Runtime/r3/xml.cpp
- Timestamp:
- Jun 30, 2009 3:59:22 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49339
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/xml.cpp
r21077 r21079 19 19 */ 20 20 21 #include "Logging.h"22 23 21 #include <iprt/cdefs.h> 24 22 #include <iprt/err.h> 25 23 #include <iprt/file.h> 26 24 #include <iprt/lock.h> 27 #include <iprt/ string.h>25 #include <iprt/xml_cpp.h> 28 26 29 27 #include <libxml/tree.h> … … 36 34 #include <libxml/xmlschemas.h> 37 35 38 #include <list>39 36 #include <map> 40 37 #include <boost/shared_ptr.hpp> 41 42 #include "VBox/xml.h"43 38 44 39 //////////////////////////////////////////////////////////////////////////////// … … 991 986 { 992 987 m->copyFrom(x.m); 993 } ;988 } 994 989 995 990 Document& Document::operator=(const Document &x) … … 998 993 m->copyFrom(x.m); 999 994 return *this; 1000 } ;995 } 1001 996 1002 997 Document::~Document()
Note:
See TracChangeset
for help on using the changeset viewer.