localisation/apparchitecture/tef/T_RecUpgrade.h
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
--- a/localisation/apparchitecture/tef/T_RecUpgrade.h	Wed Jul 28 16:03:37 2010 +0100
+++ b/localisation/apparchitecture/tef/T_RecUpgrade.h	Tue Aug 03 10:20:34 2010 +0100
@@ -1,7 +1,7 @@
-// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
+// under the terms of "Eclipse Public License v1.0"
 // which accompanies this distribution, and is available
 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
 //
@@ -23,7 +23,8 @@
 #ifndef		__T_RECUPGRADE_H
 #define		__T_RECUPGRADE_H
 
-#include 	<testexecutestepbase.h>
+#include <test/testexecutestepbase.h>
+#include "appfwk_test_utils.h"
 
 _LIT(KT_RecUpgradeStep, "T_RecUpgrade");
 
@@ -40,8 +41,10 @@
 
 private:
 	void TestUpgradeRecognizerL(RApaLsSession& aApparcServer);
+	void TestUpgradeRecognizer2L(RApaLsSession& aApparcServer);
 	TBool DoRecognizeL(RApaLsSession& aApparcServer, const TDataType& aDataType);
 	void CopyRecognizerFileL();
+	static TInt DeleteFileL(const TDesC &aFileName, RSmlTestUtils &fs);
 	};
 
 #endif