videoscheduler/SchedulerServer/inc/CseSchedulerServer.pan
changeset 50 557e19da7faf
parent 43 0a57f2fb63b1
child 52 0c0f95df01f4
equal deleted inserted replaced
43:0a57f2fb63b1 50:557e19da7faf
     1 /*
       
     2 * Copyright (c) 2005 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #ifndef __CSESCHEDULERSERVER_PAN__
       
    23 #define __CSESCHEDULERSERVER_PAN__
       
    24 
       
    25 /** CseEngineServer panic codes */
       
    26 enum TCseSchedulerServPanic
       
    27     {
       
    28     ECsePanicBadRequest = 1,
       
    29     ECsePanicBadDescriptor,
       
    30     ECreateTrapCleanup,
       
    31     ECseCreateTrapCleanup,
       
    32     ECseSrvCreateServer,
       
    33     ECsePanicBadSubSessionHandle,
       
    34 	ECsePanicCouldNotCreatePrivateDir
       
    35     };
       
    36 
       
    37 #endif // __CSESCHEDULERSERVER_PAN__
       
    38 
       
    39 // End of File