emailservices/emailframework/inc/MFSMailBoxSearchObserver.h
branchRCL_3
changeset 8 e1b6206813b4
parent 2 5253a20d2a1e
child 24 d189ee25cf9d
equal deleted inserted replaced
4:e7aa27f58ae1 8:e1b6206813b4
    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>
    52 //</cmail>
    53     /**
    53     /**
    54     * server asks client if to change the search priority (i.e. when calling to contact) 
    54     * server asks client if to change the search priority (i.e. when calling to contact) 
    55  	*
    55     *
    56  	*/
    56     */
    57     virtual void ClientRequiredSearchPriority(TInt *apRequiredSearchPriority) = 0; 
    57     virtual void ClientRequiredSearchPriority(TInt *apRequiredSearchPriority) = 0; 
    58 //</cmail>
    58 //</cmail>
    59     };
    59     };
    60 
    60 
    61 #endif  // MFSMAILBOXSEARCHOBSERVER_H
    61 #endif  // MFSMAILBOXSEARCHOBSERVER_H