emailuis/uicomponents/src/fstreelist.cpp
changeset 2 5253a20d2a1e
parent 1 12c456ceeff2
child 3 a4d6f1ea0416
equal deleted inserted replaced
1:12c456ceeff2 2:5253a20d2a1e
   931 // ---------------------------------------------------------------------------
   931 // ---------------------------------------------------------------------------
   932 //
   932 //
   933 // <cmail> Touch
   933 // <cmail> Touch
   934 EXPORT_C void CFsTreeList::TreeVisualizerEventL(
   934 EXPORT_C void CFsTreeList::TreeVisualizerEventL(
   935         const TFsTreeVisualizerEvent aEvent,
   935         const TFsTreeVisualizerEvent aEvent,
   936         const TFsTreeItemId aId ) const
   936         const TFsTreeItemId aId,
       
   937         const TPoint& aPoint ) const
   937 // </cmail>
   938 // </cmail>
   938     {
   939     {
   939     FUNC_LOG;
   940     FUNC_LOG;
   940     MFsTreeListObserver::TFsTreeListEvent listEvent;
   941     MFsTreeListObserver::TFsTreeListEvent listEvent;
   941 
   942 
  1030         }
  1031         }
  1031     }
  1032     }
  1032 
  1033 
  1033     for ( TInt c = 0; c < iObservers.Count(); c++ )
  1034     for ( TInt c = 0; c < iObservers.Count(); c++ )
  1034         {
  1035         {
  1035         // <cmail> Touch
  1036         iObservers[c]->TreeListEventL( listEvent, aId, aPoint );
  1036         iObservers[c]->TreeListEventL(
       
  1037             listEvent,
       
  1038             aId);
       
  1039         // </cmail>
       
  1040         }
  1037         }
  1041     }
  1038     }
  1042 
  1039 
  1043 // ---------------------------------------------------------------------------
  1040 // ---------------------------------------------------------------------------
  1044 // Gets the reference to the text style manager.
  1041 // Gets the reference to the text style manager.