diff -r 5456b4e8b3a8 -r 3321d3e205b6 idlehomescreen/xmluirendering/uiengine/inc/xnviewcontroladapter.h --- a/idlehomescreen/xmluirendering/uiengine/inc/xnviewcontroladapter.h Wed Sep 01 12:32:46 2010 +0100 +++ b/idlehomescreen/xmluirendering/uiengine/inc/xnviewcontroladapter.h Tue Sep 14 20:58:58 2010 +0300 @@ -38,7 +38,8 @@ NONSHARABLE_CLASS( CXnViewControlAdapter ) : public CXnControlAdapter, public MXnUiStateObserver { -public: + +public: // Constructors and destructor /** @@ -103,7 +104,7 @@ /** * C++ default constructor */ - CXnViewControlAdapter( CXnNodePluginIf& aNode ); + CXnViewControlAdapter(); /** * 2nd phase constructor @@ -112,14 +113,14 @@ private: // data - - /** Node */ - CXnNodePluginIf& iNode; /** AppUi */ CXnAppUiAdapter& iAppUi; + /** HS foreground status*/ MXnUiStateObserver::TForegroundStatus iForegroundStatus; - }; + + //friend class CXnViewSwitcher; + }; #endif // _XNVIEWCONTROLADAPTER_H