diff -r 137ebc85284b -r 1b758917cafc idlehomescreen/xmluirendering/renderingplugins/xntexteditorfactory/inc/xntexteditoradapter.h --- a/idlehomescreen/xmluirendering/renderingplugins/xntexteditorfactory/inc/xntexteditoradapter.h Tue May 25 12:29:32 2010 +0300 +++ b/idlehomescreen/xmluirendering/renderingplugins/xntexteditorfactory/inc/xntexteditoradapter.h Wed Jun 09 09:29:04 2010 +0300 @@ -32,7 +32,7 @@ class CXnAppUiAdapter; // CLASS DECLARATION -class CXnTextEditorAdapter : public CXnControlAdapter +class CXnTextEditorAdapter : public CXnControlAdapter, public MCoeControlBackground { public: // constructor and destructor @@ -125,13 +125,18 @@ */ void HandleResourceChange( TInt aType ); -private: - // from MCoeControlObserver - /** - * See MCoeControlObserver documentation - */ - void HandleControlEventL( CCoeControl* aControl, TCoeEvent aEventType ); + * See CCoeAppUiBase. + */ + void HandleScreenDeviceChangedL(); + +private: // from base classes + + /** + * See MCoeControlBackground documentation + */ + void Draw( CWindowGc& aGc, const CCoeControl& aControl, + const TRect& aRect ) const; private: // private constrcutors