diff -r b1f0785c289d -r 4f501b74aeb1 messagingapp/msgappfw/server/inc/ccsconversation.h --- a/messagingapp/msgappfw/server/inc/ccsconversation.h Tue Jul 13 22:09:22 2010 +0530 +++ b/messagingapp/msgappfw/server/inc/ccsconversation.h Sun Jul 25 18:59:19 2010 +0530 @@ -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