diff -r b8fae6b8a148 -r d05a55b217df idlehomescreen/inc/xnviewmanager.h --- a/idlehomescreen/inc/xnviewmanager.h Wed Mar 31 21:17:19 2010 +0300 +++ b/idlehomescreen/inc/xnviewmanager.h Wed Apr 14 15:47:59 2010 +0300 @@ -22,7 +22,6 @@ #include // User includes -#include "xnpropertysubscriber.h" // Forward declarations class CXnUiEngine; @@ -86,8 +85,7 @@ * @lib xn3layoutengine.lib * @since S60 5.0 */ -NONSHARABLE_CLASS( CXnViewManager ) : public CBase, - public MXnPropertyChangeObserver +NONSHARABLE_CLASS( CXnViewManager ) : public CBase { public: /** @@ -119,14 +117,6 @@ * 2nd phase constructor */ void ConstructL(); - -private: - // from MXnPropertyChangeObserver - - /** - * @see MXnPropertyChangeObserver - */ - void PropertyChangedL( const TUint32 aKey, const TInt aValue ); public: // New functions @@ -212,9 +202,7 @@ CXnOomSysHandler& OomSysHandler() const; void UpdatePageManagementInformationL(); - - TBool UiStartupPhaseAllDone() const; - + private: // new functions @@ -295,12 +283,6 @@ * Not own. */ CXnUiEngine* iUiEngine; - - /** - * UI startup phase observer - * Own. - */ - CXnPropertySubscriber* iUiStartupPhase; /** * Comopser. @@ -362,11 +344,6 @@ * Own. */ CPeriodic* iStabilityTimer; - - /** - * Flag to indicate that UI startup phase is ready - */ - TBool iUiStartupPhaseAllDone; private: // Friend classes