messagingappbase/bium/Inc/bium.pan
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 1998 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:  bium.pan*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 #if !defined(__BIUM_PAN__)
       
    20 #define __BIUM_PAN__
       
    21 
       
    22 enum TBioUdPanic
       
    23 	{
       
    24 	EBioMtmUdNoIconAvailable,
       
    25 	EBioMtmUdDefaultIconNotAvailable,
       
    26 	EBioMtmUdNoBIFFound,
       
    27 	EBioMtmUdIntegrityFault,
       
    28 	EBioMtmUdUnknownOperationId
       
    29 	};
       
    30 
       
    31 extern void Panic(TBioUdPanic aPanic);
       
    32 
       
    33 
       
    34 enum TBioUiPanic
       
    35 	{
       
    36 	EBioMtmUiUnknownOperation,
       
    37 	EBioMtmUiProgressNotExpected,
       
    38 	EBioMtmUiSelectionIsEmpty,
       
    39 	EBioMtmUiNullOperation,
       
    40 	EBioMtmUiOperationAlreadyExists,
       
    41 	EBioMtmUiOperationDoesNotExist
       
    42 	};
       
    43 
       
    44 extern void Panic(TBioUiPanic aPanic);
       
    45 
       
    46 #endif