emailuis/uicomponents/src/fstreenodevisualizerbase.cpp
branchRCL_3
changeset 80 726fba06891a
parent 73 c8382f7b54ef
--- a/emailuis/uicomponents/src/fstreenodevisualizerbase.cpp	Wed Sep 15 11:52:37 2010 +0300
+++ b/emailuis/uicomponents/src/fstreenodevisualizerbase.cpp	Wed Oct 13 14:11:15 2010 +0300
@@ -26,6 +26,7 @@
 #include "fslayoutmanager.h"
 #include "fsalftextstylemanager.h"
 
+// <cmail> SF
 #include <alf/alfgradientbrush.h>
 #include <alf/alfimagebrush.h>
 #include <alf/alfanchorlayout.h>
@@ -36,6 +37,7 @@
 #include <alf/alftextstyle.h>
 #include <alf/alftextvisual.h>
 #include <alf/alfmappingfunctions.h>
+// </cmail>
 
 // ---------------------------------------------------------------------------
 // C++ destructor.
@@ -532,6 +534,7 @@
     return retVal;
     }
 
+// <cmail>
 // ---------------------------------------------------------------------------
 // From MFsTreeItemVisualizer.
 // Sets item background brush.
@@ -561,6 +564,7 @@
 
     return retVal;
     }
+// </cmail>
 
 // ---------------------------------------------------------------------------
 // From MFsTreeItemVisualizer.
@@ -622,23 +626,6 @@
     }
 
 // ---------------------------------------------------------------------------
-// 
-// ---------------------------------------------------------------------------
-//
-void CFsTreeNodeVisualizerBase::SetMarkingMode( TBool aMarkingMode )
-    {
-    FUNC_LOG;
-    if ( aMarkingMode )
-        {
-        iFlags |= KFsTreeListMarkingMode;
-        }
-    else
-        {
-        aMarkingMode &= ~KFsTreeListMarkingMode;
-        }
-    }
-
-// ---------------------------------------------------------------------------
 //  This function returns wether an item is always in extended state.
 // ---------------------------------------------------------------------------
 //
@@ -669,8 +656,7 @@
 void CFsTreeNodeVisualizerBase::UpdateL( const MFsTreeItemData& /*aData*/,
                                           TBool /*aFocused*/,
                                           const TUint /*aLevel*/,
-                                          CAlfTexture*& /*aMarkIconOn*/,
-                                          CAlfTexture*& /*aMarkIconOff*/,										  
+                                          CAlfTexture*& /*aMarkIcon*/,
                                           CAlfTexture*& /*aMenuIcon*/,
                                           const TUint /*aTimeout*/,
                                           TBool /*aUpdateData*/)