uifw/AknGlobalUI/OldStyleNotif/Inc/AknListQueryNotificationDialog.h
branchRCL_3
changeset 18 0aa5fbdfbc30
parent 0 2f259fa3e83a
child 55 aecbbf00d063
--- a/uifw/AknGlobalUI/OldStyleNotif/Inc/AknListQueryNotificationDialog.h	Wed Apr 14 16:14:00 2010 +0300
+++ b/uifw/AknGlobalUI/OldStyleNotif/Inc/AknListQueryNotificationDialog.h	Tue Apr 27 16:55:05 2010 +0300
@@ -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__