CHoldAct Class Reference

class CHoldAct : public CAsyncRequestBaseAct

This is an active object responsible for interacting with Multimode ETel

Constructor & Destructor Documentation

CHoldAct(CTelephonyFunctions *)

CHoldAct(CTelephonyFunctions *aTelephonyFunctions)[private]

First-phase constructor which cannot Leave().

Parameters

CTelephonyFunctions * aTelephonyFunctionsObject that constructs us.

~CHoldAct()

~CHoldAct()

Destructor

Member Functions Documentation

Complete()

voidComplete()[protected, virtual]

Service Completed request.

leave
Leaves if System error.

DoCancel()

voidDoCancel()[protected, virtual]

Cancel request.

Async request to dial is cancelled.

Hold(const CTelephony::TCallId &)

voidHold(const CTelephony::TCallId &aCallId)

Issue Request

Parameters

const CTelephony::TCallId & aCallId

NewL(CTelephonyFunctions *)

CHoldAct *NewL(CTelephonyFunctions *aTelephonyFunctions)[static]

Public constructor which can Leave().

leave
Leaves if no memory.

Parameters

CTelephonyFunctions * aTelephonyFunctionsObject that constructs us.

RunError(TInt)

TInt RunError(TIntaLeaveCode)[protected, virtual]

Handle any Leave() from inside RunL().

Parameters

TInt aLeaveCodepassed in if RunL Leaves.

Member Data Documentation

CTelephony::TCallId iCallId

CTelephony::TCallId iCallId[private]

CTelephonyFunctions * iTelephonyFunctions

CTelephonyFunctions *iTelephonyFunctions[private]