xmlsrv_plat/cxml_library_api/inc/cxml_proj.h
branchRCL_3
changeset 21 604ca70b6235
parent 20 889504eac4fb
equal deleted inserted replaced
20:889504eac4fb 21:604ca70b6235
     1 /*
       
     2 * Copyright (c) 2003 - 2004 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 the License "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 /** ----------------------------------------------------------------------- **
       
    20     @package:     cxml_proj.h
       
    21 
       
    22     @synopsis:    default
       
    23 
       
    24     @description: default
       
    25 
       
    26  ** ----------------------------------------------------------------------- **/
       
    27 #ifndef CXML_PROJ_H
       
    28 #define CXML_PROJ_H
       
    29 
       
    30 
       
    31 
       
    32 #ifndef NOKIA_MOBILE_BROWSER
       
    33 
       
    34 #include <xml/cxml/cxml_nw2cxmlTypes.h>
       
    35 #endif
       
    36 
       
    37 #include <xml/cxml/nwx_status.h>
       
    38 
       
    39 #include <xml/cxml/cxml_type_def.h>
       
    40 
       
    41 #ifdef __cplusplus
       
    42 extern "C"
       
    43 {
       
    44 #endif /* __cplusplus */
       
    45 
       
    46 #ifdef __cplusplus
       
    47 } /* extern "C" { */
       
    48 #endif /* __cplusplus */
       
    49 
       
    50 #endif /* CXML_PROJ_H */
       
    51