emailservices/emailframework/inc/MFSMailBoxSearchObserver.h
changeset 18 578830873419
parent 2 5253a20d2a1e
child 20 ecc8def7944a
equal deleted inserted replaced
4:e7aa27f58ae1 18:578830873419
    21 
    21 
    22 //  INCLUDES
    22 //  INCLUDES
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 
    24 
    25 //<cmail>
    25 //<cmail>
    26 #include "cfsmailmessage.h"
    26 #include "CFSMailMessage.h"
    27 //</cmail>
    27 //</cmail>
    28 
    28 
    29 /**
    29 /**
    30  * Freestyle email framework search API observer
    30  * Freestyle email framework search API observer
    31  *
    31  *
    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>
       
    59     };
    52     };
    60 
    53 
    61 #endif  // MFSMAILBOXSEARCHOBSERVER_H
    54 #endif  // MFSMAILBOXSEARCHOBSERVER_H
    62 
    55 
    63 // End of File
    56 // End of File