CDialNewCallAct Class Reference

class CDialNewCallAct : public CAsyncRequestBaseAct

Inherits from

Constructor & Destructor Documentation

CDialNewCallAct(CTelephonyFunctions *)

CDialNewCallAct ( CTelephonyFunctions * aTelephonyFunctions ) [private]

First-phase constructor which cannot Leave().

Parameters

CTelephonyFunctions * aTelephonyFunctions Object that constructs us.

~CDialNewCallAct()

~CDialNewCallAct ( )

Destructor

Member Functions Documentation

Complete()

void Complete ( ) [protected, virtual]

Service Completed request.

leave
Leaves if System error.

DialNewCall(TDes8 &, const CTelephony::TTelNumber &, CTelephony::TCallId &, CTelephony::TCallId &)

void DialNewCall ( TDes8 & aId,
const CTelephony::TTelNumber & aTelNumber,
CTelephony::TCallId & aCallId,
CTelephony::TCallId & aTempCallId
)

Issue dial request

Parameters

TDes8 & aId
const CTelephony::TTelNumber & aTelNumber
CTelephony::TCallId & aCallId
CTelephony::TCallId & aTempCallId

DoCancel()

void DoCancel ( ) [protected, virtual]

Cancel request.

Async request to dial is cancelled.

NewL(CTelephonyFunctions *)

CDialNewCallAct * 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::TCallId * iCallId

CTelephony::TCallId * iCallId [private]

CTelephony::TCallParamsV1 * iISVcallParams

CTelephony::TCallParamsV1 * iISVcallParams [private]

RMobileCall::TEtel3rdPartyMobileCallParamsV1Pckg iMMCallParamsPckg

RMobileCall::TEtel3rdPartyMobileCallParamsV1Pckg iMMCallParamsPckg [private]

RMobileCall::TEtel3rdPartyMobileCallParamsV1 iMMcallParams

RMobileCall::TEtel3rdPartyMobileCallParamsV1 iMMcallParams [private]

CTelephonyFunctions * iTelephonyFunctions

CTelephonyFunctions * iTelephonyFunctions [private]

CTelephony::TCallId iTempCallId

CTelephony::TCallId iTempCallId [private]