eventsui/eventseditor/inc/evteditor.h
branchRCL_3
changeset 5 41042d2af523
parent 3 3c271c9e6618
--- a/eventsui/eventseditor/inc/evteditor.h	Fri Feb 19 22:45:00 2010 +0200
+++ b/eventsui/eventseditor/inc/evteditor.h	Fri Mar 12 15:42:12 2010 +0200
@@ -261,8 +261,9 @@
          
         // Inherited from MEvtMgmtUiSOMObserver
         void NotifySOMChangeL( );
-  
-        void HandleDialogPageEventL( TInt aEventID );
+               
+        void HandlePointerEventL(const TPointerEvent &aPointerEvent);
+       // void HandleDialogPageEventL( TInt aEventID );
         
         TKeyResponse OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType); 
         
@@ -340,6 +341,8 @@
        * It determines which attributes are modified
        */
       TEvtEventAttributeMask          iEventAttributeMask;
+      
+      TInt                           iIsDragging;
  };
 
 #endif /*EVTEDITOR_H_*/