Update contrib.
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 the License "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.
28 #include "t_testaction.h"
30 class CCancelStart : public CTestAction
33 static CCancelStart* NewL(CConsoleBase& aConsole, Output& aOut,
34 const TTestActionSpec& aTestActionSpec);
35 static CCancelStart* NewLC(CConsoleBase& aConsole, Output& aOut,
36 const TTestActionSpec& aTestActionSpec);
38 virtual void PerformAction(TRequestStatus& aStatus);
41 CCancelStart(CConsoleBase& aConsole, Output& aOut);
42 void ConstructL(const TTestActionSpec& aTestActionSpec);
43 void DoReportAction();
44 void DoCheckResult(TInt aError);
47 class CCancelStop : public CTestAction
50 static CCancelStop* NewL(CConsoleBase& aConsole, Output& aOut,
51 const TTestActionSpec& aTestActionSpec);
52 static CCancelStop* NewLC(CConsoleBase& aConsole, Output& aOut,
53 const TTestActionSpec& aTestActionSpecl);
55 virtual void PerformAction(TRequestStatus& aStatus);
58 CCancelStop(CConsoleBase& aConsole, Output& aOut);
59 void ConstructL(const TTestActionSpec& aTestActionSpec);
60 void DoReportAction();
61 void DoCheckResult(TInt aError);