VirtualBox

Ignore:
Timestamp:
Jun 30, 2009 3:59:22 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49339
Message:

Main: move libxml2 to IPRT unconditionally (remove VBOX_WITH_LIBXML2_IN_VBOXRT); move xml classes to IPRT; introduce IPRT ministring class as base for both Utf8Str and xml.cpp, with better performance; introduce some Utf8Str helpers to avoid string buffer hacks in Main code; remove std::auto_ptr<> from some headers

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/xml.cpp

    r21077 r21079  
    1919 */
    2020
    21 #include "Logging.h"
    22 
    2321#include <iprt/cdefs.h>
    2422#include <iprt/err.h>
    2523#include <iprt/file.h>
    2624#include <iprt/lock.h>
    27 #include <iprt/string.h>
     25#include <iprt/xml_cpp.h>
    2826
    2927#include <libxml/tree.h>
     
    3634#include <libxml/xmlschemas.h>
    3735
    38 #include <list>
    3936#include <map>
    4037#include <boost/shared_ptr.hpp>
    41 
    42 #include "VBox/xml.h"
    4338
    4439////////////////////////////////////////////////////////////////////////////////
     
    991986{
    992987    m->copyFrom(x.m);
    993 };
     988}
    994989
    995990Document& Document::operator=(const Document &x)
     
    998993    m->copyFrom(x.m);
    999994    return *this;
    1000 };
     995}
    1001996
    1002997Document::~Document()
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette