msg_plat/conversation_services_client_api/inc/mcsconversationlistchangeobserver.h
changeset 37 518b245aa84c
parent 23 238255e8b033
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
    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      */