Inherits CISVAPIAsync, and CISVAPIAsync.
Public Member Functions | |
~CCallForwardingStatus () | |
void | DoStartRequestL () |
void | DoStartRequestL () |
Static Public Member Functions | |
static CCallForwardingStatus * | NewL (MExecAsync *aController) |
static CCallForwardingStatus * | NewL (MExecAsync *aController) |
Public Attributes | |
CTelephony::TCallForwardingSupplServicesV1 | iCallForwardingStatus1V1 |
CTelephony::TCallForwardingSupplServicesV1 | iCallForwardingStatus2V1 |
Retrieves the status of the network call forwarding supplementary service.
Definition at line 31 of file CCallForwardingStatus.h.
CCallForwardingStatus::~CCallForwardingStatus | ( | ) |
Cancels outstanding requests.
Definition at line 37 of file CCallForwardingStatus.cpp.
CCallForwardingStatus * CCallForwardingStatus::NewL | ( | MExecAsync * | aController | ) | [static] |
Factory constructor.
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Factory constructor.
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 25 of file CCallForwardingStatus.cpp.
void CCallForwardingStatus::DoStartRequestL | ( | ) | [virtual] |
Retrieves the current forwarding status.
Reimplemented from CISVAPIBase.
Definition at line 53 of file CCallForwardingStatus.cpp.
void CCallForwardingStatus::DoStartRequestL | ( | ) | [virtual] |
Virtual function for completing the request to start. Empty method.
Reimplemented from CISVAPIBase.
CTelephony::TCallForwardingSupplServicesV1 CCallForwardingStatus::iCallForwardingStatus1V1 |
Stores current call forwarding status when call status is checked for CTelephony::ECallForwardingNoReply.
Definition at line 54 of file CCallForwardingStatus.h.
CTelephony::TCallForwardingSupplServicesV1 CCallForwardingStatus::iCallForwardingStatus2V1 |
Stores current call forwarding status when call status is checked for CTelephony::ECallForwardingUnconditional.
Definition at line 59 of file CCallForwardingStatus.h.