phonebookui/Phonebook2/ServerApplication/inc/MPbk2UiService.h
branchRCL_3
changeset 85 38bb213f60ba
parent 63 f4a778e096c2
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
    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         /**
       
    83          * Exits the service.
    71          * Exits the service.
    84          *
    72          *
    85          * @param aExitCommandId    The id of the exit command.
    73          * @param aExitCommandId    The id of the exit command.
    86          */
    74          */
    87         virtual void ExitServiceL(
    75         virtual void ExitServiceL(