webengine/wmlengine/src/hed/include/nw_hed_iloadrecipient.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_HED_ILOADRECIPIENT_H
    19 #ifndef NW_HED_ILOADRECIPIENT_H
    19 #define NW_HED_ILOADRECIPIENT_H
    20 #define NW_HED_ILOADRECIPIENT_H
    20 
    21 
    21 #include "nw_object_interface.h"
    22 #include "nw_object_interface.h"
    22 #include "nw_Text_Abstract.h"
    23 #include "NW_Text_Abstract.h"
    23 #include "nw_hed_urlrequest.h"
    24 #include "nw_hed_urlrequest.h"
    24 #include "urlloader_urlresponse.h"
    25 #include <urlloader_urlresponse.h>
    25 #include "BrsrStatusCodes.h"
    26 #include "BrsrStatusCodes.h"
    26 
    27 
    27 #ifdef __cplusplus
    28 #ifdef __cplusplus
    28 extern "C" {
    29 extern "C" {
    29 #endif /* __cplusplus */
    30 #endif /* __cplusplus */
    30   
    31   
       
    32 
       
    33 
    31 /* ------------------------------------------------------------------------- *
    34 /* ------------------------------------------------------------------------- *
    32    forward declarations
    35    forward declarations
    33  * ------------------------------------------------------------------------- */
    36  * ------------------------------------------------------------------------- */
    34 typedef struct NW_HED_ILoadRecipient_Class_s NW_HED_ILoadRecipient_Class_t;
    37 typedef struct NW_HED_ILoadRecipient_Class_s NW_HED_ILoadRecipient_Class_t;
    35 typedef struct NW_HED_ILoadRecipient_s NW_HED_ILoadRecipient_t;
    38 typedef struct NW_HED_ILoadRecipient_s NW_HED_ILoadRecipient_t;