diff -r 28839de615b4 -r 26645d81f48d traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/src/sanity/te_perfsanitytimer.cpp --- a/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/src/sanity/te_perfsanitytimer.cpp Thu Aug 19 11:36:21 2010 +0300 +++ b/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/src/sanity/te_perfsanitytimer.cpp Tue Aug 31 16:57:14 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;