appfw/apparchitecture/tef/T_Foreground.h
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2009 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".
    59 class CTestForegroundStep : public CTmsTestStep
    59 class CTestForegroundStep : public CTmsTestStep
    60 	{
    60 	{
    61 public:
    61 public:
    62 	CTestForegroundStep();
    62 	CTestForegroundStep();
    63 	~CTestForegroundStep();
    63 	~CTestForegroundStep();
    64     virtual TVerdict doTestStepPreambleL();
       
    65     virtual TVerdict doTestStepPostambleL();
       
    66 	virtual TVerdict doTestStepL();
    64 	virtual TVerdict doTestStepL();
    67 	void ConstructAppL(CCoeEnv* aCoe);
    65 	void ConstructAppL(CCoeEnv* aCoe);
    68 private:
    66 private:
    69 	};
    67 	};
    70 
    68