MVPbkContactStoreLoader Class Reference

class MVPbkContactStoreLoader

An interface for loding contact store plug-ins.

A user of this interface needs to load an ECom store plug-in for the specified contact store.

Constructor & Destructor Documentation

~MVPbkContactStoreLoader()

~MVPbkContactStoreLoader ( ) [protected, inline, virtual]

Member Functions Documentation

ContactStoreListL()

MVPbkContactStoreList & ContactStoreListL ( ) const [pure virtual]

A list of contact stores. If a call LoadContatStoreL succeeded then the new store is loaded to this list. If the store was already loaded then the list doesn't change.

LoadContactStoreL(const TVPbkContactStoreUriPtr &)

void LoadContactStoreL ( const TVPbkContactStoreUriPtr & aURI ) [pure virtual]

Loads an store plugin for given URI If there is no store plug-in for the aURI then nothing changes.

Parameters

const TVPbkContactStoreUriPtr & aURI the store URI to be loaded.