diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_dummy_answer.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_dummy_answer.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,102 @@ + +
+Public Member Functions | |
~CDummyAnswer () | |
void | StartCount (TTimeIntervalMicroSeconds32 aDelay) |
Static Public Member Functions | |
static CDummyAnswer * | NewL (MExecAsync *aController) |
Definition at line 30 of file CDummyAnswer.h.
+CDummyAnswer::~CDummyAnswer | +( | ++ | ) | ++ |
+Destructor. Cancels outstanding requests and closes the iTimer object. +
Definition at line 77 of file CDummyAnswer.cpp.
+ ++
CDummyAnswer * CDummyAnswer::NewL | +( | +MExecAsync * | +aController | +) | + [static] |
+
+Factory constructor.
+
aController | Pointer to MExecAsync object that owns this object |
Definition at line 25 of file CDummyAnswer.cpp.
+ +void CDummyAnswer::StartCount | +( | +TTimeIntervalMicroSeconds32 | +aDelay | +) | ++ |
+Starts the timer for the duration specified in aDelay. +
Definition at line 86 of file CDummyAnswer.cpp.
+ ++