imsrv_plat/im_cache_server_api/inc/cinstantmsgindicator.h
branchRCL_3
changeset 21 cfd5c2994f10
parent 13 b6f2a363adf7
child 22 113b91e0a2ad
equal deleted inserted replaced
20:eedf17a17c27 21:cfd5c2994f10
    59           * sets/resets the status pane indicator
    59           * sets/resets the status pane indicator
    60           * @param aNewMessages, new message count
    60           * @param aNewMessages, new message count
    61           * @param aSeriveId, service id.
    61           * @param aSeriveId, service id.
    62           * @param aSenderId, message sender id.
    62           * @param aSenderId, message sender id.
    63           * @param aMultipleSender, count of number of P-2_p chats.
    63           * @param aMultipleSender, count of number of P-2_p chats.
    64           * @param aCloseConversation, indicates that this even came from closing the 
       
    65           * conversation and hence no need to paly the tone if there were already new messages.
       
    66           */
    64           */
    67  	   virtual void MessageInfoL(TInt aNewMessages, TInt aSeriveId,const TDesC& aSenderId,
    65  	   virtual void MessageInfoL(TInt aNewMessages, TInt aSeriveId,const TDesC& aSenderId,TInt aMultipleSenders) = 0;	
    68  	                             TInt aMultipleSenders,TBool aCloseConversation = EFalse) = 0;	
       
    69 		 
    66 		 
    70      private:
    67      private:
    71          /**
    68          /**
    72           * Instance identifier key. When instance of an implementation is
    69           * Instance identifier key. When instance of an implementation is
    73           * created by ECOM framework, the framework will assign a UID for
    70           * created by ECOM framework, the framework will assign a UID for