CFlightModeChangeAct Class Reference

class CFlightModeChangeAct : public CAsyncRequestBaseAct

This is an active object responsible for interacting with Multimode ETel

Inherits from

Constructor & Destructor Documentation

CFlightModeChangeAct(CTelephonyFunctions *)

CFlightModeChangeAct ( CTelephonyFunctions * aTelephonyFunctions ) [private]

First-phase constructor which cannot Leave().

Parameters

CTelephonyFunctions * aTelephonyFunctions Object that constructs us.

~CFlightModeChangeAct()

~CFlightModeChangeAct ( )

Destructor

Member Functions Documentation

Complete()

void Complete ( ) [protected, virtual]

Service Completed request.

DoCancel()

void DoCancel ( ) [protected, virtual]

Cancel request.

Async request to dial is cancelled.

FlightModeChangeL(TDes8 &)

void FlightModeChangeL ( TDes8 & aDes )

Issue Request

Parameters

TDes8 & aDes

NewL(CTelephonyFunctions *)

CFlightModeChangeAct * NewL ( CTelephonyFunctions * aTelephonyFunctions ) [static]

Public constructor which can Leave().

leave
Leaves if no memory.

Parameters

CTelephonyFunctions * aTelephonyFunctions Object that constructs us.

RunError(TInt)

TInt RunError ( TInt aLeaveCode ) [protected, virtual]

Handle any Leave() from inside RunL() .

Parameters

TInt aLeaveCode passed in if RunL Leaves.

Member Data Documentation

CTelephony::TFlightModeV1 * iFlightMode

CTelephony::TFlightModeV1 * iFlightMode [private]

CTelephonyFunctions * iTelephonyFunctions

CTelephonyFunctions * iTelephonyFunctions [private]