web_plat/cxml_library_api/inc/nw_encoder_stringtable.h
branchRCL_3
changeset 49 919f36ff910f
parent 48 79859ed3eea9
--- a/web_plat/cxml_library_api/inc/nw_encoder_stringtable.h	Tue Aug 31 16:17:46 2010 +0300
+++ b/web_plat/cxml_library_api/inc/nw_encoder_stringtable.h	Wed Sep 01 12:28:30 2010 +0100
@@ -15,7 +15,6 @@
 *
 */
 
-
 /** ----------------------------------------------------------------------- **
     @package:     NW_Encoder
 
@@ -28,9 +27,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"
@@ -51,7 +50,6 @@
  ** ----------------------------------------------------------------------- **/
 typedef NW_TinyTree_Node_t NW_DOM_DocumentNode_t;
 
-
 /*
  * StringItem methods
  */
@@ -166,7 +164,6 @@
                   The string table or NULL if not success.
 
  ** ----------------------------------------------------------------------- **/
-IMPORT_C
 NW_Encoder_StringTable_t*
 NW_Encoder_StringTable_new(void);