messagingapp/msgappfw/server/inc/ccsconversation.h
changeset 52 12db4185673b
parent 43 35b64624a9e7
child 70 a15d9966050f
--- 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<CCsConversationEntry>* 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<CCsConversationEntry>* aConversationEntryList,
+            TInt aStartIndex,
+            TInt aEndIndex);
 
     /**
      * GetEntryL