browserutilities/cxmllibrary/src/encoder/include/nw_encoder_tinydom2wbxml.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
    18 /** ----------------------------------------------------------------------- **
    19 /** ----------------------------------------------------------------------- **
    19     @package:     NW_Encoder
    20     @package:     NW_Encoder
    20 
    21 
    21     @synopsis:    default
    22     @synopsis:    default
    22 
    23 
    25  ** ----------------------------------------------------------------------- **/
    26  ** ----------------------------------------------------------------------- **/
    26 
    27 
    27 #ifndef NW_TINYDOM2WBXML_H
    28 #ifndef NW_TINYDOM2WBXML_H
    28 #define NW_TINYDOM2WBXML_H
    29 #define NW_TINYDOM2WBXML_H
    29 
    30 
    30 #include <nw_encoder_wbxmlwriter.h>
    31 #include "nw_encoder_wbxmlwriter.h"
    31 #include <nw_dom_attribute.h>
    32 #include "nw_dom_attribute.h"
    32 
    33 
    33 #ifdef __cplusplus
    34 #ifdef __cplusplus
    34 extern "C" {
    35 extern "C" {
    35 #endif /* __cplusplus */
    36 #endif /* __cplusplus */
    36 
    37