installationservices/swi/test/tsisregistrytest/sessionstep.h
changeset 25 98b66e4fb0be
parent 0 ba25891c3a9e
child 50 c6e8afe0ba85
child 60 245df5276b97
--- a/installationservices/swi/test/tsisregistrytest/sessionstep.h	Fri Mar 19 09:33:35 2010 +0200
+++ b/installationservices/swi/test/tsisregistrytest/sessionstep.h	Fri Apr 16 15:05:20 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2004-2010 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"
@@ -67,6 +67,14 @@
 	virtual TVerdict doTestStepL();
 	};
 
+// Set Central Reposatory Value 
+class CSetCenRepSettingStep : public CSisRegistrySessionStep
+    {
+public:
+    CSetCenRepSettingStep();
+    virtual TVerdict doTestStepL();
+    };
+
 // Check filename for sid
 class CSidFileStep : public CSisRegistrySessionStep
 	{