CResumeAct Class Reference

class CResumeAct : public CAsyncRequestBaseAct

This is an active object responsible for interacting with Multimode ETel

Constructor & Destructor Documentation

CResumeAct(CTelephonyFunctions *)

CResumeAct ( CTelephonyFunctions * aTelephonyFunctions ) [private]

First-phase constructor which cannot Leave().

Parameters

CTelephonyFunctions * aTelephonyFunctions Object that constructs us.

~CResumeAct()

~CResumeAct ( )

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.

NewL(CTelephonyFunctions *)

CResumeAct * NewL ( CTelephonyFunctions * aTelephonyFunctions ) [static]

Public constructor which can Leave().

leave
Leaves if no memory.

Parameters

CTelephonyFunctions * aTelephonyFunctions Object that constructs us.

Resume(const CTelephony::TCallId &)

void Resume ( const CTelephony::TCallId & aCallId )

Issue Request

Parameters

const CTelephony::TCallId & aCallId

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]

CTelephonyFunctions * iTelephonyFunctions

CTelephonyFunctions * iTelephonyFunctions [private]