diff -r 12c456ceeff2 -r 5253a20d2a1e emailuis/uicomponents/inc/fstreevisualizerbase.h --- a/emailuis/uicomponents/inc/fstreevisualizerbase.h Thu Jan 07 12:38:38 2010 +0200 +++ b/emailuis/uicomponents/inc/fstreevisualizerbase.h Mon Jan 18 20:08:26 2010 +0200 @@ -1928,14 +1928,14 @@ * Sets focused item and send event of touch focusing. */ void SetFocusedItemAndSendEventL( const TFsTreeItemId aItem, - TPointerEventType aEventType ); + TPointerEventType aEventType, const TPoint& aPoint ); /** * Just a wrapper for SetFocusedItemAndSendEventL which returns the * error code instead of leaving. */ TInt SetFocusedItemAndSendEvent( const TFsTreeItemId aItem, - TPointerEventType aEventType ); + TPointerEventType aEventType, const TPoint& aPoint ); private: // from MAknPhysicsObserver