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.
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.