API published in: S60 2nd Ed
Link against: sipcodec.lib
None
#include <sipsecurityheaderbase.h>
Inherits CSIPParameterHeaderBase.
Inherited by CSIPSecurityClientHeader.
Public Member Functions | |
| virtual IMPORT_C | ~CSIPSecurityHeaderBase () |
| Destructor, deletes the resources of CSIPSecurityHeaderBase. | |
| IMPORT_C TReal | PreferenceParam () const |
| Gets the value of "q"-parameter. | |
| IMPORT_C void | SetPreferenceParamL (TReal aPreferenceValue) |
| Sets the "q"-parameter value. | |
| IMPORT_C const TDesC8 & | MechanismName () const |
| Gets the Mechanism-Name from the Security header. | |
| IMPORT_C void | SetMechanismNameL (const TDesC8 &aMechanismName) |
| Sets the Mechanism-Name in the Security header. | |
| TBool | MoreThanOneAllowed () const |
| TPreferredPlace | PreferredPlaceInMessage () const |
Protected Member Functions | |
| CSIPSecurityHeaderBase () | |
| void | ConstructL () |
| void | ConstructL (const TDesC8 &aMechanismName) |
| void | ConstructL (const CSIPSecurityHeaderBase &aSecurityHeaderBase) |
| void | DoInternalizeValueL (RReadStream &aReadStream) |
|
|
Destructor, deletes the resources of CSIPSecurityHeaderBase. |
|
|
|
|
|
|
|
Gets the Mechanism-Name from the Security header.
|
|
|
Reimplemented from CSIPHeaderBase. |
|
|
Gets the value of "q"-parameter.
|
|
|
Implements CSIPHeaderBase. |
|
|
Sets the Mechanism-Name in the Security header.
|
|
|
Sets the "q"-parameter value.
|