diff -r f7565e9c9ce8 -r c87e5f80c17d sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp --- a/sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp Fri Jun 11 14:56:08 2010 +0300 +++ b/sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp Thu Jul 01 11:20:10 2010 +0300 @@ -74,7 +74,10 @@ ret = iTimer.CreateLocal(); User::LeaveIfError( ret ); iTimerToHzLevel = aSetTimerToHzLevel; - TTimeIntervalMicroSeconds32 interval( KOneSecondInMicroSeconds / aSetTimerToHzLevel ); + } +void CTCSendEventTimer::Start() + { + TTimeIntervalMicroSeconds32 interval( KOneSecondInMicroSeconds / iTimerToHzLevel ); if( !IsActive() ) {