class MSIPRefreshAssociation |
This class is for internal use only.
Public Member Functions | |
---|---|
~MSIPRefreshAssociation () | |
TInt | CheckIfStandAlone () |
void | DeletingRefresh ( CSIPRefresh &, TUint32 ) |
MTransactionAssociation & | TransactionAssociation () |
CSIPClientTransaction * | UpdateRefreshL ( CSIPRefresh &, CSIPMessageElements *, TBool ) |
TInt | CheckIfStandAlone | ( | ) | [pure virtual] |
Determines if the request being refreshed is a stand-alone request.
void | DeletingRefresh | ( | CSIPRefresh & | aRefresh, |
TUint32 | aRefreshId | |||
) | [pure virtual] |
When CSIPRefresh is deleted, it detaches itself from the associated object, using this function.
CSIPRefresh & aRefresh | Refresh instance being deleted |
TUint32 aRefreshId | Refresh identifier |
MTransactionAssociation & | TransactionAssociation | ( | ) | [pure virtual] |
Obtains a handle to MTransactionAssociation .
CSIPClientTransaction * | UpdateRefreshL | ( | CSIPRefresh & | aRefresh, |
CSIPMessageElements * | aElements, | |||
TBool | aTerminate | |||
) | [pure virtual] |
Update or terminate the refresh.
CSIPRefresh & aRefresh | Refresh instance requesting the operation |
CSIPMessageElements * aElements | Optional SIP message headers and body. Ownership is transferred. |
TBool aTerminate | ETrue if the refresh is terminated, EFalse if it is updated. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.