emailservices/emailframework/inc/MFSMailBoxSearchObserver.h
changeset 20 ecc8def7944a
parent 18 578830873419
equal deleted inserted replaced
18:578830873419 20:ecc8def7944a
    43     */
    43     */
    44     virtual void MatchFoundL( CFSMailMessage* aMatchMessage ) = 0;
    44     virtual void MatchFoundL( CFSMailMessage* aMatchMessage ) = 0;
    45 
    45 
    46    /**
    46    /**
    47     * Notifies the email search API client that the search has completed
    47     * Notifies the email search API client that the search has completed
    48 	*
    48     *
    49 	*/
    49     */
    50     virtual void SearchCompletedL() = 0;
    50     virtual void SearchCompletedL() = 0;
    51       
    51       
       
    52 //</cmail>
       
    53     /**
       
    54     * server asks client if to change the search priority (i.e. when calling to contact) 
       
    55     *
       
    56     */
       
    57     virtual void ClientRequiredSearchPriority(TInt *apRequiredSearchPriority) = 0; 
       
    58 //</cmail>
    52     };
    59     };
    53 
    60 
    54 #endif  // MFSMAILBOXSEARCHOBSERVER_H
    61 #endif  // MFSMAILBOXSEARCHOBSERVER_H
    55 
    62 
    56 // End of File
    63 // End of File