os/ossrv/lowlevellibsandfws/pluginfw/Test_Bed/TestManagerTest/TestManagerObserverStub.h
Update contrib.
1 // Copyright (c) 1997-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 "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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Implementation of the stub class for the Test Manager tests
19 #ifndef __TESTMANAGEROBSERVERSTUB_H__
20 #define __TESTMANAGEROBSERVERSTUB_H__
24 #include "ManagerObserver.h"
27 class CTestManagerObserverStub : public CBase, public MManagerObserver
31 static CTestManagerObserverStub* NewL();
33 static CTestManagerObserverStub* NewLC();
35 virtual ~CTestManagerObserverStub();
39 void SetSchedulerStarted(TBool aSchedulerStarted);
43 CTestManagerObserverStub();
47 // Attributes / Properties
49 TBool iSchedulerStarted;
52 }; // End of CTestManagerObserverStub definition
55 #endif // __TESTMANAGEROBSERVERSTUB_H__