web_plat/cxml_library_api/inc/cxml_proj.h
branchRCL_3
changeset 48 79859ed3eea9
parent 38 4917f9bf7995
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    25 
    25 
    26  ** ----------------------------------------------------------------------- **/
    26  ** ----------------------------------------------------------------------- **/
    27 #ifndef CXML_PROJ_H
    27 #ifndef CXML_PROJ_H
    28 #define CXML_PROJ_H
    28 #define CXML_PROJ_H
    29 
    29 
       
    30 
       
    31 
    30 #ifndef NOKIA_MOBILE_BROWSER
    32 #ifndef NOKIA_MOBILE_BROWSER
    31 
    33 
    32 #include <cxml_nw2cxmlTypes.h>
    34 #include "cxml_nw2cxmlTypes.h"
    33 #endif
    35 #endif
    34 
    36 
    35 #include <nwx_status.h>
    37 #include <nwx_status.h>
    36 
    38 
    37 #include <cxml_type_def.h>
    39 #include "cxml_type_def.h"
    38 
    40 
    39 #ifdef __cplusplus
    41 #ifdef __cplusplus
    40 extern "C"
    42 extern "C"
    41 {
    43 {
    42 #endif /* __cplusplus */
    44 #endif /* __cplusplus */
    45 } /* extern "C" { */
    47 } /* extern "C" { */
    46 #endif /* __cplusplus */
    48 #endif /* __cplusplus */
    47 
    49 
    48 #endif /* CXML_PROJ_H */
    50 #endif /* CXML_PROJ_H */
    49 
    51 
    50