traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/src/sanity/te_perfsanitytimer.cpp
changeset 35 0d6db0a14001
parent 0 08ec8eefde2f
child 45 cc28652e0254
--- a/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/src/sanity/te_perfsanitytimer.cpp	Fri Jun 11 15:29:22 2010 +0300
+++ b/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/src/sanity/te_perfsanitytimer.cpp	Tue Jul 06 16:18:30 2010 +0300
@@ -30,39 +30,39 @@
 #endif
 #include "te_dataparameters.h"
 
-TBool TTestTimer::TestUserTimer(TUint32& aTestTime)
+TBool TTestTimer::TestUserTimerL(TUint32& aTestTime)
 	{
-	return DoTestTrace(ESanityFoo, aTestTime);
+	return DoTestTraceL(ESanityFoo, aTestTime);
 	}
 
-TBool TTestTimer::TestUserLongTimer(TUint32& aTestTime)
+TBool TTestTimer::TestUserLongTimerL(TUint32& aTestTime)
 	{
-	return DoTestTrace(ESanityFooLong, aTestTime);
+	return DoTestTraceL(ESanityFooLong, aTestTime);
 	}
 
 
-TBool TTestTimer::TestKernelTimer(TUint32& aTestTime)
+TBool TTestTimer::TestKernelTimerL(TUint32& aTestTime)
 	{
-	return DoTestTrace(ESanityFoo, aTestTime);
+	return DoTestTraceL(ESanityFoo, aTestTime);
 	}
 
-TBool TTestTimer::TestKernelLongTimer(TUint32& aTestTime)
+TBool TTestTimer::TestKernelLongTimerL(TUint32& aTestTime)
 	{
-	return DoTestTrace(ESanityFooLong, aTestTime);
+	return DoTestTraceL(ESanityFooLong, aTestTime);
 	}
 
-TBool TTestTimer::TestUTraceUserTimer(TUint32& aTestTime)
+TBool TTestTimer::TestUTraceUserTimerL(TUint32& aTestTime)
 	{
-	return DoTestTrace(EUtraceUsr, aTestTime);
+	return DoTestTraceL(EUtraceUsr, aTestTime);
 	}
 
-TBool TTestTimer::TestUTraceKernelTimer(TUint32& aTestTime)
+TBool TTestTimer::TestUTraceKernelTimerL(TUint32& aTestTime)
 	{
-	return DoTestTrace(EUtraceKrn, aTestTime);
+	return DoTestTraceL(EUtraceKrn, aTestTime);
 	}
 
 
-TBool TTestTimer::DoTestTrace(const TTestMethodType aMethod, TUint32& aTestTime)
+TBool TTestTimer::DoTestTraceL(const TTestMethodType aMethod, TUint32& aTestTime)
 	{
 	aTestTime = 0;