diff -r ac7e4d1d9209 -r ebd48d2de13c textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputlayoutpopupwnd.h --- a/textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputlayoutpopupwnd.h Thu Aug 19 10:15:25 2010 +0300 +++ b/textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputlayoutpopupwnd.h Tue Aug 31 15:31:50 2010 +0300 @@ -19,7 +19,6 @@ #define C_CFEPLAYOUTPOPUPWND_H #include -#include /** * CButtonBase * @@ -30,34 +29,6 @@ */ class CFepLayoutPopupWnd : public CControlGroup { -private: - class CPopupWndExt : public CBase - { - public: - CFbsBitmap* BackupBitmap(){ return iBitmap;} - CFbsBitGc* BackupGc() { return iGc;} - CFbsBitmapDevice* BackupDevice() { return iBitmapDevice;} - void SetRect(const TRect& aRect); - TRect Rect() { return iRect;} - - static CPopupWndExt* NewL(); - void ContructBkDeviceL(const TSize& aSize,const TDisplayMode& aMode); - - ~CPopupWndExt() - { - delete iBitmapDevice; - delete iGc; - delete iBitmap; - } - private: - void ResizeBackupDeviceL(const TSize& s); - private: - CFbsBitmap* iBitmap; - CFbsBitGc* iGc; - CFbsBitmapDevice* iBitmapDevice; - TRect iRect; - - }; public: enum TDisplayPosition { @@ -125,7 +96,6 @@ IMPORT_C virtual void OnDeActivate(); IMPORT_C void ReDrawRect(const TRect& aRect); - IMPORT_C void HandleResourceChange(TInt aType); protected: /** @@ -160,8 +130,6 @@ * @since S60 V4.0 */ IMPORT_C virtual void OnDisplay(); - void DisableDrawingInGroup(); - void EnableDrawingInGroup(); private: /* * Flag tells whether the pop up window is shown @@ -196,7 +164,7 @@ /** * Reserved item2 */ - CPopupWndExt* iExt; + TInt iReserved2; }; #endif //C_CFEPLAYOUTPOPUPWND_H \ No newline at end of file