sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp
branchRCL_3
changeset 17 0b0048910c20
parent 0 4e1aa6a622a0
child 21 ccb4f6b3db21
--- a/sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp	Wed Jun 09 11:04:22 2010 +0300
+++ b/sensorservices/tiltcompensationssy/src/tcsendeventtimer.cpp	Mon Jun 21 17:06:14 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() )
 		{