msg_plat/conversation_services_client_api/inc/ccsrequesthandler.h
branchGCC_SURGE
changeset 47 5b14749788d7
parent 25 84d9eb65b26f
parent 44 36f374c67aa8
equal deleted inserted replaced
35:a32b19fb291e 47:5b14749788d7
   307      * @param Message Id.
   307      * @param Message Id.
   308      * @return CCsClientConversation
   308      * @return CCsClientConversation
   309      */
   309      */
   310     IMPORT_C CCsClientConversation* GetConversationFromMessageIdL ( TInt aMessageId );
   310     IMPORT_C CCsClientConversation* GetConversationFromMessageIdL ( TInt aMessageId );
   311     
   311     
       
   312     IMPORT_C CCsClientConversation* GetConversationFromConversationIdL( TInt aConversationId );
       
   313 
   312 protected: // Functions from base classes
   314 protected: // Functions from base classes
   313 
   315 
   314     /**
   316     /**
   315      * RunL
   317      * RunL
   316      * From CActive, RunL.
   318      * From CActive, RunL.
   386     /**
   388     /**
   387      * HandleDeleteConversationList.
   389      * HandleDeleteConversationList.
   388      * Handles delete conversation list event.
   390      * Handles delete conversation list event.
   389      */
   391      */
   390     void HandleDeleteConversationList (HBufC8* aResultsBuffer); 
   392     void HandleDeleteConversationList (HBufC8* aResultsBuffer); 
       
   393     
       
   394 	/**
       
   395 	 * HandlePartialDeleteConversationList
       
   396 	 * Handles partial delete of conversation event.
       
   397 	 */
       
   398     void HandlePartialDeleteConversationList(HBufC8* aResultsBuffer);
   391 
   399 
   392     /**
   400     /**
   393      * HandleModifyConversationList.
   401      * HandleModifyConversationList.
   394      * Handles modify conversation list event.
   402      * Handles modify conversation list event.
   395      */
   403      */