msg_plat/conversation_services_client_api/inc/mcsconversationlistchangeobserver.h
changeset 44 36f374c67aa8
parent 23 238255e8b033
equal deleted inserted replaced
43:35b64624a9e7 44:36f374c67aa8
    57      * asynchronusly from the server 
    57      * asynchronusly from the server 
    58      */
    58      */
    59     virtual void DeleteConversationList(
    59     virtual void DeleteConversationList(
    60             const CCsClientConversation& aClientConversation) = 0;
    60             const CCsClientConversation& aClientConversation) = 0;
    61 
    61 
       
    62 	/**
       
    63 	 * PartialDeleteConversationList
       
    64 	 * This is for handling of partial delete of conversation event
       
    65 	 * generated from the server
       
    66 	 */
       
    67     virtual void PartialDeleteConversationList(
       
    68             const CCsClientConversation& aClientConversation) = 0;
    62     /**  
    69     /**  
    63      * ModifyConversationList
    70      * ModifyConversationList
    64      * This is for handling modify conversation asynchronusly
    71      * This is for handling modify conversation asynchronusly
    65      * from the server 
    72      * from the server 
    66      */
    73      */