appinstaller/AppinstUi/sisxsifplugin/tsrc/testinstaller/activerunner.cpp
changeset 29 26b6f0522fd8
parent 25 98b66e4fb0be
child 42 d17dc5398051
--- a/appinstaller/AppinstUi/sisxsifplugin/tsrc/testinstaller/activerunner.cpp	Fri Apr 16 15:05:20 2010 +0300
+++ b/appinstaller/AppinstUi/sisxsifplugin/tsrc/testinstaller/activerunner.cpp	Mon May 03 12:38:03 2010 +0300
@@ -39,6 +39,20 @@
     }
 }
 
+void ActiveRunner::remove(const Usif::TComponentId& aComponentId, bool silent)
+{
+    if (d_ptr) {
+        d_ptr->Remove(aComponentId, silent);
+    }
+}
+
+void ActiveRunner::remove(const TUid& aUid, const TDesC8& aMime, bool silent)
+{
+    if (d_ptr) {
+        d_ptr->Remove(aUid, aMime, silent);
+    }
+}
+
 void ActiveRunner::handleCompletion()
 {
     emit opCompleted();