mobilemessaging/smum/inc/smsui.pan
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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:  
       
    15 *     SMS UI panic type definition.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #if !defined(__SMSUI_PAN__)
       
    22 #define __SMSUI_PAN__
       
    23 
       
    24 #if !defined(__E32BASE_H__)
       
    25 #include <e32base.h>                     // GLREF_C
       
    26 #endif
       
    27 
       
    28 //  DATA TYPES
       
    29 enum TSmsUiPanic
       
    30     {
       
    31     ESmsuEmptySelection,
       
    32     ESmsuWrongEntryType,
       
    33     ESmsuWrongMtmType,
       
    34     ESmsuFoldersNotSupported,
       
    35     ESmsuAttachmentsNotSupported,
       
    36     ESmsuNotAServiceEntry,
       
    37     ESmsuEditorFilenameDuplicate,
       
    38     ESmsuViewerFilenameDuplicate,
       
    39     ESmsuNotAMessage,
       
    40     ESmsuMessageParentNotLocalFolder,
       
    41     ESmsuMessageNotLocal,
       
    42     ESmsuNullPointer,
       
    43 
       
    44 	ESmsiFoldersNotSupported,
       
    45     ESmsiNoIconForAttachment,
       
    46     ESmsiWrongMtm,
       
    47     ESmsiMtmUdUnknownMsgStatus,
       
    48 
       
    49 	ESmsetdlgUnknownValidity,
       
    50     ESmsetdlgUnknownValidityChoice,
       
    51     ESmsetdlgUnknownConversion,
       
    52     ESmsetdlgUnknownConversionChoice,
       
    53     ESmsetdlgInvalidIndex,
       
    54    
       
    55 	EBioViewNotAllowed,
       
    56 	EBioOperationNotNull,
       
    57 	EBioOperationDoesNotExist,
       
    58 	
       
    59 	ESmumUtilNullPointer
       
    60     };
       
    61 
       
    62 GLREF_C void Panic(TSmsUiPanic aPanic);
       
    63 
       
    64 
       
    65 #endif
       
    66 
       
    67 
       
    68 
       
    69 //  End of File