diff -r b1f0785c289d -r 4f501b74aeb1 messagingapp/msgappfw/server/inc/ccsconversationcache.h --- a/messagingapp/msgappfw/server/inc/ccsconversationcache.h Tue Jul 13 22:09:22 2010 +0530 +++ b/messagingapp/msgappfw/server/inc/ccsconversationcache.h Sun Jul 25 18:59:19 2010 +0530 @@ -74,6 +74,23 @@ GetConversationListL( RPointerArray* aClientConversationList); +/** + * GetConversationsL + * Gets the Conversation Entries of a given Client Conversation + * + * @param aClientConversation object of CCsClientConversation + * for which the Converstion entries needs to be fetched + * @param aConversationEntryList list of CCsConversationEntries + * @param aKnownIndex - last message index of client total messages. + * @param aPageSize - Number of messages need to be fetched. + * @param aTotalConversationCount - Has total number of message count + */ + void GetConversationsL( + const CCsClientConversation* aClientConversation, + RPointerArray* aConversationEntryList, + TInt aKnownIndex, TInt aPageSize, + TInt& aTotalConversationCount); + /** * GetConversationUnreadListL * Get Conversation list with contact details and unread conversation