CDialogTerminated Class Reference

class CDialogTerminated : public CDialogState

Inherits from

Public Member Functions
~CDialogTerminated ()
void ConnectionLost ( CSIPDialogImplementation &)
TBool ErrorOccured ( CSIPDialogImplementation &, TInt , TUint32 , CConnectionCallback &)
TBool ErrorOccured ( CSIPDialogImplementation &, TInt , TUint32 , TUint32 , CConnectionCallback &)
TBool IncomingResponseL ( CSIPDialogImplementation &, CSIPResponseElements *, TUint32 , TUint32 , CConnectionCallback &)
TBool IncomingResponseL ( CSIPDialogImplementation &, CSIPResponseElements *, TUint32 , TUint32 , TUint32 , CConnectionCallback &)
CDialogTerminated * NewL ()
CSIPDialog::TState State ()
Protected Member Functions
CDialogTerminated ()
Inherited Functions
CBase::CBase()
CBase::Delete(CBase *)
CBase::Extension_(TUint,TAny *&,TAny *)
CBase::operator new(TUint)
CBase::operator new(TUint,TAny *)
CBase::operator new(TUint,TLeave)
CBase::operator new(TUint,TLeave,TUint)
CBase::operator new(TUint,TUint)
CBase::~CBase()
CDialogState::CheckIfForkingL(CSIPDialogImplementation &,TUint32,CSIPResponseElements *,CSIPClientTransaction &)const
CDialogState::CreateForkedInviteAssocLC(CSIPDialogImplementation &,CSIPResponseElements &)const
CDialogState::HandleErrorOccurred(CSIPDialogImplementation &,TInt,TUint32,CConnectionCallback &,CDialogState &)const
CDialogState::HandleRefreshErrorOccurred(CSIPDialogImplementation &,TInt,TUint32,CConnectionCallback &,CDialogState &)const
CDialogState::IncomingRequestL(CSIPDialogImplementation &,CSIPServerTransaction *,CConnectionCallback &)const
CDialogState::IncomingResponseWithinDialogL(CSIPDialogImplementation &,CSIPResponseElements *,TUint32,TUint32,CConnectionCallback &,const CDialogState &,const CDialogState &,const CDialogState &)const
CDialogState::RequestReceivedL(CSIPDialogImplementation &,CSIPServerTransaction *,CConnectionCallback &)const
CDialogState::ResponseToRefreshL(CSIPDialogImplementation &,CSIPResponseElements *,TUint32,TUint32,CConnectionCallback &,const CDialogState &,const CDialogState &,const CDialogState &)const
CDialogState::SendAckL(CSIPInviteDialogAssoc &,const CSIPClientTransaction &,CSIPMessageElements *)const
CDialogState::SendByeL(CSIPInviteDialogAssoc &,CSIPMessageElements *)const
CDialogState::SendInviteL(const CSIPDialogImplementation &,CSIPInviteDialogAssoc &,CSIPMessageElements *)const
CDialogState::SendNonTargetRefreshRequestL(const CSIPDialogImplementation &,CSIPDialogAssocImplementation &,RStringF,CSIPMessageElements *)const
CDialogState::SendNotifyL(CSIPNotifyDialogAssoc &,CSIPMessageElements *)const
CDialogState::SendPrackL(CSIPInviteDialogAssoc &,CSIPMessageElements *)const
CDialogState::SendReferL(const CSIPDialogImplementation &,CSIPReferDialogAssoc &,CSIPMessageElements *)const
CDialogState::SendResponseL(CSIPDialogImplementation &,const CSIPResponseElements &,TUint32,TBool,TBool)const
CDialogState::SendResponseWithinDialogL(CSIPDialogImplementation &,const CSIPResponseElements &,TUint32,TBool)const
CDialogState::SendSubscribeL(const CSIPDialogImplementation &,CSIPSubscribeDialogAssoc &,CSIPMessageElements *,CSIPRefresh *)const
CDialogState::SendUnsubscribeL(CSIPSubscribeDialogAssoc &,CSIPMessageElements *)const
CDialogState::SendUpdateL(CSIPInviteDialogAssoc &,CSIPMessageElements *)const
CDialogState::UpdateL(const CSIPDialogImplementation &,CSIPSubscribeDialogAssoc &,CSIPMessageElements *)const
CDialogState::~CDialogState()

Constructor & Destructor Documentation

CDialogTerminated()

CDialogTerminated ( ) [protected]

~CDialogTerminated()

~CDialogTerminated ( )

Member Functions Documentation

ConnectionLost(CSIPDialogImplementation &)

void ConnectionLost ( CSIPDialogImplementation & aDialog ) const [virtual]

Parameters

CSIPDialogImplementation & aDialog

ErrorOccured(CSIPDialogImplementation &, TInt, TUint32, CConnectionCallback &)

TBool ErrorOccured ( CSIPDialogImplementation & aDialog,
TInt aError,
TUint32 aRequestId,
CConnectionCallback & aCallback
) const [virtual]

Parameters

CSIPDialogImplementation & aDialog
TInt aError
TUint32 aRequestId
CConnectionCallback & aCallback

ErrorOccured(CSIPDialogImplementation &, TInt, TUint32, TUint32, CConnectionCallback &)

TBool ErrorOccured ( CSIPDialogImplementation & aDialog,
TInt aError,
TUint32 aRefreshId,
TUint32 aRequestId,
CConnectionCallback & aCallback
) const [virtual]

Parameters

CSIPDialogImplementation & aDialog
TInt aError
TUint32 aRefreshId
TUint32 aRequestId
CConnectionCallback & aCallback

IncomingResponseL(CSIPDialogImplementation &, CSIPResponseElements *, TUint32, TUint32, CConnectionCallback &)

TBool IncomingResponseL ( CSIPDialogImplementation & aDialog,
CSIPResponseElements * aElements,
TUint32 aRequestId,
TUint32 aDialogId,
CConnectionCallback & aCallback
) const [virtual]

Parameters

CSIPDialogImplementation & aDialog
CSIPResponseElements * aElements
TUint32 aRequestId
TUint32 aDialogId
CConnectionCallback & aCallback

IncomingResponseL(CSIPDialogImplementation &, CSIPResponseElements *, TUint32, TUint32, TUint32, CConnectionCallback &)

TBool IncomingResponseL ( CSIPDialogImplementation & aDialog,
CSIPResponseElements * aElements,
TUint32 aRequestId,
TUint32 aRefreshId,
TUint32 aDialogId,
CConnectionCallback & aCallback
) const [virtual]

Parameters

CSIPDialogImplementation & aDialog
CSIPResponseElements * aElements
TUint32 aRequestId
TUint32 aRefreshId
TUint32 aDialogId
CConnectionCallback & aCallback

NewL()

CDialogTerminated * NewL ( ) [static]

State()

CSIPDialog::TState State ( ) const [virtual]