--- a/emailservices/emailframework/inc/MFSMailBoxSearchObserver.h Fri Apr 16 14:51:52 2010 +0300
+++ b/emailservices/emailframework/inc/MFSMailBoxSearchObserver.h Mon May 03 12:23:15 2010 +0300
@@ -45,10 +45,17 @@
/**
* Notifies the email search API client that the search has completed
- *
- */
+ *
+ */
virtual void SearchCompletedL() = 0;
+//</cmail>
+ /**
+ * server asks client if to change the search priority (i.e. when calling to contact)
+ *
+ */
+ virtual void ClientRequiredSearchPriority(TInt *apRequiredSearchPriority) = 0;
+//</cmail>
};
#endif // MFSMAILBOXSEARCHOBSERVER_H