idlehomescreen/widgetmanager/inc/wmplugin.h
branchRCL_3
changeset 12 9674c1a575e9
parent 11 ff572dfe6d86
child 23 7be2816dbabd
equal deleted inserted replaced
11:ff572dfe6d86 12:9674c1a575e9
   161     /**
   161     /**
   162      * reference to iWmInstaller
   162      * reference to iWmInstaller
   163      */
   163      */
   164     CWmInstaller& WmInstaller();
   164     CWmInstaller& WmInstaller();
   165     
   165     
       
   166     /**
       
   167      * Get widget by Uid. Used for getting widget details 
       
   168      * when error has occured during uninstallation.
       
   169      * @param aUid Uid of widget
       
   170      */
       
   171     CWmWidgetData* GetUninstalledWidgetByUid( TUid aUid );
       
   172 
   166 private:
   173 private:
   167     /** constructor */
   174     /** constructor */
   168     CWmPlugin();
   175     CWmPlugin();
   169     /** 2nd phase constructor */
   176     /** 2nd phase constructor */
   170     void ConstructL();
   177     void ConstructL();