xml/cxmllibrary/src/utils/include/cxml_internal.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_internal.h
       
    21 
       
    22     @synopsis:    default
       
    23 
       
    24     @description: default
       
    25 
       
    26  ** ----------------------------------------------------------------------- **/
       
    27 #ifndef CXML_INTERNAL_H
       
    28 #define CXML_INTERNAL_H
       
    29 
       
    30 #include <xml/cxml/nwx_status.h>
       
    31  
       
    32 #include <xml/cxml/cxml_type_def.h>
       
    33 #include "cxml_mem.h"
       
    34 #include <xml/cxml/cxml_str.h>
       
    35 #include "cxml_vector.h"
       
    36 
       
    37 
       
    38 #ifdef __cplusplus
       
    39 extern "C"
       
    40 {
       
    41 #endif /* __cplusplus */
       
    42 
       
    43 #ifdef __cplusplus
       
    44 } // extern "C" {
       
    45 #endif /* __cplusplus */
       
    46 
       
    47 
       
    48 #endif /* CXML_INTERNAL_H */
       
    49