widgets/widgetinstaller/inc/WidgetUIOperationsWatcher.h
branchRCL_3
changeset 41 4bd5176e1bc8
parent 37 ac77f89b1d9e
child 48 79859ed3eea9
equal deleted inserted replaced
40:8bfb9186a8b8 41:4bd5176e1bc8
    95 
    95 
    96     /**
    96     /**
    97      * Handle silent install request.
    97      * Handle silent install request.
    98      * @since 3.1
    98      * @since 3.1
    99      */
    99      */
   100     void SilentInstallL( RFile&, const TDesC8&, TRequestStatus& );
   100     void SilentInstallL( RFile&, const TDesC8&, TChar&, TRequestStatus& );
   101 
   101 
   102     /**
   102     /**
   103      * Handle uninstall request.
   103      * Handle uninstall request.
   104      * @since 3.1
   104      * @since 3.1
   105      */
   105      */
   307     // TODO: To be investigated
   307     // TODO: To be investigated
   308     //CommonUI::CCUICancelTimer* iCanceller;
   308     //CommonUI::CCUICancelTimer* iCanceller;
   309     
   309     
   310     TFileName iWidgetName;  // save the widget name during overwrite (only for HS widgets)
   310     TFileName iWidgetName;  // save the widget name during overwrite (only for HS widgets)
   311     TBool iWidgetInHS;      // indicates whether the widget was in HS
   311     TBool iWidgetInHS;      // indicates whether the widget was in HS
       
   312     TInt iDrive;            //Drive to intall widgets in case of silent install
   312     };
   313     };
   313 }
   314 }
   314 
   315 
   315 #endif      // WIDGETUIOPERATIONWATCHER_H
   316 #endif      // WIDGETUIOPERATIONWATCHER_H
   316 
   317