bluetoothengine/bthid/bthidserver/inc/sockets.pan
changeset 0 f63038272f30
equal deleted inserted replaced
-1:000000000000 0:f63038272f30
       
     1 /*
       
     2 * Copyright (c) 2004-2009 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:  BT HID Sockets Panic codes
       
    15  *
       
    16 */
       
    17 
       
    18 #ifndef __SOCKETS_PAN__
       
    19 #define __SOCKETS_PAN__
       
    20 #include <e32std.h>
       
    21 _LIT(KPanicBTConnection, "BTConnection");
       
    22 _LIT(KPanicSocketsEngineWrite, "SocketsEngineWrite");
       
    23 _LIT(KPanicSocketsEngineRead, "SocketsEngineRead");
       
    24 
       
    25 /*! Sockets panic codes */
       
    26 enum TSocketsPanics
       
    27     {
       
    28     ESocketsBasicUi = 1,
       
    29     ESocketsBadStatus,
       
    30     ESocketsAppView,
       
    31     ESocketsBadState,
       
    32     ESocketsUnknownID
       
    33     };
       
    34 
       
    35 #endif // __SOCKETS_PAN__