messagingapp/msgappfw/server/inc/ccsconversation.h
changeset 48 4f501b74aeb1
parent 37 518b245aa84c
child 56 f42d9a78f435
--- 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<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