MMceReferObserver Class Reference

class MMceReferObserver

An interface to be implemented by users of MCE if they wish to use refers.

This observer is set using CMceManager::SetReferObserver function.

mceclient.lib

Member Functions Documentation

Failed(CMceRefer &, TInt)

voidFailed(CMceRefer &aRefer,
TIntaError
)[pure virtual]

An error has occurred concerning a specific SIP refer. Note, that each error causes the event state to be ETerminated.

Parameters

CMceRefer & aRefer
TInt aError

ReferConnectionStateChanged(CMceRefer &, TBool)

voidReferConnectionStateChanged(CMceRefer &aRefer,
TBoolaActive
)[pure virtual]

The state of the connection used by the refer has changed.

Parameters

CMceRefer & aRefer
TBool aActive

ReferStateChanged(CMceRefer &, TMceTransactionDataContainer *)

voidReferStateChanged(CMceRefer &aRefer,
TMceTransactionDataContainer *aContainer
)[pure virtual]

The state of the refer has changed.

Parameters

CMceRefer & aRefer
TMceTransactionDataContainer * aContainer