idlehomescreen/widgetmanager/inc/wmwidgetloaderao.h
branchRCL_3
changeset 11 ff572dfe6d86
parent 5 c743ef5928ba
child 12 9674c1a575e9
equal deleted inserted replaced
9:f966699dea19 11:ff572dfe6d86
    98     
    98     
    99     /**
    99     /**
   100      * adds a widget data entry to iWidgetsList
   100      * adds a widget data entry to iWidgetsList
   101      * takes ownership of aContentInfo
   101      * takes ownership of aContentInfo
   102      */
   102      */
   103     void AddWidgetDataL( CHsContentInfo* aContentInfo );
   103     void AddWidgetDataL( CHsContentInfo* aContentInfo, TInt& aCount );
   104     
   104     
   105     /**
   105     /**
   106      * cleanup resources allocated runing one single run
   106      * cleanup resources allocated runing one single run
   107      */
   107      */
   108     void Cleanup();
   108     void Cleanup();
       
   109     
       
   110     /** Converts uid to TUid from TDesC8 */
       
   111     TUid UidFromString( const TDesC8& aUidString ) const;
   109     
   112     
   110 private: // data
   113 private: // data
   111 
   114 
   112     /** reference to the widget manager root */
   115     /** reference to the widget manager root */
   113     CWmPlugin& iWmPlugin;
   116     CWmPlugin& iWmPlugin;