phonebookui/Phonebook2/ServerApplication/inc/MPbk2UiService.h
branchRCL_3
changeset 18 d4f567ce2e7c
parent 0 e686773b3f54
equal deleted inserted replaced
17:2666d9724c76 18:d4f567ce2e7c
    66          */
    66          */
    67         virtual void AcceptDelayedContactsL(
    67         virtual void AcceptDelayedContactsL(
    68                 const TDesC8& aContactLinkBuffer ) = 0;
    68                 const TDesC8& aContactLinkBuffer ) = 0;
    69 
    69 
    70         /**
    70         /**
       
    71          * Deny the delayed contacts as part of
       
    72          * the contact set used in the service.
       
    73          * 
       
    74          * Purpose: Sometimes client maybe deny the selected contact, 
       
    75          * the function is used to deliver the client's feedback to phonebook.
       
    76          * 
       
    77          * @param aContactLinkBuffer    Denied contacts.
       
    78          */
       
    79         virtual void DenyDelayedContactsL(
       
    80                 const TDesC8& aContactLinkBuffer) = 0;
       
    81         
       
    82         /**
    71          * Exits the service.
    83          * Exits the service.
    72          *
    84          *
    73          * @param aExitCommandId    The id of the exit command.
    85          * @param aExitCommandId    The id of the exit command.
    74          */
    86          */
    75         virtual void ExitServiceL(
    87         virtual void ExitServiceL(