calendarui/views/dayview/inc/calendayview.h
changeset 70 a5ed90760192
parent 63 a3cb48f6c889
child 75 7ac58b2aae6f
--- a/calendarui/views/dayview/inc/calendayview.h	Tue Aug 31 18:15:13 2010 +0530
+++ b/calendarui/views/dayview/inc/calendayview.h	Mon Sep 06 10:12:45 2010 +0530
@@ -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: