uiservicetab/vimpstui/src/cvimpstuisinglelistboxarray.cpp
branchRCL_3
changeset 9 9fdee5e1da30
parent 0 5e5d6b214f4f
--- a/uiservicetab/vimpstui/src/cvimpstuisinglelistboxarray.cpp	Wed Mar 31 21:14:49 2010 +0300
+++ b/uiservicetab/vimpstui/src/cvimpstuisinglelistboxarray.cpp	Wed Apr 14 15:46:18 2010 +0300
@@ -32,6 +32,7 @@
 #include    <AknIconArray.h>
 #include    <eikclbd.h>
 #include    <AknsConstants.h>
+#include "uiservicetabtracer.h"
 
 #include    <vimpstui.mbg>
 
@@ -43,6 +44,7 @@
 							            CVIMPSTUiSingleStyleListBox& aListBox
 							            )
     {
+	TRACER_AUTO;
     CVIMPSTUiSingleListboxArray* self = new (ELeave) CVIMPSTUiSingleListboxArray( aItemModel, 
     								aListboxData, aListBox);
     								
@@ -73,7 +75,7 @@
 // Symbian OS default constructor can leave.
 void CVIMPSTUiSingleListboxArray::ConstructL()
 	{
-	
+	TRACER_AUTO;
 	 // maximum length of icons appended to identification
     // There can be four icons (A+B and two on D-column)
     iMaxLengthOfIcons =
@@ -107,6 +109,7 @@
 //
 TPtrC16 CVIMPSTUiSingleListboxArray::MdcaPoint( TInt aIndex ) const
 	{
+	TRACER_AUTO;
 	// Although this is a const method, we do change the member data.
 	// This is done because of performance
 	// -> no need to create new buffer every time.
@@ -146,6 +149,7 @@
                                       TInt aIndex
                                       ) const
     {
+	TRACER_AUTO;
     // A-column
      aBuffer.Append( KEmptyIconA );
     // B-column