webengine/wmlengine/src/wmlscriptch/include/nw_wmlscriptch_iwmlbrowserlib.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
    18 #ifndef NW_WMLSCH_IWMLBROWSERLIB_H
    19 #ifndef NW_WMLSCH_IWMLBROWSERLIB_H
    19 #define NW_WMLSCH_IWMLBROWSERLIB_H
    20 #define NW_WMLSCH_IWMLBROWSERLIB_H
    20 
    21 
    21 #include "nwx_http_header.h"
    22 #include "nwx_http_header.h"
    22 #include "nw_object_interface.h"
    23 #include "nw_object_interface.h"
    24 
    25 
    25 #ifdef __cplusplus
    26 #ifdef __cplusplus
    26 extern "C" {
    27 extern "C" {
    27 #endif /* __cplusplus */
    28 #endif /* __cplusplus */
    28   
    29   
       
    30 
    29 /* ------------------------------------------------------------------------- *
    31 /* ------------------------------------------------------------------------- *
    30    forward declarations
    32    forward declarations
    31  * ------------------------------------------------------------------------- */
    33  * ------------------------------------------------------------------------- */
    32 typedef struct NW_WmlsCh_IWmlBrowserLib_Class_s NW_WmlsCh_IWmlBrowserLib_Class_t;
    34 typedef struct NW_WmlsCh_IWmlBrowserLib_Class_s NW_WmlsCh_IWmlBrowserLib_Class_t;
    33 typedef struct NW_WmlsCh_IWmlBrowserLib_s NW_WmlsCh_IWmlBrowserLib_t;
    35 typedef struct NW_WmlsCh_IWmlBrowserLib_s NW_WmlsCh_IWmlBrowserLib_t;
    34 
    36 
       
    37 
    35 /* ------------------------------------------------------------------------- *
    38 /* ------------------------------------------------------------------------- *
    36    method type prototypes
    39    method type prototypes
    37  * ------------------------------------------------------------------------- */
    40  * ------------------------------------------------------------------------- */
    38 
    41 
       
    42  
    39 typedef 
    43 typedef 
    40 TBrowserStatusCode
    44 TBrowserStatusCode
    41 (*NW_WmlsCh_IWmlBrowserLib_Init_t) (NW_WmlsCh_IWmlBrowserLib_t *wmlBrowser);
    45 (*NW_WmlsCh_IWmlBrowserLib_Init_t) (NW_WmlsCh_IWmlBrowserLib_t *wmlBrowser);
    42 
    46 
    43 typedef 
    47 typedef