diff -r b01126ce0bec -r ba63c83f4716 idlehomescreen/xmluirendering/uiengine/inc/xnviewadapter.h --- a/idlehomescreen/xmluirendering/uiengine/inc/xnviewadapter.h Wed Sep 15 12:00:00 2010 +0300 +++ b/idlehomescreen/xmluirendering/uiengine/inc/xnviewadapter.h Wed Oct 13 14:18:30 2010 +0300 @@ -177,29 +177,10 @@ * @param aContainer Container to activate * @param aEnterEditState ETrue if activated container should be set to edit state. * @param aEffect Effect uid, default no effect - * @param aUpdateBg Whether to update wallpaper or not. */ void ActivateContainerL( CXnViewData& aContainer, - TBool aEnterEditState = EFalse, TUid aEffect = TUid::Null(), - TBool aUpdateBg = ETrue ); - - /** - * Sets edit state property of container - * - * @since S60 5.0 - * @param aView container - * @param aEnter ETrue if container should be set to edit state. - */ - void EnterEditStateL( CXnViewData& aView, TBool aEnter ); - - /** - * Tell if this adapter is on foreground. Returns EFalse immediately after - * adapter is deactivated (Avkon IsForeground has some delay). - * @since S60 5.0 - * @return ETrue if container is on foreground, EFalse otherwise - */ - TBool IsForegroundAdapter() const; - + TBool aEnterEditState = EFalse, TUid aEffect = TUid::Null() ); + private: // new functions @@ -219,6 +200,15 @@ * @param aEnterEditState ETrue if default container should be set to edit state. */ void ActivateDefaultContainerL( TBool aEnterEditState = EFalse ); + + /** + * Sets edit state property of container + * + * @since S60 5.0 + * @param aView container + * @param aEnter ETrue if container should be set to edit state. + */ + void EnterEditStateL( CXnViewData& aView, TBool aEnter ); /** * Callback function to be used with CPeriodic.