diff -r b01126ce0bec -r ba63c83f4716 idlehomescreen/xmluirendering/uiengine/inc/xnrootdata.h --- a/idlehomescreen/xmluirendering/uiengine/inc/xnrootdata.h Wed Sep 15 12:00:00 2010 +0300 +++ b/idlehomescreen/xmluirendering/uiengine/inc/xnrootdata.h Wed Oct 13 14:18:30 2010 +0300 @@ -93,7 +93,7 @@ /** * Loads remaining application views */ - void LoadRemainingViewsL(); + void LoadRemainingViews(); /** * Cancels load remaining application views @@ -122,13 +122,6 @@ CXnViewData& NextViewData() const; /** - * Gets a view data, where the given node belongs to. - * - * @return Acquired view data. NULL if not found. - */ - CXnViewData* ViewData( CXnNode& aNode ) const; - - /** * Sets view data to destroyal list * * @param aViewData View data to destroy @@ -176,21 +169,7 @@ * @return number of pages allowed */ TInt32 MaxPages(); - - /** - * Returns template view's uid - * - * @return Returns template view's uid, or if not set qhd default - */ - const TDesC8& TemplateViewUid() const; - - /** - * Sets template view's uid - * - * @param Template view's uid - */ - void SetTemplateViewUidL( const TDesC8& aTemplateViewUid ); - + /** * Returns ETrue, if all views are loaded */ @@ -227,8 +206,6 @@ TBool iLoadForward; /** Maximum of views allowed */ TInt32 iMaxPages; - /** Template view uid is uid of the view when user selects New view */ - HBufC8* iTemplateViewUid; /** Load error code */ TInt iLoadError; };