webengine/wmlengine/src/text/include/NW_Text_Abstract.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_Text_Abstract_h
    19 #ifndef NW_Text_Abstract_h
    19 #define NW_Text_Abstract_h
    20 #define NW_Text_Abstract_h
    20 
    21 
    21 #include "NW_Text_EXPORT.h"
    22 #include "NW_Text_EXPORT.h"
    22 #include "nw_object_dynamic.h"
    23 #include "nw_object_dynamic.h"
    23 #include "nw_text_types.h"
    24 #include "nw_text_types.h"
    24 #include "nw_text_iterator.h"
    25 #include "nw_text_iterator.h"
    25 #include <nw_string_char.h>
    26 #include "nw_string_char.h"
    26 #include <nw_string_string.h>
    27 #include "nw_string_string.h"
    27 #include "BrsrStatusCodes.h"
    28 #include "BrsrStatusCodes.h"
    28 
    29 
    29 #ifdef __cplusplus
    30 #ifdef __cplusplus
    30 extern "C" {
    31 extern "C" {
    31 #endif /* __cplusplus */
    32 #endif /* __cplusplus */