diff -r 796276a1bdcc -r 9fdee5e1da30 uiservicetab/vimpstui/src/cvimpstuisinglelistboxarray.cpp --- 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 #include #include +#include "uiservicetabtracer.h" #include @@ -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