webengine/wmlengine/src/urlloader/include/urlloader_urlloaderint.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    13 *
    13 *
    14 * Description:  C interface to url loader
    14 * Description:  C interface to url loader
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
    18 #ifndef URLLOADERINT_H
    19 #ifndef URLLOADERINT_H
    19 #define URLLOADERINT_H
    20 #define URLLOADERINT_H
    20 
    21 
    21 //  INCLUDES
    22 //  INCLUDES
    22 #include "nwx_ctx.h" // this file includes nwx_defs.h, which includes nwx_status.h
    23 #include "nwx_ctx.h" // this file includes nwx_defs.h, which includes nwx_status.h
    23 #include "urlloader_urlresponse.h"
    24 #include "urlloader_urlresponse.h"
    24 #include "BrsrStatusCodes.h"
    25 #include "BrsrStatusCodes.h"
    25 
    26 
       
    27 
    26 #ifdef __cplusplus
    28 #ifdef __cplusplus
    27 extern "C" {
    29 extern "C" {
    28 #endif
    30 #endif
    29     
    31     
    30 // CONSTANTS
    32 // CONSTANTS
    31     
    33     
    32 #define NW_NUM_INSTANCES 3
    34 #define NW_NUM_INSTANCES 3
    33 
    35 
       
    36 
    34 // MACROS
    37 // MACROS
    35     
    38     
    36 // DATA TYPES
    39 // DATA TYPES
    37     
    40     
    38 // The "TEnterStatus", relates to what security state the page is going to.
    41 // The "TEnterStatus", relates to what security state the page is going to.
    39 // This "page loading" status, is passed in HandleBrowserLoadEventL() using the
    42 // This "page loading" status, is passed in HandleBrowserLoadEventL() using the
    40 // TBrCtlLoadEvent enum. (see brctldefs.h)  
    43 // TBrCtlLoadEvent enum. (see BrCtlDefs.h)  
    41 // These constants must stay in sync with viewshellobserver.h
    44 // These constants must stay in sync with viewshellobserver.h
    42 //R
    45 //R
    43 
    46 
    44 enum TEnterStatus
    47 enum TEnterStatus
    45     {
    48     {