browserutilities/cxmllibrary/src/wbxmlp/include/DictionaryContext.h
branchRCL_3
changeset 48 79859ed3eea9
parent 26 cb62a4f66ebe
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    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