browserutilities/cxmllibrary/src/xmlp/include/cxml_xmlp_int_entity.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    18 
    18 
    19 
    19 
    20 #ifndef _CXML_XMLP_INT_ENTITY_H_
    20 #ifndef _CXML_XMLP_INT_ENTITY_H_
    21 #define _CXML_XMLP_INT_ENTITY_H_
    21 #define _CXML_XMLP_INT_ENTITY_H_
    22 #include <e32std.h>
    22 #include <e32std.h>
    23 #include "cxml_proj.h"
    23 #include <cxml_proj.h>
    24 
    24 
    25 #ifdef __cplusplus
    25 #ifdef __cplusplus
    26 extern "C" {
    26 extern "C" {
    27 #endif
    27 #endif
    28 
       
    29 
    28 
    30 typedef struct CXML_Internal_Entity_s {
    29 typedef struct CXML_Internal_Entity_s {
    31    NW_Ucs2 * name;
    30    NW_Ucs2 * name;
    32    NW_Ucs2 * value;
    31    NW_Ucs2 * value;
    33    NW_Uint32 nameLen;
    32    NW_Uint32 nameLen;