diff -r f966699dea19 -r ff572dfe6d86 idlehomescreen/widgetmanager/inc/wmwidgetloaderao.h --- a/idlehomescreen/widgetmanager/inc/wmwidgetloaderao.h Fri Feb 19 22:42:37 2010 +0200 +++ b/idlehomescreen/widgetmanager/inc/wmwidgetloaderao.h Fri Mar 12 15:41:49 2010 +0200 @@ -100,13 +100,16 @@ * adds a widget data entry to iWidgetsList * takes ownership of aContentInfo */ - void AddWidgetDataL( CHsContentInfo* aContentInfo ); + void AddWidgetDataL( CHsContentInfo* aContentInfo, TInt& aCount ); /** * cleanup resources allocated runing one single run */ void Cleanup(); + /** Converts uid to TUid from TDesC8 */ + TUid UidFromString( const TDesC8& aUidString ) const; + private: // data /** reference to the widget manager root */