#include <mw/CMessageAddress.h>
class CMessageAddress : public CBase |
Public Member Functions | |
---|---|
virtual | ~CMessageAddress() |
IMPORT_C const TPtrC | Address() |
IMPORT_C const TPtrC | Alias() |
IMPORT_C void | ExternalizeL(RWriteStream &) |
IMPORT_C void | InternalizeL(RReadStream &) |
IMPORT_C CMessageAddress * | NewL() |
IMPORT_C CMessageAddress * | NewLC() |
IMPORT_C void | SetAddressL(const TDesC &) |
IMPORT_C void | SetAliasL(const TDesC &) |
Encapsulates message recipient real address and alias.
IMPORT_C const TPtrC | Alias | ( | ) | const |
Returns alias for the address.
Returns: Alias for the real address.
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) |
Externalizes address data to a stream
Parameter | Description |
---|---|
aStream | Destination stream |
Returns: None.
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Internalizes message data from a stream
Returns: None.
IMPORT_C CMessageAddress * | NewLC | ( | ) | [static] |
Two-phased constructor. Leaves object to cleanup stack.
IMPORT_C void | SetAddressL | ( | const TDesC & | aAddress | ) |
Sets real address.
Parameter | Description |
---|---|
aAddress | Real address. |
Returns: None.
IMPORT_C void | SetAliasL | ( | const TDesC & | aAlias | ) |
Sets alias for the real address.
Parameter | Description |
---|---|
aAlias | Alias for the real address. |
Returns: None.