sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp
changeset 59 0f7422b6b602
parent 41 c87e5f80c17d
child 61 8cb079868133
--- a/sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp	Tue Aug 10 14:46:45 2010 +0300
+++ b/sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp	Mon Aug 23 14:47:20 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() )