diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-2D8093D7-58A8-59CD-96EF-5B0AAE029478.dita --- a/Symbian3/PDK/Source/GUID-2D8093D7-58A8-59CD-96EF-5B0AAE029478.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-2D8093D7-58A8-59CD-96EF-5B0AAE029478.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,28 +1,28 @@ - - - - - -Using -Lock()Explains how to use the Lock() function to delay -the events. -

We can ask for a timer event to occur at a particular twelfth in the next -second using the Lock() function.

-... -TRequestStatus stat; -TTimerLockSpec lockspec; -RTimer timer; -... -timer.Lock(lockspec,stat) -... -

The current time is A seconds + B milliseconds, then

-Lock(EThreeOclock, stat); -

will complete at C seconds + 3/12 milliseconds, where C=A, if B<3/12milliseconds -or C=A+1.

+ + + + + +Using +Lock()Explains how to use the Lock() function to delay +the events. +

We can ask for a timer event to occur at a particular twelfth in the next +second using the Lock() function.

+... +TRequestStatus stat; +TTimerLockSpec lockspec; +RTimer timer; +... +timer.Lock(lockspec,stat) +... +

The current time is A seconds + B milliseconds, then

+Lock(EThreeOclock, stat); +

will complete at C seconds + 3/12 milliseconds, where C=A, if B<3/12milliseconds +or C=A+1.

\ No newline at end of file