browserutilities/cxmllibrary/src/xmlp/include/cxml_xmlp_int_entity.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    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 
    28 
    29 
    29 typedef struct CXML_Internal_Entity_s {
    30 typedef struct CXML_Internal_Entity_s {
    30    NW_Ucs2 * name;
    31    NW_Ucs2 * name;
    31    NW_Ucs2 * value;
    32    NW_Ucs2 * value;
    32    NW_Uint32 nameLen;
    33    NW_Uint32 nameLen;