#include <cntdb.h>
| class CContactEcomPhoneNumberParser : public CContactPhoneNumberParser |
| Public Member Functions | |
|---|---|
| virtual | ~CContactEcomPhoneNumberParser() |
| CContactEcomPhoneNumberParser * | NewL(TUid) |
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.
| ~CContactEcomPhoneNumberParser | ( | ) | [inline, virtual] |
The destruction of the interface implementation referred to by iDtor_ID_Key
| CContactEcomPhoneNumberParser * | NewL | ( | TUid | aImplementationUid | ) | [static, inline] |
Allocates and Instantiates an interface implementation to satisfy the specified interface.
| Parameters | |
|---|---|
| aImplementationUid | denotes the type of implemetation that need to be loaded. |