messagingapp/msgnotifications/msgnotifier/inc/msgnotifier_p.h
changeset 44 36f374c67aa8
parent 43 35b64624a9e7
child 47 5b14749788d7
child 52 12db4185673b
equal deleted inserted replaced
43:35b64624a9e7 44:36f374c67aa8
    64      * asynchronously from the server 
    64      * asynchronously from the server 
    65      * @param aClientConversation CCsClientConversation The conversation object
    65      * @param aClientConversation CCsClientConversation The conversation object
    66      */
    66      */
    67     void DeleteConversationList(
    67     void DeleteConversationList(
    68             const CCsClientConversation& aClientConversation);
    68             const CCsClientConversation& aClientConversation);
       
    69     
       
    70 	/**
       
    71 	 * PartialDeleteConversationList
       
    72 	 * This is for handling partial delete of conversation event
       
    73 	 * Asynchronous
       
    74 	 * @param aClientConversation CCsClientConversation - The conversation object
       
    75 	 */
       
    76     void PartialDeleteConversationList(
       
    77             const CCsClientConversation& aClientConversation);
       
    78 
    69 
    79 
    70     /**  
    80     /**  
    71      * ModifyConversationList
    81      * ModifyConversationList
    72      * This is for handling modify conversation asynchronously
    82      * This is for handling modify conversation asynchronously
    73      * from the server 
    83      * from the server