browserutilities/cxmllibrary/src/wbxmlp/include/DictionaryContext.h
changeset 37 cb62a4f66ebe
parent 0 dd21522fd290
child 65 5bfc169077b2
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    21 /* TODO: Change dictionaries to be all static const. Currently
    21 /* TODO: Change dictionaries to be all static const. Currently
    22  * they are stored inside the context.
    22  * they are stored inside the context.
    23  */
    23  */
    24  
    24  
    25 #define MAX_DICTIONARIES 9
    25 #define MAX_DICTIONARIES 9
    26 
       
    27   
    26   
    28 /* Temporary methods for storing dictionary & dictionary size inside the context.
    27 /* Temporary methods for storing dictionary & dictionary size inside the context.
    29  */
    28  */
    30 
    29 
    31 #include "cxml_proj.h"
    30 #include <cxml_proj.h>
    32 #include "nw_wbxml_dictionary.h"
    31 #include <nw_wbxml_dictionary.h>
    33 
    32 
    34  
       
    35 #ifdef __cplusplus
    33 #ifdef __cplusplus
    36 extern "C"
    34 extern "C"
    37 {
    35 {
    38 #endif /* __cplusplus */
    36 #endif /* __cplusplus */
    39 
    37