os/kernelhwsrv/kerneltest/f32test/shostmassstorage/testclient/usbtestmsclient/inc/usbmsclientpanic.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 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 the License "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 // usbmshostpanic.h
    15 // 
    16 //
    17 
    18 
    19 
    20 /**
    21  @file
    22  @internalTechnology
    23 */
    24 
    25 #ifndef USBMSCLIENTPANIC_H
    26 #define USBMSCLIENTPANIC_H
    27 
    28 _LIT(KUsbMsClientPanicCat, "UsbMsClient");
    29 
    30 enum TUsbMsClientPanic
    31 	{
    32     EErrInUse,
    33 	EMsWrongEndpoint,
    34 	EMsBulkOnlyStillActive,
    35 	EMsControlInterfaceBadState,
    36 	EMsControlInterfaceStillActive
    37 	};
    38 
    39 /*
    40 _LIT(KUsbMsSvrPncCat, "CUsbMsServer");
    41 
    42 enum TUsbPanicServer
    43 	{
    44 	EMsClientInvalidSessCount,
    45 	EMsControlInterfaceBadState,
    46 	EMsControlInterfaceStillActive,
    47 	EMsBulkOnlyStillActive,
    48 	EMsWrongEndpoint
    49 	};
    50 */
    51 
    52 #endif // USBMSCLIENTPANIC_H