realtimenetprots/sipfw/SIP/Server/inc/SipCSServer.pan
changeset 0 307788aac0a8
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Name          : SipCSServer.pan
       
    15 // Part of       : SIPServerCore
       
    16 // Version       : SIP/3.0 
       
    17 //
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __SIP_CS_SERVER_PAN__
       
    22 #define __SIP_CS_SERVER_PAN__
       
    23 
       
    24 #include <e32std.h>
       
    25 
       
    26 // Panic Category
       
    27 //
       
    28 _LIT(KSipCSServerPanic, "SipCSServer");
       
    29 
       
    30 
       
    31 // Sip CS Server panic codes
       
    32 //
       
    33 enum TSipCSServerPanic
       
    34     {
       
    35     EBadRequest,
       
    36     EBadDescriptor,
       
    37     ESrvCreateServer,
       
    38     ECreateTrapCleanup,
       
    39     EBadSipSessionHandle,
       
    40     EBadSipSubSessionHandle,
       
    41     EDatFileCorrupted
       
    42     };
       
    43 
       
    44 #endif // __SIP_CS_SERVER_PAN__