webengine/wmlengine/src/hed/include/TextReverse.h
changeset 74 91031d3aab7d
parent 68 92a765b5b3e7
child 85 e358f2276d3f
equal deleted inserted replaced
68:92a765b5b3e7 74:91031d3aab7d
     1 /*
       
     2 * Copyright (c) 2003 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Reverse ISO-8859-8 text
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef TEXTREVERSE_H
       
    21 #define TEXTREVERSE_H
       
    22 
       
    23 #ifdef __cplusplus
       
    24 extern "C" {
       
    25 #endif
       
    26 
       
    27 
       
    28 //  INCLUDES
       
    29 #include "nwx_defs.h"
       
    30 #include "nwx_http_defs.h"
       
    31 #include "nw_string_string.h"
       
    32 #include "BrsrStatusCodes.h"
       
    33 
       
    34 // CONSTANTS
       
    35 
       
    36 // MACROS
       
    37 
       
    38 // DATA TYPES
       
    39 
       
    40 // FUNCTION PROTOTYPES
       
    41 
       
    42 
       
    43 
       
    44 TBrowserStatusCode ReverseText(NW_String_t* string);
       
    45 
       
    46 #ifdef __cplusplus
       
    47 } /* extern "C" */
       
    48 #endif
       
    49 
       
    50 #endif      // TEXTREVERSE_H
       
    51 
       
    52 // End of File