appfw/apparchitecture/tef/T_RuleBasedLaunchingStep.h
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
equal deleted inserted replaced
19:924385140d98 20: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".
    29 
    29 
    30 class CTRuleBasedLaunchingStep : public CTestStep
    30 class CTRuleBasedLaunchingStep : public CTestStep
    31 	{
    31 	{
    32 public:
    32 public:
    33 	CTRuleBasedLaunchingStep();
    33 	CTRuleBasedLaunchingStep();
    34     virtual TVerdict doTestStepPreambleL();
       
    35     virtual TVerdict doTestStepPostambleL();	
       
    36 	virtual TVerdict doTestStepL();
    34 	virtual TVerdict doTestStepL();
    37 	void ExecuteL();
    35 	void ExecuteL();
    38 private:
    36 private:
    39 	~CTRuleBasedLaunchingStep();
    37 	~CTRuleBasedLaunchingStep();
    40 	TInt AppLaunchedL(RApaLsSession& aLs, const TUid& AppUid);
    38 	TInt AppLaunchedL(RApaLsSession& aLs, const TUid& AppUid);