imsrv_plat/im_cache_server_api/inc/cinstantmsgindicator.h
branchRCL_3
changeset 13 b6f2a363adf7
parent 0 e6b17d312c8b
child 21 cfd5c2994f10
--- a/imsrv_plat/im_cache_server_api/inc/cinstantmsgindicator.h	Wed Mar 31 22:05:52 2010 +0300
+++ b/imsrv_plat/im_cache_server_api/inc/cinstantmsgindicator.h	Wed Apr 14 16:17:20 2010 +0300
@@ -61,8 +61,11 @@
           * @param aSeriveId, service id.
           * @param aSenderId, message sender id.
           * @param aMultipleSender, count of number of P-2_p chats.
+          * @param aCloseConversation, indicates that this even came from closing the 
+          * conversation and hence no need to paly the tone if there were already new messages.
           */
- 	   virtual void MessageInfoL(TInt aNewMessages, TInt aSeriveId,const TDesC& aSenderId,TInt aMultipleSenders) = 0;	
+ 	   virtual void MessageInfoL(TInt aNewMessages, TInt aSeriveId,const TDesC& aSenderId,
+ 	                             TInt aMultipleSenders,TBool aCloseConversation = EFalse) = 0;	
 		 
      private:
          /**