os/ossrv/genericservices/taskscheduler/Test/Testexecute/src/transient_hometime_floatStep.h
First public contribution.
2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * transient_hometime_float.h
22 #if (!defined __transient_hometime_float_STEP_H__)
23 #define __transient_hometime_float_STEP_H__
24 #include <test/testexecutestepbase.h>
25 #include "Te_floating_scheduleSuiteStepBase.h"
27 class Ctransient_hometime_floatStep : public CTe_floating_scheduleSuiteStepBase
30 Ctransient_hometime_floatStep();
31 ~Ctransient_hometime_floatStep();
32 virtual TVerdict doTestStepPreambleL();
33 virtual TVerdict doTestStepL();
34 virtual TVerdict doTestStepPostambleL();
36 // Please add/modify your class members here:
40 _LIT(Ktransient_hometime_floatStep,"transient_hometime_floatStep");