diff -r b01126ce0bec -r ba63c83f4716 idlehomescreen/xmluirendering/uiengine/inc/xnviewcontroladapter.h --- a/idlehomescreen/xmluirendering/uiengine/inc/xnviewcontroladapter.h Wed Sep 15 12:00:00 2010 +0300 +++ b/idlehomescreen/xmluirendering/uiengine/inc/xnviewcontroladapter.h Wed Oct 13 14:18:30 2010 +0300 @@ -38,8 +38,7 @@ NONSHARABLE_CLASS( CXnViewControlAdapter ) : public CXnControlAdapter, public MXnUiStateObserver { - -public: +public: // Constructors and destructor /** @@ -104,7 +103,7 @@ /** * C++ default constructor */ - CXnViewControlAdapter(); + CXnViewControlAdapter( CXnNodePluginIf& aNode ); /** * 2nd phase constructor @@ -113,14 +112,14 @@ private: // data + + /** Node */ + CXnNodePluginIf& iNode; /** AppUi */ CXnAppUiAdapter& iAppUi; - /** HS foreground status*/ MXnUiStateObserver::TForegroundStatus iForegroundStatus; - - //friend class CXnViewSwitcher; - }; + }; #endif // _XNVIEWCONTROLADAPTER_H