msg_plat/conversation_services_client_api/inc/mcsconversationlistchangeobserver.h
changeset 44 36f374c67aa8
parent 23 238255e8b033
--- a/msg_plat/conversation_services_client_api/inc/mcsconversationlistchangeobserver.h	Wed Jun 23 18:09:17 2010 +0300
+++ b/msg_plat/conversation_services_client_api/inc/mcsconversationlistchangeobserver.h	Tue Jul 06 14:12:40 2010 +0300
@@ -59,6 +59,13 @@
     virtual void DeleteConversationList(
             const CCsClientConversation& aClientConversation) = 0;
 
+	/**
+	 * PartialDeleteConversationList
+	 * This is for handling of partial delete of conversation event
+	 * generated from the server
+	 */
+    virtual void PartialDeleteConversationList(
+            const CCsClientConversation& aClientConversation) = 0;
     /**  
      * ModifyConversationList
      * This is for handling modify conversation asynchronusly