webengine/wmlengine/src/utils/include/StringUtils.h
changeset 26 cb62a4f66ebe
parent 0 dd21522fd290
equal deleted inserted replaced
25:0ed94ceaa377 26:cb62a4f66ebe
    13 *
    13 *
    14 * Description:  String related utility methods.
    14 * Description:  String related utility methods.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 
       
    20 #ifndef STRINGUTIL_H
    18 #ifndef STRINGUTIL_H
    21 #define STRINGUTIL_H
    19 #define STRINGUTIL_H
    22 
    20 
    23 //  INCLUDES
    21 //  INCLUDES
    24 #include <e32std.h>
    22 #include <e32std.h>
    25 
    23 
    26 #include "nwx_defs.h"
    24 #include "nwx_defs.h"
    27 #include <nw_string_string.h>
    25 #include <nw_string_string.h>
    28 
       
    29 
    26 
    30 // CLASS DECLARATION
    27 // CLASS DECLARATION
    31 
    28 
    32 /**
    29 /**
    33 * A static class which provides string related utility methods.
    30 * A static class which provides string related utility methods.