msg_plat/conversation_services_client_api/inc/ccsrequesthandler.h
branchGCC_SURGE
changeset 47 5b14749788d7
parent 25 84d9eb65b26f
parent 44 36f374c67aa8
--- a/msg_plat/conversation_services_client_api/inc/ccsrequesthandler.h	Thu Jun 17 09:57:06 2010 +0100
+++ b/msg_plat/conversation_services_client_api/inc/ccsrequesthandler.h	Thu Jul 22 16:32:06 2010 +0100
@@ -309,6 +309,8 @@
      */
     IMPORT_C CCsClientConversation* GetConversationFromMessageIdL ( TInt aMessageId );
     
+    IMPORT_C CCsClientConversation* GetConversationFromConversationIdL( TInt aConversationId );
+
 protected: // Functions from base classes
 
     /**
@@ -388,6 +390,12 @@
      * Handles delete conversation list event.
      */
     void HandleDeleteConversationList (HBufC8* aResultsBuffer); 
+    
+	/**
+	 * HandlePartialDeleteConversationList
+	 * Handles partial delete of conversation event.
+	 */
+    void HandlePartialDeleteConversationList(HBufC8* aResultsBuffer);
 
     /**
      * HandleModifyConversationList.