kerneltest/e32test/usb/t_usb_device/include/activedevicestatenotifier.h
changeset 247 d8d70de2bd36
parent 0 a41df078684a
child 257 3e88ff8f41d5
equal deleted inserted replaced
201:43365a9b78a3 247:d8d70de2bd36
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-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 the License "Eclipse Public License v1.0"
     4 // under the terms of the License "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".
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 #ifndef __ACTIVEDEVICESTATENOTIFIER_H__
    18 #ifndef __ACTIVEDEVICESTATENOTIFIER_H__
    19 #define __ACTIVEDEVICESTATENOTIFIER_H__
    19 #define __ACTIVEDEVICESTATENOTIFIER_H__
       
    20 
       
    21 #include "general.h"
    20 
    22 
    21 class CActiveDeviceStateNotifier : public CActive
    23 class CActiveDeviceStateNotifier : public CActive
    22 	{
    24 	{
    23 public:
    25 public:
    24 	static CActiveDeviceStateNotifier* NewL(CConsoleBase* aConsole, RDEVCLIENT* aPort, TUint aPortNumber);
    26 	static CActiveDeviceStateNotifier* NewL(CConsoleBase* aConsole, RDEVCLIENT* aPort, TUint aPortNumber);