diff -r a32b19fb291e -r 5b14749788d7 messagingapp/msgappfw/server/inc/ccssession.h --- a/messagingapp/msgappfw/server/inc/ccssession.h Thu Jun 17 09:57:06 2010 +0100 +++ b/messagingapp/msgappfw/server/inc/ccssession.h Thu Jul 22 16:32:06 2010 +0100 @@ -92,6 +92,13 @@ void HandleModifyConversationListEventL( CCsClientConversation* aClientConversation); + /** + * HandlePartialDeleteConversationListEvent + * Handles the partial delete conversation event from cache + */ + void HandlePartialDeleteConversationListEvent( + CCsClientConversation* aClientConversation); + /** * HandleNewConversationEventL * Handles the new conversation event received from cache @@ -329,6 +336,8 @@ * @param aMessage RMessage instance */ void GetConversationIdfromAddressL(const RMessage2& aMessage); + + void GetConversationFromConversationIdL(const RMessage2& aMessage); /** * GetConversationFromMessageIdL @@ -358,7 +367,7 @@ * Buf for doing IPC * Own */ - HBufC8* des; + HBufC8* iDes; /** * iEventList