kerneltest/e32test/usb/t_usb_device/include/activestallnotifier.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".
    16 //
    16 //
    17 
    17 
    18 #ifndef __ACTIVESTALLNOTIFIER_H__
    18 #ifndef __ACTIVESTALLNOTIFIER_H__
    19 #define __ACTIVESTALLNOTIFIER_H__
    19 #define __ACTIVESTALLNOTIFIER_H__
    20 
    20 
       
    21 #include "general.h"
    21 
    22 
    22 class CActiveStallNotifier : public CActive
    23 class CActiveStallNotifier : public CActive
    23 	{
    24 	{
    24 public:
    25 public:
    25 	static CActiveStallNotifier* NewL(CConsoleBase* aConsole, RDEVCLIENT* aPort);
    26 	static CActiveStallNotifier* NewL(CConsoleBase* aConsole, RDEVCLIENT* aPort);