uiservicetab/vimpstutils/src/vimpstutilstextquerydialog.cpp
branchRCL_3
changeset 14 9fdee5e1da30
parent 0 5e5d6b214f4f
--- a/uiservicetab/vimpstutils/src/vimpstutilstextquerydialog.cpp	Wed Mar 31 21:14:49 2010 +0300
+++ b/uiservicetab/vimpstutils/src/vimpstutilstextquerydialog.cpp	Wed Apr 14 15:46:18 2010 +0300
@@ -19,6 +19,7 @@
 
 // INCLUDE FILES
 #include "vimpstutilstextquerydialog.h"
+#include "uiservicetabtracer.h"
 
 
 // ============================ MEMBER FUNCTIONS ===============================
@@ -49,6 +50,7 @@
                                               TBool aLeftSoftkeyAlwaysVisible /*= ETrue*/,
                                               TBool aDomainSelectionQuery /*= EFalse*/ )
     {
+	TRACER_AUTO;
     CVIMPSTUtilsTextQueryDialog* self = new( ELeave ) CVIMPSTUtilsTextQueryDialog( 
                                                             aDataText, aTone,
                                                             aLeftSoftkeyAlwaysVisible,
@@ -72,6 +74,7 @@
 //
 EXPORT_C void CVIMPSTUtilsTextQueryDialog::UpdateLeftSoftKeyL()
     {
+	TRACER_AUTO;
     if ( iLeftSoftkeyAlwaysVisible )
         {
         // do nothing so the left softkey is always visible
@@ -91,6 +94,7 @@
 EXPORT_C TKeyResponse CVIMPSTUtilsTextQueryDialog::OfferKeyEventL( const TKeyEvent& aKeyEvent, 
                                          TEventCode aType )
     {
+	TRACER_AUTO;
     TInt oldLen = 0;
     CEikEdwin* edwin = NULL;
     // If this is launched after domain selection query
@@ -135,6 +139,7 @@
 //
 EXPORT_C TBool CVIMPSTUtilsTextQueryDialog::OkToExitL( TInt aButtonId )
     {
+	TRACER_AUTO;
     if ( aButtonId == EAknSoftkeyExit && iDomainSelectionQuery )
         {
         return ETrue;