webengine/wmlengine/src/urlloader/include/urlloader_urlloaderint.h
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 65 5bfc169077b2
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    13 *
    13 *
    14 * Description:  C interface to url loader
    14 * Description:  C interface to url loader
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 #ifndef URLLOADERINT_H
    18 #ifndef URLLOADERINT_H
    20 #define URLLOADERINT_H
    19 #define URLLOADERINT_H
    21 
    20 
    22 //  INCLUDES
    21 //  INCLUDES
    23 #include "nwx_ctx.h" // this file includes nwx_defs.h, which includes nwx_status.h
    22 #include "nwx_ctx.h" // this file includes nwx_defs.h, which includes nwx_status.h
    24 #include "urlloader_urlresponse.h"
    23 #include "urlloader_urlresponse.h"
    25 #include "BrsrStatusCodes.h"
    24 #include "BrsrStatusCodes.h"
    26 
    25 
    27 
       
    28 #ifdef __cplusplus
    26 #ifdef __cplusplus
    29 extern "C" {
    27 extern "C" {
    30 #endif
    28 #endif
    31     
    29     
    32 // CONSTANTS
    30 // CONSTANTS
    33     
    31     
    34 #define NW_NUM_INSTANCES 3
    32 #define NW_NUM_INSTANCES 3
    35 
       
    36 
    33 
    37 // MACROS
    34 // MACROS
    38     
    35     
    39 // DATA TYPES
    36 // DATA TYPES
    40     
    37