realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileCSServer.pan
changeset 0 307788aac0a8
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 // Copyright (c) 2003-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        : profilecsserver.pan
       
    15 // Part of     : SIP Profile Server
       
    16 // Interface   : private
       
    17 // Server panic codes
       
    18 // Version     : 1.0
       
    19 //
       
    20 
       
    21 
       
    22 
       
    23 #ifndef PROFILECSSERVER_PAN
       
    24 #define PROFILECSSERVER_PAN
       
    25 
       
    26 
       
    27 // Panic Category
       
    28 //
       
    29 _LIT(KSipProfileCSServerPanic, "SIPProfileServer");
       
    30 
       
    31 
       
    32 // Sip Profile CS Server panic codes
       
    33 //
       
    34 
       
    35 enum TSIPProfileCSPanic
       
    36     {
       
    37     EBadRequest,
       
    38     EBadDescriptor,
       
    39     ESrvCreateServer,
       
    40     ECreateTrapCleanup,
       
    41     EBadSipSessionHandle,
       
    42     ERestoreFailure
       
    43     };
       
    44 
       
    45 
       
    46 #endif