sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp
branchRCL_3
changeset 60 ccb4f6b3db21
parent 43 0b0048910c20
child 61 8cb079868133
--- a/sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp	Thu Aug 19 11:09:10 2010 +0300
+++ b/sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp	Tue Aug 31 16:29:05 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() )