sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp
branchRCL_3
changeset 61 8cb079868133
parent 60 ccb4f6b3db21
child 66 c26be94c8889
--- a/sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp	Tue Aug 31 16:29:05 2010 +0300
+++ b/sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp	Wed Sep 01 12:34:26 2010 +0100
@@ -75,9 +75,8 @@
 	User::LeaveIfError( ret );
 	iTimerToHzLevel = aSetTimerToHzLevel;
 	}
-void CTCSendEventTimer::Start(TInt aHrz)
+void CTCSendEventTimer::Start()
 	{
-	iTimerToHzLevel = aHrz;
 	TTimeIntervalMicroSeconds32 interval( KOneSecondInMicroSeconds / iTimerToHzLevel );
 		
 	if( !IsActive() )