MPECallOwner Class Reference

class MPECallOwner

Abstract base class for call owner.

CallHandling.lib

Member Functions Documentation

ActiveCallCount()

TInt ActiveCallCount()const [pure virtual]

Return active call count, other then idle state.

CallByCallId(const TInt)

MPECall *CallByCallId(const TIntaCallId)const [pure virtual]

returns pointer to MPECall object by CallId, NULL if not found.

Parameters

const TInt aCallId

CallByName(const TName &)

MPECall *CallByName(const TName &aName)const [pure virtual]

returns pointer to MPECall object by CallId, NULL if not found.

Parameters

const TName & aName

CallByState(const TPEState)

MPECall *CallByState(const TPEStateaState)const [pure virtual]

returns pointer to MPECall object by State, NULL if not found.

Parameters

const TPEState aState

IsCallByCallId(const TInt)

TBool IsCallByCallId(const TIntaCallId)const [pure virtual]

returns ETrue if call object found by call ID, NULL if not found.

Parameters

const TInt aCallId

IsCallByState(const TPEState)

TBool IsCallByState(const TPEStateaState)const [pure virtual]

returns ETrue if call object found by state, NULL if not found.

Parameters

const TPEState aState