webengine/wmlengine/src/hed/include/nw_hed_errorcontenthandler.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_ERRORCONTENTHANDLER_H
    19 #ifndef NW_HED_ERRORCONTENTHANDLER_H
    19 #define NW_HED_ERRORCONTENTHANDLER_H
    20 #define NW_HED_ERRORCONTENTHANDLER_H
    20 
    21 
    21 #include "nw_hed_contenthandler.h"
    22 #include "nw_hed_contenthandler.h"
    22 #include "nw_text_ucs2.h"
    23 #include "nw_text_ucs2.h"
    23 #include "urlloader_urlresponse.h"
    24 #include <urlloader_urlresponse.h>
    24 #include "BrsrStatusCodes.h"
    25 #include "BrsrStatusCodes.h"
    25 
    26 
    26 #ifdef __cplusplus
    27 #ifdef __cplusplus
    27 extern "C" {
    28 extern "C" {
    28 #endif /* __cplusplus */
    29 #endif /* __cplusplus */
    29   
    30   
       
    31 
       
    32 
    30 /* ------------------------------------------------------------------------- */
    33 /* ------------------------------------------------------------------------- */
    31 typedef struct NW_HED_ErrorContentHandler_Class_s NW_HED_ErrorContentHandler_Class_t;
    34 typedef struct NW_HED_ErrorContentHandler_Class_s NW_HED_ErrorContentHandler_Class_t;
    32 typedef struct NW_HED_ErrorContentHandler_s NW_HED_ErrorContentHandler_t;
    35 typedef struct NW_HED_ErrorContentHandler_s NW_HED_ErrorContentHandler_t;
    33 
    36 
    34 /* ------------------------------------------------------------------------- */
    37 /* ------------------------------------------------------------------------- */