webengine/wmlengine/src/utils/include/nwx_statuscodeconvert.h
changeset 74 91031d3aab7d
parent 68 92a765b5b3e7
child 85 e358f2276d3f
equal deleted inserted replaced
68:92a765b5b3e7 74:91031d3aab7d
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *     Utility for converting cxml parser status codes to browser
       
    16 *     status codes
       
    17 *     
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 #ifndef NWX_STATUSCODECONVERT_H
       
    23 #define NWX_STATUSCODECONVERT_H
       
    24 
       
    25 #include "BrsrStatusCodes.h"
       
    26 #include <nwx_status.h>
       
    27 
       
    28 #ifdef __cplusplus
       
    29 extern "C" {
       
    30 #endif
       
    31 
       
    32 TBrowserStatusCode StatusCodeConvert( NW_Status_t cxml_status );
       
    33 
       
    34 #ifdef __cplusplus
       
    35 } /* extern "C" */
       
    36 #endif
       
    37 
       
    38 #endif