diff -r 796276a1bdcc -r 9fdee5e1da30 uiservicetab/vimpstutils/src/vimpstutilsdialog.cpp --- a/uiservicetab/vimpstutils/src/vimpstutilsdialog.cpp Wed Mar 31 21:14:49 2010 +0300 +++ b/uiservicetab/vimpstutils/src/vimpstutilsdialog.cpp Wed Apr 14 15:46:18 2010 +0300 @@ -26,7 +26,7 @@ #include #include - +#include "uiservicetabtracer.h" // --------------------------------------------------------- @@ -38,6 +38,7 @@ const TInt aButtonsResourceId, /*= R_AVKON_SOFTKEYS_EMPTY*/ const CAknNoteDialog::TTimeout& aTimeout /*= CAknNoteDialog::EShortTimeout*/ ) { + TRACER_AUTO; // CodeScanner warning ignored because CS does not // notice that PrepareLC puts the dialog to cleanupstack CAknNoteDialog* dlg = new ( ELeave ) CAknNoteDialog( // CSI: 35 # See comment above @@ -63,6 +64,7 @@ EXPORT_C TInt VIMPSTUtilsDialog::DisplayErrorNoteL( const TDesC& aText, TBool aSoftkeyOk /*= EFalse*/ ) { + TRACER_AUTO; //TODO : Modify the function body when required later if( aSoftkeyOk ) { @@ -90,6 +92,7 @@ EXPORT_C TInt VIMPSTUtilsDialog::DisplayQueryDialogL( TInt aDialogResourceId, const TDesC& aPrompt ) { + TRACER_AUTO; CAknQueryDialog* dlg = new (ELeave) CAknQueryDialog( CAknQueryDialog::ENoTone ); if( aPrompt != KNullDesC ) @@ -118,6 +121,7 @@ TInitialSelectionMode aSelectionMode /* = ESelectAll */, TBool aDomainSelectionQuery /* = EFalse */ ) { + TRACER_AUTO; // CodeScanner warning ignored because CS does not // notice that PrepareLC puts the dialog to cleanupstack CAknTextQueryDialog* dlg = CVIMPSTUtilsTextQueryDialog::NewL( aDataText, // CSI: 35 # See comment above @@ -173,6 +177,7 @@ const TBool /*aIsOnlySelect = EFalse */ ) { + TRACER_AUTO; CAknListQueryDialog* dlg = new (ELeave) CAknListQueryDialog( aSelectedIndex ); dlg->PrepareLC( aDialogResourceId );