Inherits CISVAPIAsync.
Public Member Functions | |
~COperatorName () | |
void | DoStartRequestL () |
Static Public Member Functions | |
static COperatorName * | NewL (MExecAsync *aController) |
Public Attributes | |
CTelephony::TOperatorNameV1 | iOperatorNameV1 |
Retrieves the operator the phone is currently working on.
Definition at line 32 of file COperatorName.h.
COperatorName::~COperatorName | ( | ) |
Destructor. Cancels outstanding requests.
Definition at line 39 of file COperatorName.cpp.
COperatorName * COperatorName::NewL | ( | MExecAsync * | aController | ) | [static] |
Factory constructor.
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 26 of file COperatorName.cpp.
void COperatorName::DoStartRequestL | ( | ) | [virtual] |
Gets the network operator name and stores it in the iOperatorNameV1Pckg package.
Reimplemented from CISVAPIBase.
Definition at line 48 of file COperatorName.cpp.
CTelephony::TOperatorNameV1 COperatorName::iOperatorNameV1 |
Stores retrieved network operator name.
Definition at line 54 of file COperatorName.h.