instantmsgindicatorplugin/inc/instantmsgindicatorpluginimplementation.h
branchRCL_3
changeset 14 9fdee5e1da30
parent 0 5e5d6b214f4f
equal deleted inserted replaced
13:796276a1bdcc 14:9fdee5e1da30
    62 		 * sets/resets the status pane indicator
    62 		 * sets/resets the status pane indicator
    63 		 * @param aNewMessages, new message count
    63 		 * @param aNewMessages, new message count
    64 		 * @param aSeriveId, service id.
    64 		 * @param aSeriveId, service id.
    65 		 * @param aSenderId, message sender id.
    65 		 * @param aSenderId, message sender id.
    66 		 * @param aMultipleSender, count of number of P-2_p chats.
    66 		 * @param aMultipleSender, count of number of P-2_p chats.
       
    67 		 * @param aCloseConversation, indicates that this even came from closing the 
       
    68 		 * conversation and hence no need to paly the tone if there were already new messages.
    67 		 */
    69 		 */
    68      void MessageInfoL(TInt aNewMessages, TInt aSeriveId, const TDesC& aSenderId, TInt aMultipleSender);
    70      void MessageInfoL(TInt aNewMessages, TInt aSeriveId, const TDesC& aSenderId, 
       
    71                        TInt aMultipleSender,TBool aCloseConversation = EFalse);
    69  
    72  
    70 
    73 
    71     
    74     
    72 private: // new functions
    75 private: // new functions
    73 
    76