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