messagingappbase/msgeditor/modelinc/MsgEditorModelPanic.h
branchRCL_3
changeset 60 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
       
     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 "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:  MsgEditorModelPanic  declaration
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef INC_MSGEDITORMODELPANIC_H
       
    21 #define INC_MSGEDITORMODELPANIC_H
       
    22 
       
    23 // ========== INCLUDE FILES ================================
       
    24 
       
    25 // ========== CONSTANTS ====================================
       
    26 
       
    27 // ========== MACROS =======================================
       
    28 
       
    29 // ========== DATA TYPES ===================================
       
    30 
       
    31 enum TMsgEditorModelPanic
       
    32 {
       
    33     ENoMessageParameter = 0x100,
       
    34     ENoMessageEntry,
       
    35     ENoSettings,
       
    36     ENoRFs,
       
    37     ENoSession,
       
    38     ENoMessage,
       
    39     EUnknownSessionEvent,
       
    40     EModelObserverRefeined,
       
    41     EInvalidOperation,
       
    42     EOperationNotComplete,
       
    43     EViewNotReady,
       
    44     EMsgInheritedFunctionMissing,
       
    45     EMsgZeroLength,
       
    46     ENullPointer,
       
    47     EMsgLayoutUndetermined
       
    48 };
       
    49 
       
    50 // ========== FUNCTION PROTOTYPES ==========================
       
    51 
       
    52 // ---------------------------------------------------------
       
    53 // Panic
       
    54 //
       
    55 // ---------------------------------------------------------
       
    56 //
       
    57 GLREF_C void Panic (TMsgEditorModelPanic aPanic);
       
    58 
       
    59 // ========== FORWARD DECLARATIONS =========================
       
    60 
       
    61 // ========== CLASS DECLARATION ============================
       
    62 
       
    63 #endif
       
    64 
       
    65 // End of File