API published in: S60 2nd Ed
Link against: sipcodec.lib
None
#include <siprequireheader.h>
Inherits CSIPTokenHeaderBase.
Public Member Functions | |
| IMPORT_C | ~CSIPRequireHeader () |
| Destructor, deletes the resources of CSIPRequireHeader. | |
| IMPORT_C CSIPHeaderBase * | CloneL () const |
| From CSIPHeaderBase CloneL. | |
| IMPORT_C RStringF | Name () const |
| From CSIPHeaderBase Name. | |
| TPreferredPlace | PreferredPlaceInMessage () const |
Static Public Member Functions | |
| static IMPORT_C RPointerArray< CSIPRequireHeader > | DecodeL (const TDesC8 &aValue) |
| Constructs a CSIPRequireHeader from textual representation of the header's value part. | |
| static IMPORT_C CSIPRequireHeader * | NewL (RStringF aValue) |
| Creates a new instance of CSIPRequireHeader. | |
| static IMPORT_C CSIPRequireHeader * | NewLC (RStringF aValue) |
| Creates a new instance of CSIPRequireHeader and puts it to CleanupStack. | |
| static IMPORT_C CSIPHeaderBase * | InternalizeValueL (RReadStream &aReadStream) |
| Constructs an instance of a CSIPRequireHeader from a RReadStream. | |
| static RPointerArray< CSIPHeaderBase > | BaseDecodeL (const TDesC8 &aValue) |
|
|
Destructor, deletes the resources of CSIPRequireHeader. |
|
|
|
From CSIPHeaderBase CloneL. Implements CSIPHeaderBase. |
|
|
Constructs a CSIPRequireHeader from textual representation of the header's value part.
|
|
|
Constructs an instance of a CSIPRequireHeader from a RReadStream.
|
|
|
From CSIPHeaderBase Name. Implements CSIPHeaderBase. |
|
|
Creates a new instance of CSIPRequireHeader.
|
|
|
Creates a new instance of CSIPRequireHeader and puts it to CleanupStack.
|
|
|
Implements CSIPHeaderBase. |