web_plat/cxml_library_api/inc/nw_wbxml_token.h
branchRCL_3
changeset 49 919f36ff910f
parent 48 79859ed3eea9
equal deleted inserted replaced
48:79859ed3eea9 49:919f36ff910f
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 /** ----------------------------------------------------------------------- **
    18 /** ----------------------------------------------------------------------- **
    20     @package:     NW_WBXML
    19     @package:     NW_WBXML
    21 
    20 
    22     @synopsis:    default
    21     @synopsis:    default
    23 
    22 
    26  ** ----------------------------------------------------------------------- **/
    25  ** ----------------------------------------------------------------------- **/
    27 
    26 
    28 #ifndef NW_PARSER_WBXML_TOKEN_H
    27 #ifndef NW_PARSER_WBXML_TOKEN_H
    29 #define NW_PARSER_WBXML_TOKEN_H
    28 #define NW_PARSER_WBXML_TOKEN_H
    30 
    29 
    31 #include "cxml_proj.h"
    30 #include <cxml_proj.h>
    32 #include "nw_string_string.h"
    31 #include <nw_string_string.h>
    33 
    32 
    34 #ifdef __cplusplus
    33 #ifdef __cplusplus
    35 extern "C"
    34 extern "C"
    36 {
    35 {
    37 #endif /* __cplusplus */
    36 #endif /* __cplusplus */
    38 
       
    39 
    37 
    40 /*
    38 /*
    41  * WBXML global tokens, section 7
    39  * WBXML global tokens, section 7
    42  */
    40  */
    43 
    41 
    91 #endif /* __cplusplus */
    89 #endif /* __cplusplus */
    92 
    90 
    93 #endif
    91 #endif
    94 
    92 
    95 
    93 
       
    94