uifw/AknGlobalUI/OldStyleNotif/Inc/AknListQueryNotificationDialog.h
branchRCL_3
changeset 20 d48ab3b357f1
parent 19 aecbbf00d063
--- a/uifw/AknGlobalUI/OldStyleNotif/Inc/AknListQueryNotificationDialog.h	Tue Aug 31 15:28:30 2010 +0300
+++ b/uifw/AknGlobalUI/OldStyleNotif/Inc/AknListQueryNotificationDialog.h	Wed Sep 01 12:16:19 2010 +0100
@@ -47,6 +47,8 @@
 protected:
     TBool OkToExitL(TInt aButtonId);
     
+    void HandlePointerEventL(const TPointerEvent& aPointerEvent);
+    
 private: 
     virtual void CEikDialog_Reserved_1();
     virtual void CEikDialog_Reserved_2();   
@@ -56,6 +58,7 @@
     CAknListQueryNotificationDialog** iSelfPtr;
     TBool iPanning;
     TBool iFlick;
+    TBool iPointerUpEaten;
     };
 
 #endif // __AKNLISTQUERYNOTIFICATIONDIALOG__