diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_active_timer.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_active_timer.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,54 @@ + + +
+ +Public Member Functions | |
+void | After (TTimeIntervalMicroSeconds32 anInterval) |
+void | After (TTimeIntervalMicroSeconds32 anInterval) |
Static Public Member Functions | |
+static CActiveTimer * | NewL (MActiveTimerNotify &aNotifier) |
+static CActiveTimer * | NewL () |
Protected Member Functions | |
+void | RunL () |
+void | DoCancel () |
+ | CActiveTimer (MActiveTimerNotify &aNotifier) |
+void | ConstructL () |
+void | RunL () |
+void | DoCancel () |
+void | ConstructL () |
Protected Attributes | |
+RTimer | iTimer |
+MActiveTimerNotify & | iNotifier |
Definition at line 10 of file ActiveTimer.h.
+