web_plat/cxml_library_api/inc/nw_encoder_stringtable.h
branchRCL_3
changeset 48 79859ed3eea9
parent 26 cb62a4f66ebe
child 49 919f36ff910f
--- a/web_plat/cxml_library_api/inc/nw_encoder_stringtable.h	Thu Aug 19 10:58:56 2010 +0300
+++ b/web_plat/cxml_library_api/inc/nw_encoder_stringtable.h	Tue Aug 31 16:17:46 2010 +0300
@@ -15,6 +15,7 @@
 *
 */
 
+
 /** ----------------------------------------------------------------------- **
     @package:     NW_Encoder
 
@@ -27,9 +28,9 @@
 #ifndef _NW_ENCODER_STRING_TABLE_HEADER_GUARD_
 #define _NW_ENCODER_STRING_TABLE_HEADER_GUARD_
 
-#include <nw_string_string.h>
-#include <nw_tinytree.h>
-#include <nw_wbxml_dictionary.h>
+#include "nw_string_string.h"
+#include "nw_tinytree.h"
+#include "nw_wbxml_dictionary.h"
 
 #ifdef __cplusplus
 extern "C"
@@ -50,6 +51,7 @@
  ** ----------------------------------------------------------------------- **/
 typedef NW_TinyTree_Node_t NW_DOM_DocumentNode_t;
 
+
 /*
  * StringItem methods
  */
@@ -164,6 +166,7 @@
                   The string table or NULL if not success.
 
  ** ----------------------------------------------------------------------- **/
+IMPORT_C
 NW_Encoder_StringTable_t*
 NW_Encoder_StringTable_new(void);