ncdengine/provider/protocol/inc/ncdxmlheaders.h
changeset 0 ba25891c3a9e
child 25 7333d7932ef7
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef NCD_XML_HEADERS_H
       
    20 #define NCD_XML_HEADERS_H
       
    21 
       
    22 
       
    23 #ifdef RD_XML_ENGINE_API_CHANGE
       
    24     // Comment this if you compile for 3.2 wk12 or older
       
    25     #define S60_3_2_WK14_OR_NEWER
       
    26 #endif    
       
    27 
       
    28 // All necessary XML DOM parser headers are included here
       
    29 #ifdef S60_3_2_WK14_OR_NEWER
       
    30 // Filenames in 3.2 from week 14 onwards
       
    31     #include <xmlengdom.h>
       
    32     #include <xmlengdomimplementation.h>
       
    33     #include <xmlengdocument.h>
       
    34     #include <xmlengserializationoptions.h>
       
    35     #include <xmlengxestrings.h>
       
    36     #include <xmlengutils.h>
       
    37 #else
       
    38 
       
    39 // Filenames in 3.1
       
    40     #include <xmlengddom.h>
       
    41     #include <xmlengddomimplementation.h>
       
    42     #include <xmlengddocument.h>
       
    43     #include <xmlengdserializationoptions.h>
       
    44     #include <xmlenguxestrings.h> //Added because week 2 SDK 3.2 XmlEngDDOM.h -> xmlengdnodefilter.h -> xmlenguxestd.h had removed it.
       
    45     #include <xmlenguutils.h>
       
    46 #endif
       
    47 
       
    48 
       
    49 #endif // NCD_XML_HEADERS_H