uiservicetab/vimpstui/src/ccommandinfo.cpp
branchRCL_3
changeset 14 9fdee5e1da30
parent 0 5e5d6b214f4f
--- a/uiservicetab/vimpstui/src/ccommandinfo.cpp	Wed Mar 31 21:14:49 2010 +0300
+++ b/uiservicetab/vimpstui/src/ccommandinfo.cpp	Wed Apr 14 15:46:18 2010 +0300
@@ -18,6 +18,7 @@
 // INCLUDE FILES
 #include <barsread.h>
 #include "ccommandinfo.h"
+#include "uiservicetabtracer.h"
 
 
 // CONSTANTS
@@ -45,6 +46,7 @@
                                     TInt32 aPluginId,
         							TInt& aNewCommandIds )
     {
+	TRACER_AUTO;
     CCommandInfo* self = new (ELeave) CCommandInfo( aPluginId );
     CleanupStack::PushL(self);
     self->ConstructL( aReader, aNewCommandIds );
@@ -74,6 +76,7 @@
 //	
 TInt32 CCommandInfo::NewCommandId() const
 	{
+	TRACER_AUTO;
 	return iNewCommandId;	
 	}
 // ----------------------------------------------------------------------------
@@ -82,6 +85,7 @@
 //
 TInt32 CCommandInfo::OldCommandId() const
 	{
+	TRACER_AUTO;
 	return iOldCommandId;	
 	}