--- a/emailservices/emailframework/inc/MFSMailBoxSearchObserver.h Tue Feb 02 00:02:40 2010 +0200
+++ b/emailservices/emailframework/inc/MFSMailBoxSearchObserver.h Fri Feb 19 22:37:30 2010 +0200
@@ -45,15 +45,15 @@
/**
* 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>
};