calendarui/views/dayview/inc/calendayview.h
changeset 77 b0711afde476
parent 68 a5a1242fd2e8
child 80 fa7c359294fa
--- a/calendarui/views/dayview/inc/calendayview.h	Thu Sep 02 20:25:23 2010 +0300
+++ b/calendarui/views/dayview/inc/calendayview.h	Fri Sep 17 08:29:05 2010 +0300
@@ -92,13 +92,6 @@
      */
     virtual void populationComplete();
    
-//From MCalenNotificationHandler
-    
-    /**
-     * The function handles calendar notifications.
-     */
-    virtual void HandleNotification( const TCalenNotification notification );
-
 public:
     //API
     
@@ -182,6 +175,7 @@
     CalenDocLoader* mDocLoader; //!< Document loader for day view
     
     bool mIsLaunching;  //!< Indicates that view is launching first time
+    HbWidget *mGesturesAbsorber; //!<Widget that absorbs swipe and pan gestures
     
 private: