richcallsettingsengine/rcse2/inc/rcsepanic.h
branchRCL_3
changeset 22 d38647835c2e
parent 0 a4daefaec16c
equal deleted inserted replaced
21:f742655b05bf 22:d38647835c2e
       
     1 /*
       
     2 * Copyright (c) 2002-2007 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 method
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef RCSEPANIC_H
       
    21 #define RCSEPANIC_H
       
    22 
       
    23 //  INCLUDES
       
    24 #include <e32std.h>
       
    25 
       
    26 // DATA TYPES
       
    27 enum TRCSEPanic
       
    28     {
       
    29     ERCSEUnknownCodec,
       
    30     ERCSEArraysDifferentSize,
       
    31     ERCSEZeroArray,
       
    32     ERCSEUnknownColumn,
       
    33     ERCSEUnknownRegistry,
       
    34     ERCSEKeyError,
       
    35     ERCSETransactionStart
       
    36     };
       
    37 
       
    38 // FUNCTION PROTOTYPES
       
    39 void RCSEPanic( TRCSEPanic aPanicCode );
       
    40 
       
    41 #endif      // RCSEPANIC_H   
       
    42             
       
    43 // End of File