widgets/widgetinstaller/inc/WidgetUIOperationsWatcher.h
branchRCL_3
changeset 48 79859ed3eea9
parent 41 4bd5176e1bc8
child 49 919f36ff910f
--- a/widgets/widgetinstaller/inc/WidgetUIOperationsWatcher.h	Thu Aug 19 10:58:56 2010 +0300
+++ b/widgets/widgetinstaller/inc/WidgetUIOperationsWatcher.h	Tue Aug 31 16:17:46 2010 +0300
@@ -28,9 +28,9 @@
 #include <SWInstDefs.h>
 #include <SWInstTaskManager.h>
 #include <SWInstLogTaskParam.h>
-#include <widgetregistryclient.h>
+#include <WidgetRegistryClient.h>
 #include <apgcli.h> // RApaLsSession
-#include "cuicanceltimer.h"
+#include "CUICancelTimer.h"
 #include "WidgetUIHandler.h"
 #include "IconConverter.h"
 
@@ -97,7 +97,7 @@
      * Handle silent install request.
      * @since 3.1
      */
-    void SilentInstallL( RFile&, const TDesC8&, TChar&, TRequestStatus& );
+    void SilentInstallL( RFile&, const TDesC8&, TRequestStatus& );
 
     /**
      * Handle uninstall request.
@@ -127,7 +127,7 @@
     /**
      * Called when install or uninstallation is finished, to update installer log
      */    
-    void HandleLogsL(const TDesC& aWidgetName, const TUid &aUid,TBool aVendor,const TDesC& version,SwiUI::TLogTaskAction aAction);
+    void HandleLogsL(const TDesC& aWidgetName, const TUid &aUid,TBool aVendor, SwiUI::TLogTaskAction aAction);
 
 
 public: // Functions from base classes
@@ -309,7 +309,6 @@
     
     TFileName iWidgetName;  // save the widget name during overwrite (only for HS widgets)
     TBool iWidgetInHS;      // indicates whether the widget was in HS
-    TInt iDrive;            //Drive to intall widgets in case of silent install
     };
 }