equal
deleted
inserted
replaced
15 * Wrapper functions and classes for cXmlLibrary (NW_...) functionality. |
15 * Wrapper functions and classes for cXmlLibrary (NW_...) functionality. |
16 * |
16 * |
17 * |
17 * |
18 */ |
18 */ |
19 |
19 |
20 |
|
21 #ifndef NW_UTIL_H |
20 #ifndef NW_UTIL_H |
22 #define NW_UTIL_H |
21 #define NW_UTIL_H |
23 |
22 |
24 // INCLUDES |
23 // INCLUDES |
25 |
24 |
26 #include <e32base.h> |
25 #include <e32base.h> |
27 #include <xml/cxml/nwx_status.h> |
26 #include <nwx_status.h> |
28 #include <xml/cxml/nw_wbxml_dictionary.h> |
27 #include <nw_wbxml_dictionary.h> |
29 #include <xml/cxml/nw_encoder_stringtable.h> |
28 #include <nw_encoder_stringtable.h> |
30 #include <xml/cxml/nw_string_string.h> |
29 #include <nw_string_string.h> |
31 |
30 |
32 // FUNCTION DECLARATION |
31 // FUNCTION DECLARATION |
33 |
32 |
34 /** |
33 /** |
35 * Convert cXML status code to Symbian OS error code. |
34 * Convert cXML status code to Symbian OS error code. |