--- a/uiservicetab/vimpstui/src/cvimpstuiextensionservice.cpp Wed Mar 31 21:14:49 2010 +0300
+++ b/uiservicetab/vimpstui/src/cvimpstuiextensionservice.cpp Wed Apr 14 15:46:18 2010 +0300
@@ -46,6 +46,7 @@
#include <vimpstuires.rsg>
#include <eikenv.h>
#include "cvimpstuimenuextension.h"
+#include "uiservicetabtracer.h"
const TInt KDefaultIconId = EMbmVimpstuiExample_msn_tab;
const TInt KDefaultMaskId = EMbmVimpstuiExample_msn_tab_mask;
@@ -87,7 +88,8 @@
// ---------------------------------------------------------------------------
//
void CVIMPSTUIExtensionService::ConstructL(const TDesC& aServiceName)
- {
+ {
+ TRACER_AUTO;
TFileName path;
Dll::FileName(path); //get the location of the dll
@@ -236,6 +238,7 @@
TUid aId,
MVIMPSTEngine& aEngine )
{
+ TRACER_AUTO;
if ( !iTabbedView )
{
iTabbedView = CVIMPSTUiTabbedView::NewL(
@@ -265,6 +268,7 @@
TInt aBlockedViewId,
MVIMPSTEngine& aEngine )
{
+ TRACER_AUTO;
if ( !iBlockedView )
{
iBlockedView = CVIMPSTUiBlockView::NewL(
@@ -292,6 +296,7 @@
TUid aId,
MVIMPSTEngine& aEngine )
{
+ TRACER_AUTO;
if ( !iSearchView )
{
iSearchView = CVIMPSTUiSearchView::NewL(
@@ -433,6 +438,7 @@
//
void CVIMPSTUIExtensionService::SetSearchFieldsDataL( RArray<TInt>& aEnumKeysArray, RPointerArray<HBufC>& aLebelKeysArray )
{
+ TRACER_AUTO;
// reset all old fields and create new fields
if( iUiFieldsArray )
{
@@ -509,7 +515,7 @@
//
HBufC* CVIMPSTUIExtensionService::GetSearchKeyLabelL(TVIMPSTEnums::TVIMPSTSearchKey aSearchKey ,TBool& aBasicField )
{
-
+ TRACER_AUTO;
HBufC* keyText = NULL;
aBasicField = EFalse;
@@ -598,6 +604,7 @@
//
void CVIMPSTUIExtensionService::SortBasicFields()
{
+ TRACER_AUTO;
TInt count = iUiFieldsArray->Count();
TInt index = 0;
if( count >2 ) // atleast there has to be 3 item for sort , first name is already on top