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.

Public Member Functions
MVPbkContactStoreList &ContactStoreListL()
voidLoadContactStoreL(const TVPbkContactStoreUriPtr &)
Protected Member Functions
~MVPbkContactStoreLoader()

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 &)

voidLoadContactStoreL(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 & aURIthe store URI to be loaded.