mobilemessaging/unieditor/mtm/inc/UniMtmPanic.h
branchRCL_3
changeset 27 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
26:ebe688cedc25 27:7fdbb852d323
       
     1 /*
       
     2 * Copyright (c) 2005 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 *       UniMtm panic definitions.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __UNIMTMPANIC_H
       
    22 #define __UNIMTMPANIC_H
       
    23 
       
    24 //  INCLUDES
       
    25 #include <e32base.h>                     // GLREF_C
       
    26 
       
    27 // DATA TYPES
       
    28 
       
    29 enum TUniMtmPanic
       
    30     {
       
    31     EUniNotAMessage,
       
    32     EUniNotAService,
       
    33     EUniWrongMtm,
       
    34     EUniFoldersNotSupported,
       
    35     EUniNoIconForAttachment,
       
    36     EUniNoEditorOrViewerFilename,
       
    37     EUniWrongParameters,
       
    38     EUniActiveInFinalProgress,
       
    39     EUniFinalProgressFailed
       
    40     };
       
    41 
       
    42 
       
    43 // FUNCTION PROTOTYPES
       
    44 
       
    45 // ----------------------------------------------------
       
    46 // Panic
       
    47 // Implemented in UniMtmPanic.cpp
       
    48 // ----------------------------------------------------
       
    49 GLREF_C void Panic( TUniMtmPanic aPanic );
       
    50 
       
    51 #endif      // __UNIMTMPANIC_H   
       
    52             
       
    53 // End of File