diff -r 2666d9724c76 -r d4f567ce2e7c phonebookui/Phonebook2/ServerApplication/inc/MPbk2UiService.h --- a/phonebookui/Phonebook2/ServerApplication/inc/MPbk2UiService.h Thu Jul 15 18:22:55 2010 +0300 +++ b/phonebookui/Phonebook2/ServerApplication/inc/MPbk2UiService.h Thu Aug 19 09:41:07 2010 +0300 @@ -68,6 +68,18 @@ const TDesC8& aContactLinkBuffer ) = 0; /** + * Deny the delayed contacts as part of + * the contact set used in the service. + * + * Purpose: Sometimes client maybe deny the selected contact, + * the function is used to deliver the client's feedback to phonebook. + * + * @param aContactLinkBuffer Denied contacts. + */ + virtual void DenyDelayedContactsL( + const TDesC8& aContactLinkBuffer) = 0; + + /** * Exits the service. * * @param aExitCommandId The id of the exit command.