MSIPRefreshAssociation Class Reference

class MSIPRefreshAssociation

This class is for internal use only.

Constructor & Destructor Documentation

~MSIPRefreshAssociation()

~MSIPRefreshAssociation()[inline, virtual]

Destructor

Member Functions Documentation

CheckIfStandAlone()

TInt CheckIfStandAlone()[pure virtual]

Determines if the request being refreshed is a stand-alone request.

DeletingRefresh(CSIPRefresh &, TUint32)

voidDeletingRefresh(CSIPRefresh &aRefresh,
TUint32aRefreshId
)[pure virtual]

When CSIPRefresh is deleted, it detaches itself from the associated object, using this function.

Parameters

CSIPRefresh & aRefreshRefresh instance being deleted
TUint32 aRefreshIdRefresh identifier

TransactionAssociation()

MTransactionAssociation &TransactionAssociation()[pure virtual]

Obtains a handle to MTransactionAssociation.

UpdateRefreshL(CSIPRefresh &, CSIPMessageElements *, TBool)

CSIPClientTransaction *UpdateRefreshL(CSIPRefresh &aRefresh,
CSIPMessageElements *aElements,
TBoolaTerminate
)[pure virtual]

Update or terminate the refresh.

leave
KErrNotFound if no such refresh exists
leave
KErrSIPInvalidRegistrationState if trying to access a REGISTER refresh.
leave
KSIPErrInvalidDialogState if trying to access a dialog association being refreshed.

Parameters

CSIPRefresh & aRefreshRefresh instance requesting the operation
CSIPMessageElements * aElementsOptional SIP message headers and body. Ownership is transferred.
TBool aTerminateETrue if the refresh is terminated, EFalse if it is updated.