sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp
changeset 41 c87e5f80c17d
parent 0 4e1aa6a622a0
child 59 0f7422b6b602
--- 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() )
 		{