backsteppingsrv/inc/bspanic.h
branchv5backport
changeset 16 66e84aa0ed46
parent 12 2f40063dfb5c
child 17 c9bafd575d88
equal deleted inserted replaced
12:2f40063dfb5c 16:66e84aa0ed46
     1 /*
       
     2 * Copyright (c) 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 enumeration 
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __BSPANIC_H__
       
    20 #define __BSPANIC_H__
       
    21 
       
    22 /** Panic Category */
       
    23 
       
    24 /** Active Data Server panic codes */
       
    25 enum TBSEnginePanic
       
    26     {
       
    27     EBSEngineBadRequest = 1,
       
    28     EBSEngineBadDescriptor = 2,
       
    29     EBSEngineSrvCreateServer = 3,
       
    30     EBSEngineCreateTrapCleanup = 4,
       
    31     EBSEngineEIkonEnv = 5
       
    32     };
       
    33 
       
    34 #endif // __BSPANIC_H__