mobilemessaging/mmsui/notmtminc/NotMtmUiPanic.h
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2004 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:  
       
    15 *       Mtm UI Panic definitions.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __NOTMTMUIPANIC_H
       
    22 #define __NOTMTMUIPANIC_H
       
    23 
       
    24 //  INCLUDES
       
    25 #if !defined(__E32BASE_H__)
       
    26 #include <e32base.h>                     // GLREF_C
       
    27 #endif
       
    28 
       
    29 
       
    30 // DATA TYPES
       
    31 
       
    32 enum TMmsMtmUiPanic
       
    33     {
       
    34     EMmsNotAMessage,
       
    35     EMmsNotAService,
       
    36     EMmsWrongMtm,
       
    37     EMmsFoldersNotSupported,
       
    38     EMmsNoIconForAttachment,
       
    39     EMmsNoEditorOrViewerFilename,
       
    40     EMmsWrongParameters
       
    41     };
       
    42 
       
    43 
       
    44 // FUNCTION PROTOTYPES
       
    45 
       
    46 // ----------------------------------------------------
       
    47 // Panic
       
    48 // Implemented in NotMtmUi.cpp
       
    49 // ----------------------------------------------------
       
    50 GLREF_C void Panic(TMmsMtmUiPanic aPanic);
       
    51 
       
    52 
       
    53 #endif      // __NOTMTMUIPANIC_H   
       
    54             
       
    55 // End of File