--- a/imservices/instantmessagingcache/imcacheserver/inc/ccacheserveractivehelper.h Wed Mar 31 22:05:52 2010 +0300
+++ b/imservices/instantmessagingcache/imcacheserver/inc/ccacheserveractivehelper.h Wed Apr 14 16:17:20 2010 +0300
@@ -102,8 +102,10 @@
* publishes the message info to the plugins
* @param aSenderId, buddy id
* @param aServiceId, service id
+ * @Param aCloseConversation indicates that the event came from closing the ocnversation.
*/
- void PublishMessageInfoL(const TDesC& aSenderId,TInt aServiceId );
+ void PublishMessageInfoL(const TDesC& aSenderId,TInt aServiceId,
+ TBool aCloseConversation = EFalse );
public: