browserutilities/cxmllibrary/src/wbxmlp/include/DictionaryContext.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    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 
    26   
    27   
    27 /* Temporary methods for storing dictionary & dictionary size inside the context.
    28 /* Temporary methods for storing dictionary & dictionary size inside the context.
    28  */
    29  */
    29 
    30 
    30 #include <cxml_proj.h>
    31 #include "cxml_proj.h"
    31 #include <nw_wbxml_dictionary.h>
    32 #include "nw_wbxml_dictionary.h"
    32 
    33 
       
    34  
    33 #ifdef __cplusplus
    35 #ifdef __cplusplus
    34 extern "C"
    36 extern "C"
    35 {
    37 {
    36 #endif /* __cplusplus */
    38 #endif /* __cplusplus */
    37 
    39