#include <mw/sipregistrationcontext.h>
| class MSIPRegistrationContext | 
| Public Member Functions | |
|---|---|
| virtual | ~MSIPRegistrationContext() | 
| pure virtual TUint32 | ContextId() | 
| pure virtual TBool | IsContextActive() | 
The interface for providing information for the SIP request and dialog creation.
| TUint32 | ContextId | ( | ) | const [pure virtual] | 
Gets the context id.
Returns: Context id For internal use only
| TBool | IsContextActive | ( | ) | const [pure virtual] | 
Checks if the registration context can be used for creating SIP messages/dialogs
Returns: ETrue if can be used, EFalse otherwise