diff -r 36f374c67aa8 -r 12db4185673b messagingapp/msgappfw/server/inc/ccsconversation.h --- a/messagingapp/msgappfw/server/inc/ccsconversation.h Tue Jul 06 14:12:40 2010 +0300 +++ b/messagingapp/msgappfw/server/inc/ccsconversation.h Wed Aug 18 09:45:25 2010 +0300 @@ -112,6 +112,19 @@ void GetEntryListL( RPointerArray* aConversationEntryList); + + /** + * GetEntryListL + * This function shall return all the entries this conversation holds + * + * @param aConversationEntryList, list of conversation entries + * @param aStartIndex, start index for conversation entries. + * @param aEndIndex, end index for conversation entries. + */ + void GetEntryListL( + RPointerArray* aConversationEntryList, + TInt aStartIndex, + TInt aEndIndex); /** * GetEntryL