browserutilities/cxmllibrary/src/wbxmlp/include/DictionaryContext.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    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