diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-5219F0F7-4BFA-5B1B-999C-FBE4E2228588.dita --- a/Symbian3/PDK/Source/GUID-5219F0F7-4BFA-5B1B-999C-FBE4E2228588.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-5219F0F7-4BFA-5B1B-999C-FBE4E2228588.dita Tue Mar 30 11:56:28 2010 +0100 @@ -1,16 +1,29 @@ - - - - - -How to create an RTimer

The following example code demonstrates how to set up an RTimer.

-RTimer timer; -TRequestStatus timerStatus; // Request status associated with timer -timer.CreateLocal(); // Create for this thread -... // Now add code to use the timer
Note
  • The timer is always thread-relative.

\ No newline at end of file + + + + + +How +to Create an RTimerThe following example code demonstrates how to set up an RTimer. + + +RTimer timer; +TRequestStatus timerStatus; // Request status associated with timer +timer.CreateLocal(); // Create for this thread +... // Now add code to use the timer +
Note
    +
  • The timer is always +thread-relative.

  • +
+
\ No newline at end of file