branch | RCL_3 |
changeset 66 | c26be94c8889 |
parent 61 | 8cb079868133 |
--- a/sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp Wed Sep 01 12:34:26 2010 +0100 +++ b/sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp Tue Sep 14 23:45:36 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() )