diff -r 36f374c67aa8 -r 12db4185673b messagingapp/msgappfw/server/inc/ccsconversationcache.h --- a/messagingapp/msgappfw/server/inc/ccsconversationcache.h Tue Jul 06 14:12:40 2010 +0300 +++ b/messagingapp/msgappfw/server/inc/ccsconversationcache.h Wed Aug 18 09:45:25 2010 +0300 @@ -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