ncdengine/provider/protocol/inc/ncdxmlheaders.h
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
    26 #endif    
    26 #endif    
    27 
    27 
    28 // All necessary XML DOM parser headers are included here
    28 // All necessary XML DOM parser headers are included here
    29 #ifdef S60_3_2_WK14_OR_NEWER
    29 #ifdef S60_3_2_WK14_OR_NEWER
    30 // Filenames in 3.2 from week 14 onwards
    30 // Filenames in 3.2 from week 14 onwards
    31     #include <xmlengdom.h>
    31     #include <xml/dom/xmlengdom.h>
    32     #include <xmlengdomimplementation.h>
    32     #include <xml/dom/xmlengdomimplementation.h>
    33     #include <xmlengdocument.h>
    33     #include <xml/dom/xmlengdocument.h>
    34     #include <xmlengserializationoptions.h>
    34     #include <xml/dom/xmlengserializationoptions.h>
    35     #include <xmlengxestrings.h>
    35     #include <xml/utils/xmlengxestrings.h>
    36     #include <xmlengutils.h>
    36     #include <xml/utils/xmlengutils.h>
    37 #else
    37 #else
    38 
    38 
    39 // Filenames in 3.1
    39 // Filenames in 3.1
    40     #include <xmlengddom.h>
    40     #include <xmlengddom.h>
    41     #include <xmlengddomimplementation.h>
    41     #include <xmlengddomimplementation.h>