traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/inc/sanity/te_perfsanitytimer.h
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
--- a/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/inc/sanity/te_perfsanitytimer.h	Tue Aug 31 16:57:14 2010 +0300
+++ b/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/inc/sanity/te_perfsanitytimer.h	Wed Sep 01 12:39:58 2010 +0100
@@ -43,17 +43,17 @@
 	};
 	
 public:
-	TBool	TestUserTimerL(TUint32& aTestTime);
-	TBool	TestUserLongTimerL(TUint32& aTestTime);
-	TBool	TestKernelTimerL(TUint32& aTestTime);
-	TBool	TestKernelLongTimerL(TUint32& aTestTime);
-	TBool	TestUTraceUserTimerL(TUint32& aTestTime);
-	TBool	TestUTraceKernelTimerL(TUint32& aTestTime);
+	TBool	TestUserTimer(TUint32& aTestTime);
+	TBool	TestUserLongTimer(TUint32& aTestTime);
+	TBool	TestKernelTimer(TUint32& aTestTime);
+	TBool	TestKernelLongTimer(TUint32& aTestTime);
+	TBool	TestUTraceUserTimer(TUint32& aTestTime);
+	TBool	TestUTraceKernelTimer(TUint32& aTestTime);
 	TUint32 Count(){return iCount;}
 private:
 	TBool	VerifyTime(TUint32 aTime);
 	TBool	DoTestUTraceTimer(const TInt aApi, TUint32& aTestTime);
-	TBool	DoTestTraceL(const TTestMethodType aMethod, TUint32& aTestTime);
+	TBool	DoTestTrace(const TTestMethodType aMethod, TUint32& aTestTime);
 private:
 	#ifndef __KERNEL_MODE__
 	CUptTimer		iTimer;