emailservices/emailframework/inc/MFSMailBoxSearchObserver.h
changeset 2 5253a20d2a1e
parent 0 8466d47a6819
child 8 e1b6206813b4
child 18 578830873419
equal deleted inserted replaced
1:12c456ceeff2 2:5253a20d2a1e
    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