equal
deleted
inserted
replaced
100 |
100 |
101 /** |
101 /** |
102 * publishes the message info to the plugins |
102 * publishes the message info to the plugins |
103 * @param aSenderId, buddy id |
103 * @param aSenderId, buddy id |
104 * @param aServiceId, service id |
104 * @param aServiceId, service id |
|
105 * @Param aCloseConversation indicates that the event came from closing the ocnversation. |
105 */ |
106 */ |
106 void PublishMessageInfoL(const TDesC& aSenderId,TInt aServiceId ); |
107 void PublishMessageInfoL(const TDesC& aSenderId,TInt aServiceId, |
|
108 TBool aCloseConversation = EFalse ); |
107 |
109 |
108 |
110 |
109 public: |
111 public: |
110 /** |
112 /** |
111 * reset all header chat started flag to EFalse |
113 * reset all header chat started flag to EFalse |