pushmtm/ViewerInc/PushViewerPanic.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 PUSHVIEWERPANIC_H
       
    21 #define PUSHVIEWERPANIC_H
       
    22 
       
    23 // INCLUDE FILES
       
    24 
       
    25 #include <e32std.h>
       
    26 
       
    27 enum TPushViewerPanic
       
    28 	{
       
    29     EPushViewerPanCommandNotSupported = 1,  ///< Not supported command.
       
    30     EPushViewerPanBadType = 2,  ///< Unsupported message type for an operation.
       
    31     EPushViewerPanFoldersNotSupported = 3,    ///< MTM loaded with bad message entry.
       
    32     EPushViewerPanEmptySelection = 4,  ///< Entry selection is empty.
       
    33     EPushViewerPanBadItemType = 5,
       
    34     EPushViewerPanNotInitialized = 6,
       
    35     EPushViewerPanListBoxTooLarge = 7,
       
    36     EPushViewerPanNull = 8,
       
    37     EPushViewerPanIllegalArgument = 9,
       
    38     EPushViewerPanBadPushType = 10,
       
    39     EPushViewerPanBadMtmType = 11,
       
    40     EPushViewerPanNotEmptyRichText = 12,
       
    41     EPushViewerPanBadParaCount = 13,
       
    42     EPushViewerPanSlEmptyHref = 14
       
    43 	};
       
    44 
       
    45 GLREF_C void ViewerPanic( TPushViewerPanic aReason );
       
    46 
       
    47 #endif // PUSHVIEWERPANIC_H