emailuis/uicomponents/inc/fstreelistobserver.h
changeset 2 5253a20d2a1e
parent 1 12c456ceeff2
--- a/emailuis/uicomponents/inc/fstreelistobserver.h	Thu Jan 07 12:38:38 2010 +0200
+++ b/emailuis/uicomponents/inc/fstreelistobserver.h	Mon Jan 18 20:08:26 2010 +0200
@@ -262,10 +262,12 @@
      * @param aEvent Event which happend in the tree list.
      * @param aId Id of the node/item associated with the event. KFsTreeNoneID
      *            means that the event is not associated with a node/item.
+     * @param aPoint Event coordinates. Valid only for touch events.
      */
     // <cmail> Touch
     virtual void TreeListEventL( const TFsTreeListEvent aEvent, 
-                                const TFsTreeItemId aId = KFsTreeNoneID ) = 0;
+                                 const TFsTreeItemId aId,
+                                 const TPoint& aPoint ) = 0;
     // </cmail>
     
     };