bthci/bthci2/dutmode/interface/dutmode.h
changeset 47 a1b8f5cc021e
parent 0 29b1cd4cb562
equal deleted inserted replaced
42:206564d58f40 47:a1b8f5cc021e
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    20 
    20 
    21 #ifndef BLUETOOTH_DUT_MODE_H
    21 #ifndef BLUETOOTH_DUT_MODE_H
    22 #define BLUETOOTH_DUT_MODE_H
    22 #define BLUETOOTH_DUT_MODE_H
    23 
    23 
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <bluetooth/hci/hcitypes.h>
       
    26 
    25 
    27 class RHCIServerSession;
    26 class RHCIServerSession;
    28 
    27 
    29 _LIT(KBluetoothDutModePanic, "DutModeClient");
    28 _LIT(KBluetoothDutModePanic, "DutModeClient");
    30 
    29