idlehomescreen/xmluirendering/uiengine/inc/xncontroladapterimpl.h
branchRCL_3
changeset 31 89165693e770
parent 23 7be2816dbabd
--- a/idlehomescreen/xmluirendering/uiengine/inc/xncontroladapterimpl.h	Mon Jun 21 15:27:11 2010 +0300
+++ b/idlehomescreen/xmluirendering/uiengine/inc/xncontroladapterimpl.h	Thu Jul 15 18:25:29 2010 +0300
@@ -36,6 +36,7 @@
 class CXnProperty;
 class CGulIcon;
 class CXnUiEngine;
+class CAknPointerEventSuppressor;
 
 //Constants
 _LIT( KMif, "mif(" );
@@ -551,6 +552,8 @@
     TBool iBackgrondInitialized;
     /** Tells is border images are allready created*/
     TBool iBorderInitialized;
+    /** Suppress drag events, owned */
+    CAknPointerEventSuppressor* iSuppressor;
     };
 
 #endif //__XNCONTROLADAPTERIMPL_H__