diff -r 8bfb9186a8b8 -r 4bd5176e1bc8 widgets/widgetinstaller/inc/WidgetUIOperationsWatcher.h --- a/widgets/widgetinstaller/inc/WidgetUIOperationsWatcher.h Tue May 11 17:13:44 2010 +0300 +++ b/widgets/widgetinstaller/inc/WidgetUIOperationsWatcher.h Tue May 25 13:52:38 2010 +0300 @@ -97,7 +97,7 @@ * Handle silent install request. * @since 3.1 */ - void SilentInstallL( RFile&, const TDesC8&, TRequestStatus& ); + void SilentInstallL( RFile&, const TDesC8&, TChar&, TRequestStatus& ); /** * Handle uninstall request. @@ -309,6 +309,7 @@ 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 }; }