Inherits CISVAPIAsync.
Public Member Functions | |
~CHold () | |
void | DoStartRequestL (CTelephony::TCallId aCallId) |
Static Public Member Functions | |
static CHold * | NewL (MExecAsync *aController) |
Puts the currently active call specified as an argument to DoStartRequestL() on hold.
Definition at line 32 of file CHold.h.
CHold::~CHold | ( | ) |
CHold * CHold::NewL | ( | MExecAsync * | aController | ) | [static] |
Factory constructor.
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
void CHold::DoStartRequestL | ( | CTelephony::TCallId | aCallId | ) | [virtual] |
Holds a call if the dynamic capabilities allow it.
aCallId | The identifier of the call to put on hold |
Reimplemented from CISVAPIBase.