phonebookui/Speeddial/ControlInc/SpdiaPanic.h
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     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:     Panic functions.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #ifndef SPDIAPANIC_H
       
    24 #define SPDIAPANIC_H
       
    25 
       
    26 // INCLUDES
       
    27 #include <e32base.h>
       
    28 
       
    29 // DATA TYPE
       
    30 enum TSpdiaPanic
       
    31     {
       
    32     ESdmPanicNotSupported,
       
    33     ESdmPanicPbkError,
       
    34     ESdmPanicPbkThumbnailGetComplete
       
    35     };
       
    36 
       
    37 // FUNCTION PROTOTYPES
       
    38 GLREF_C void Panic(TSpdiaPanic aPanic);
       
    39 
       
    40 #endif  // SPDIAPANIC_H
       
    41 // End of file