emailuis/emailui/inc/ceuiemaillisttouchmanager.h
changeset 2 5253a20d2a1e
parent 0 8466d47a6819
--- a/emailuis/emailui/inc/ceuiemaillisttouchmanager.h	Thu Jan 07 12:38:38 2010 +0200
+++ b/emailuis/emailui/inc/ceuiemaillisttouchmanager.h	Mon Jan 18 20:08:26 2010 +0200
@@ -89,8 +89,9 @@
      * @param aId Id of the node/item associated with the event. KFsTreeNoneID
      *            means that the event is not associated with a node/item.
      */
-    void TreeListEventL(const TFsTreeListEvent aEvent,
-            const TFsTreeItemId aId);
+    void TreeListEventL( const TFsTreeListEvent aEvent,
+                         const TFsTreeItemId aId,
+                         const TPoint& aPoint );
 
 private:
 
@@ -102,8 +103,9 @@
      * Helper class for handling long tap actions. 
      *
      * @since S60 v9.1
+     * @param aPoint Coordinates of the long tap event.
      */
-    void DoHandleLongTapL();
+    void DoHandleLongTapL( const TPoint& aPoint );
 
     /**
      * Helper class for handling actions. (Open viewer, expand/collapse etc.)