MLtsyDispatchPhonebookStoreDeleteEntry Class Reference

class MLtsyDispatchPhonebookStoreDeleteEntry : public MLtsyDispatchInterface

Inherits from

Public Member Functions
TInt HandleStoreDeleteEntryReqL ( DispatcherPhonebook::TPhonebook , TInt )
Public Attributes
const TInt KLtsyDispatchPhonebookStoreDeleteEntryApiId

Member Functions Documentation

HandleStoreDeleteEntryReqL(DispatcherPhonebook::TPhonebook, TInt)

TInt HandleStoreDeleteEntryReqL ( DispatcherPhonebook::TPhonebook aPhonebook,
TInt aIndex
) [pure virtual]

The CTSY Dispatcher shall invoke this function on receiving the EMmTsyPhoneBookStoreDeleteIPC request from the CTSY.

It is a request call that is completed by invoking CCtsyDispatcherCallback::CallbackPhonebookStoreDeleteEntryComp()

Implementation of this interface should request to delete an entry from a given phonebook, the callback indicates when the operation has been completed.

RMobilePhoneBookStore::Delete()

Parameters

DispatcherPhonebook::TPhonebook aPhonebook The phonebook to delete an entry from.
TInt aIndex The entry index in the phonebook to delete.

Member Data Documentation

const TInt KLtsyDispatchPhonebookStoreDeleteEntryApiId

const TInt KLtsyDispatchPhonebookStoreDeleteEntryApiId [static]