messagingapp/msgappfw/server/inc/ccsconversationcache.h
changeset 48 4f501b74aeb1
parent 37 518b245aa84c
--- a/messagingapp/msgappfw/server/inc/ccsconversationcache.h	Tue Jul 13 22:09:22 2010 +0530
+++ b/messagingapp/msgappfw/server/inc/ccsconversationcache.h	Sun Jul 25 18:59:19 2010 +0530
@@ -74,6 +74,23 @@
             GetConversationListL(
                                  RPointerArray<CCsClientConversation>* 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<CCsConversationEntry>* aConversationEntryList,
+            TInt aKnownIndex, TInt aPageSize,
+            TInt& aTotalConversationCount);
+
     /**
      * GetConversationUnreadListL
      * Get Conversation list with contact details and unread conversation