localisation/apparchitecture/tef/T_NotifStep.h
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
--- a/localisation/apparchitecture/tef/T_NotifStep.h	Wed Jul 28 16:03:37 2010 +0100
+++ b/localisation/apparchitecture/tef/T_NotifStep.h	Tue Aug 03 10:20:34 2010 +0100
@@ -1,7 +1,7 @@
 // Copyright (c) 2005-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".
 //
@@ -13,8 +13,6 @@
 // Description:
 //
 
-
-
 /**
  @file
  @test
@@ -24,7 +22,7 @@
 #if (!defined __T_NOTIF_STEP_H__)
 #define __T_NOTIF_STEP_H__
 #include <apgnotif.h>
-#include "ApparcTestServer.h"
+#include "apparctestserver.h"
 #include "testableapalssession.h"
 
 //!  A CT_NotifStep test class. 
@@ -39,11 +37,13 @@
 	virtual TVerdict doTestStepL();
 	void TestAppNotificationL();
 	void TestIconFileNotificationL();
-	
+	void TestForceRegistrationNotificationL();
+	friend void TestForceRegistrationL(CT_NotifStep *aNotifStep);
 private:
+	TInt DeleteFileL(RSmlTestUtils &aFs, const TDesC &aFileName);
 	void CreateAppL(const TDesC& aAppName);
 	void DeleteAppL(const TDesC& aAppName);
-	void ModifyIconFileTimeStamp();
+	void ModifyIconFileTimeStampL();
 	
 private:
 	CActiveScheduler* iScheduler;
@@ -65,3 +65,4 @@
 _LIT(KT_NotifStep,"T_Notif");
 
 #endif
+