appinstaller/AppinstUi/sisxsifplugin/tsrc/testinstaller/activerunner_symbian.h
changeset 29 26b6f0522fd8
parent 25 98b66e4fb0be
child 33 8110bf1194d1
--- a/appinstaller/AppinstUi/sisxsifplugin/tsrc/testinstaller/activerunner_symbian.h	Fri Apr 16 15:05:20 2010 +0300
+++ b/appinstaller/AppinstUi/sisxsifplugin/tsrc/testinstaller/activerunner_symbian.h	Mon May 03 12:38:03 2010 +0300
@@ -36,6 +36,8 @@
 public:     // new functions
     TInt Initialize( bool aUseSif );
     TInt Install( const QString& aFileName, bool aSilent );
+    TInt Remove( const Usif::TComponentId& aComponentId, bool aSilent );
+    TInt Remove( const TUid& aUid, const TDesC8& aMime, bool aSilent );
 
 protected:  // from CActive
     void DoCancel();
@@ -44,6 +46,8 @@
 
 private:    // new functions
     void DoInstallL( const QString& aFileName, bool aSilent );
+    void DoRemoveL( const Usif::TComponentId& aComponentId, bool aSilent );
+    void DoRemoveL( const TUid& aUid, const TDesC8& aMime, bool aSilent );
 
 private:    // data
     ActiveRunner *q_ptr;