webservices/wsfragment/src/senfragmentbase.cpp
branchRCL_3
changeset 36 c5fabff9b552
parent 0 62f9d29f7211
child 37 1adb97a15c2f
equal deleted inserted replaced
35:6f5ef5fc65b4 36:c5fabff9b552
    32 
    32 
    33 #include <SenXmlConstants.h>
    33 #include <SenXmlConstants.h>
    34 
    34 
    35 #include <xml/attribute.h>               // needed for RAttributeArray
    35 #include <xml/attribute.h>               // needed for RAttributeArray
    36 #include <xml/parserfeature.h>           // for TParserFeature enumeration
    36 #include <xml/parserfeature.h>           // for TParserFeature enumeration
    37 #include <xmlengserializationoptions.h> // for TSerializationOptions
    37 #include <xml/dom/xmlengserializationoptions.h> // for TSerializationOptions
    38 #include <xmlengbinarycontainer.h>
    38 #include <xml/dom/xmlengbinarycontainer.h>
    39 #include <xmlengnodelist.h>
    39 #include <xml/dom/xmlengnodelist.h>
    40 
    40 
    41 
    41 
    42 typedef unsigned char xmlChar; // from "libxml/Libxml2_xmlstring.h"
    42 typedef unsigned char xmlChar; // from "libxml/Libxml2_xmlstring.h"
    43 
    43 
    44 using namespace Xml;
    44 using namespace Xml;