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