#include <app/MVPbkContactLinkPacking.h>
class MVPbkContactLinkPacking |
Public Member Functions | |
---|---|
virtual | ~MVPbkContactLinkPacking() |
virtual TAny * | ContactLinkPackingExtension(TUid) |
pure virtual TInt | InternalPackedSize() |
pure virtual void | PackInternalsL(RWriteStream &) |
An interface Contact link packing. This interface can be used to pack a contact link to a stream.
TInt | InternalPackedSize | ( | ) | const [pure virtual] |
Returns the packed size of internals (excluding the store URI) of this link.
Returns: Packed size of internals (excluding the store URI) of this link.
void | PackInternalsL | ( | RWriteStream & | aStream | ) | const [pure virtual] |
Appends the packed internals (excluding the URI) of this link.
Parameter | Description |
---|---|
aStream | Stream to append to this link. |