diff -r 84d9eb65b26f -r 518b245aa84c messagingapp/msgui/appengine/inc/conversationlistchangehandler.h --- a/messagingapp/msgui/appengine/inc/conversationlistchangehandler.h Mon May 03 12:29:07 2010 +0300 +++ b/messagingapp/msgui/appengine/inc/conversationlistchangehandler.h Fri Jun 25 15:47:40 2010 +0530 @@ -110,7 +110,14 @@ void ModifyConversationList( const CCsClientConversation& aClientConversation); - + + /** + * PartialDeleteConversationList + * This is for handling the partial delete of conversation event from server + * @param aClientConversation CCsClientConversation& - reference to client conversation + */ + void PartialDeleteConversationList( + const CCsClientConversation& aClientConversation); /** * RefreshConversationList * This is for handling refresh asynchronusly from the server. @@ -129,7 +136,18 @@ * Handles Conversation List received from server and updates into model */ void HandleConversationListL(); - + + /** + * CompareByConvTimeStamp + * Helper method to compare conversations by timestamp + * + * @param aObj1 CCsConversation object + * @param aObj2 CCsConversation object + * @return value based of timestamp comparison + */ + static TInt CompareByConvTimeStamp(const CCsClientConversation& aObj1, + const CCsClientConversation& aObj2); + private: // data