pushmtm/MtmUiInc/PushMtmUiPanic.h
branchRCL_3
changeset 65 8e6fa1719340
parent 0 84ad3b177aa3
equal deleted inserted replaced
64:6385c4c93049 65:8e6fa1719340
       
     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:  Panic utility
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef PUSHMTMUIPANIC_H
       
    21 #define PUSHMTMUIPANIC_H
       
    22 
       
    23 // INCLUDE FILES
       
    24 
       
    25 #include <e32std.h>
       
    26 
       
    27 enum TPushMtmUiPanic
       
    28 	{
       
    29     EPushMtmUiPanCommandNotSupported = 1,  ///< Not supported command.
       
    30     EPushMtmUiPanBadType,  ///< Unsupported message type for an operation.
       
    31     EPushMtmUiPanFoldersNotSupported,    ///< MTM loaded with bad message entry.
       
    32     EPushMtmUiPanEmptySelection, ///< Entry selection is empty.
       
    33     EPushMtmUiPanAlreadyExistingTitle,
       
    34     EPushMtmUiPanMissingTitle,
       
    35     EPushMtmUiPanAlreadyExistingModel,
       
    36     EPushMtmUiPanMissingModel,
       
    37     EPushMtmUiPanNotInitialized,
       
    38     EPushMtmUiPanAlreadyInitialized,
       
    39     EPushMtmUiPanMissingListBox,
       
    40     EPushMtmUiPanBadEvent,
       
    41     EPushMtmUiPanBadMtm,  ///< Bad MTM type.
       
    42     EPushMtmUiPanBadBioType,  ///< Bad BIO type.
       
    43     EPushMtmUiPanCodeReached,  ///< The code line shouldn't be reached.
       
    44     EPushMtmUiPanTooManyServiceEntries
       
    45 	};
       
    46 
       
    47 GLREF_C void UiPanic( TPushMtmUiPanic aReason );
       
    48 
       
    49 #endif // PUSHMTMUIPANIC_H