xmlsecurityengine/xmlsecwrapper/inc/xmlsecwtemplate.h
branchRCL_3
changeset 33 604ca70b6235
parent 32 889504eac4fb
equal deleted inserted replaced
32:889504eac4fb 33:604ca70b6235
    19 #define C_TEMPLATE_H
    19 #define C_TEMPLATE_H
    20 
    20 
    21 #include <e32std.h>
    21 #include <e32std.h>
    22 #include <f32file.h>
    22 #include <f32file.h>
    23  
    23  
    24 #include <xml/dom/xmlengdom.h>
    24 #include <xmlengdom.h>
    25 #include <stdapis/libxml2/libxml2_tree.h>
    25 #include <libxml2_tree.h>
    26 #include <stdapis/libxml2/libxml2_xmlmemory.h>
    26 #include <libxml2_xmlmemory.h>
    27 #include <stdapis/libxml2/libxml2_parser.h>
    27 #include <libxml2_parser.h>
    28 #include <stdapis/libxml2/libxml2_globals.h>
    28 #include <libxml2_globals.h>
    29 
    29 
    30 class XmlSecTemplate
    30 class XmlSecTemplate
    31     {
    31     {
    32 public:
    32 public:
    33     /**
    33     /**