uiservicetab/vimpstutils/inc/vimpstutilsnotemapper.h
branchRCL_3
changeset 28 3104fc151679
parent 27 2b7283837edb
child 29 9a48e301e94b
equal deleted inserted replaced
27:2b7283837edb 28:3104fc151679
     1 /*
       
     2 * Copyright (c) 2008 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 "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:  Utils for IMUiServiceTab modules.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef VIMPSTUTILSNOTEMAPPER_H
       
    21 #define VIMPSTUTILSNOTEMAPPER_H
       
    22 
       
    23 //  INCLUDES
       
    24 #include <e32base.h>
       
    25 
       
    26 // CLASS DECLARATION
       
    27 
       
    28 /**
       
    29 *  Class is used for mapping engine errors to correct error notes
       
    30 *
       
    31 *  @lib vimpstutils.app
       
    32 *  @since 5.0
       
    33 */
       
    34 class VIMPSTUtilsNoteMapper
       
    35     {
       
    36     public: // New functions
       
    37 		/**
       
    38 		* Shows specified error note for aErrorCode (UI specification)
       
    39 		* @param aErrorCode Error code
       
    40 		* @param aAdditionalData Additional data to show.
       
    41 		*/
       
    42 		IMPORT_C static void ShowNoteL( const TInt aErrorCode, 
       
    43 							   const TDesC& aAdditionalData = KNullDesC );
       
    44     };
       
    45 
       
    46 #endif      // VIMPSTUTILSNOTEMAPPER_H
       
    47 
       
    48 // End of File