diff -r 71dd06cfe933 -r 0aa5fbdfbc30 uifw/AknGlobalUI/OldStyleNotif/Inc/AknListQueryNotificationDialog.h --- 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__