installationservices/swi/test/tuiscriptadaptors/tswisstep.h
branchRCL_3
changeset 34 741e5bba2bd1
parent 19 7ca52d38f8c3
child 65 7333d7932ef7
--- a/installationservices/swi/test/tuiscriptadaptors/tswisstep.h	Tue Apr 27 16:46:15 2010 +0300
+++ b/installationservices/swi/test/tuiscriptadaptors/tswisstep.h	Tue May 11 16:20:28 2010 +0300
@@ -370,6 +370,7 @@
 _LIT(KSwisRemoveUninstallPkgsStep, "RemoveUninstallPkgsStep");
 _LIT(KSwisGetPackageDetails, "GetPackageDetails");
 _LIT(KSwisGetPublishedUidArrayStep, "GetPublishedUidArrayStep");
+_LIT(KSwisRemoveWithLastDependent, "RemoveWithLastDependent");
 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
 _LIT(KCheckSCRFieldStep, "CheckSCRFieldStep");
 _LIT(KCheckSCRCompPropertyStep, "CheckSCRCompPropertyStep");
@@ -513,4 +514,12 @@
 TBool iJustDefineProperty;
 	};
 
+class CSwisSetRemoveWithLastDependent : public CSwisTestStep
+    {
+public:    
+    CSwisSetRemoveWithLastDependent();
+    ~CSwisSetRemoveWithLastDependent();
+    virtual TVerdict doTestStepL();
+    };
+
 #endif // __TSWISSTEP_H__