Inherits CISVAPIAsync, and CISVAPIAsync.
Public Member Functions | |
~CIdentityServiceStatus () | |
void | DoStartRequestL () |
void | DoStartRequestL () |
Static Public Member Functions | |
static CIdentityServiceStatus * | NewL (MExecAsync *aController) |
static CIdentityServiceStatus * | NewL (MExecAsync *aController) |
Public Attributes | |
CTelephony::TIdentityServiceV1 | iIdentityServiceStatusV1 |
Retrieves the status of the network call identity supplementary service.
Definition at line 31 of file CIdentityServiceStatus.h.
CIdentityServiceStatus::~CIdentityServiceStatus | ( | ) |
Destructor. Cancels outstanding requests.
Definition at line 39 of file CIdentityServiceStatus.cpp.
CIdentityServiceStatus * CIdentityServiceStatus::NewL | ( | MExecAsync * | aController | ) | [static] |
Factory constructor.
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 26 of file CIdentityServiceStatus.cpp.
void CIdentityServiceStatus::DoStartRequestL | ( | ) | [virtual] |
Gets the identity service status and stores it in the iIdentityServiceStatusV1Pckg package.
Reimplemented from CISVAPIBase.
Definition at line 47 of file CIdentityServiceStatus.cpp.
void CIdentityServiceStatus::DoStartRequestL | ( | ) | [virtual] |
Virtual function for completing the request to start. Empty method.
Reimplemented from CISVAPIBase.
CTelephony::TIdentityServiceV1 CIdentityServiceStatus::iIdentityServiceStatusV1 |
Stores the retrieved identity service status.
Stores retrieved identity service status.
Definition at line 53 of file CIdentityServiceStatus.h.