diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_dummy_answer.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_dummy_answer.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_dummy_answer.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,102 +1,101 @@ - -
-Public Member Functions | |
~CDummyAnswer () | |
void | StartCount (TTimeIntervalMicroSeconds32 aDelay) |
Public Member Functions | |
~CDummyAnswer () | |
void | StartCount (TTimeIntervalMicroSeconds32 aDelay) |
Static Public Member Functions | |
static CDummyAnswer * | NewL (MExecAsync *aController) |
An active object that is activated by the call being picked up. Counts the call's duration.
-Definition at line 30 of file CDummyAnswer.h.
-Definition at line 30 of file CDummyAnswer.h.
+CDummyAnswer::~CDummyAnswer | +CDummyAnswer::~CDummyAnswer | ( | -+ | ) | -+ |
Destructor. Cancels outstanding requests and closes the iTimer object.
--Destructor. Cancels outstanding requests and closes the iTimer object. -
Definition at line 77 of file CDummyAnswer.cpp.
+Definition at line 77 of file CDummyAnswer.cpp.
-
CDummyAnswer * CDummyAnswer::NewL | +CDummyAnswer * CDummyAnswer::NewL | ( | MExecAsync * | -aController | +aController | ) | - [static] |
+ [static] |
-Factory constructor.
-
Factory constructor.
+aController | Pointer to MExecAsync object that owns this object |
Definition at line 25 of file CDummyAnswer.cpp.
+Definition at line 25 of file CDummyAnswer.cpp.
void CDummyAnswer::StartCount | +void CDummyAnswer::StartCount | ( | TTimeIntervalMicroSeconds32 | -aDelay | +aDelay | ) | -+ |
Starts the timer for the duration specified in aDelay.
--Starts the timer for the duration specified in aDelay. -
Definition at line 86 of file CDummyAnswer.cpp.
+Definition at line 86 of file CDummyAnswer.cpp.
-