CContactEcomConverter Class Reference

class CContactEcomConverter : public CContactConverter

It provides Ecom Framework based facilities to resolve and load the appropriate implementations at run-time. The framework supplies a default resolver for selecting appropriate implementations.

Inherits from

Constructor & Destructor Documentation

~CContactEcomConverter()

~CContactEcomConverter ( ) [inline, virtual]

The destruction of the interface implementation referred to by iDtor_ID_Key

Member Functions Documentation

NewL(TUid)

CContactEcomConverter * NewL ( TUid aImplementationUid ) [static, inline]

Allocates and instantiates an interface implementation to satisfy the specified interface.

Parameters

TUid aImplementationUid Denotes the type of implemetation that needs to be loaded.

NewL(TUid, TInt64, MConverterCallBack *, TVCardVersion, TBool)

CContactEcomConverter * NewL ( TUid aImplementationUid,
TInt64 aContactFieldFilter,
MConverterCallBack * aCallback,
TVCardVersion aVersion,
TBool aExportTel
) [static, inline]

Allocates and instantiates an interface implementation for PBAP export.

Parameters

TUid aImplementationUid Denotes the type of implemetation that needs to be loaded.
TInt64 aContactFieldFilter Specifies contact fields to be exported.
MConverterCallBack * aCallback Callback to client for providing intra-contact properties.
TVCardVersion aVersion Denotes the vCard version for contact export.
TBool aExportTel

Member Data Documentation

TUid iDtor_ID_Key

TUid iDtor_ID_Key [private]