sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp
changeset 63 09d657f1ee00
parent 45 c6215323ad55
child 61 8cb079868133
--- a/sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp	Wed Aug 18 11:03:14 2010 +0300
+++ b/sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp	Thu Sep 02 21:48:26 2010 +0300
@@ -75,8 +75,9 @@
 	User::LeaveIfError( ret );
 	iTimerToHzLevel = aSetTimerToHzLevel;
 	}
-void CTCSendEventTimer::Start()
+void CTCSendEventTimer::Start(TInt aHrz)
 	{
+	iTimerToHzLevel = aHrz;
 	TTimeIntervalMicroSeconds32 interval( KOneSecondInMicroSeconds / iTimerToHzLevel );
 		
 	if( !IsActive() )