diff -r 26645d81f48d -r cc28652e0254 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 Tue Aug 31 16:57:14 2010 +0300 +++ b/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/src/sanity/te_perfsanitytimer.cpp Wed Sep 01 12:39:58 2010 +0100 @@ -30,39 +30,39 @@ #endif #include "te_dataparameters.h" -TBool TTestTimer::TestUserTimerL(TUint32& aTestTime) +TBool TTestTimer::TestUserTimer(TUint32& aTestTime) { - return DoTestTraceL(ESanityFoo, aTestTime); + return DoTestTrace(ESanityFoo, aTestTime); } -TBool TTestTimer::TestUserLongTimerL(TUint32& aTestTime) +TBool TTestTimer::TestUserLongTimer(TUint32& aTestTime) { - return DoTestTraceL(ESanityFooLong, aTestTime); + return DoTestTrace(ESanityFooLong, aTestTime); } -TBool TTestTimer::TestKernelTimerL(TUint32& aTestTime) +TBool TTestTimer::TestKernelTimer(TUint32& aTestTime) { - return DoTestTraceL(ESanityFoo, aTestTime); + return DoTestTrace(ESanityFoo, aTestTime); } -TBool TTestTimer::TestKernelLongTimerL(TUint32& aTestTime) +TBool TTestTimer::TestKernelLongTimer(TUint32& aTestTime) { - return DoTestTraceL(ESanityFooLong, aTestTime); + return DoTestTrace(ESanityFooLong, aTestTime); } -TBool TTestTimer::TestUTraceUserTimerL(TUint32& aTestTime) +TBool TTestTimer::TestUTraceUserTimer(TUint32& aTestTime) { - return DoTestTraceL(EUtraceUsr, aTestTime); + return DoTestTrace(EUtraceUsr, aTestTime); } -TBool TTestTimer::TestUTraceKernelTimerL(TUint32& aTestTime) +TBool TTestTimer::TestUTraceKernelTimer(TUint32& aTestTime) { - return DoTestTraceL(EUtraceKrn, aTestTime); + return DoTestTrace(EUtraceKrn, aTestTime); } -TBool TTestTimer::DoTestTraceL(const TTestMethodType aMethod, TUint32& aTestTime) +TBool TTestTimer::DoTestTrace(const TTestMethodType aMethod, TUint32& aTestTime) { aTestTime = 0;