messagingapp/msgui/appengine/inc/conversationsengine_p.h
changeset 48 4f501b74aeb1
parent 37 518b245aa84c
child 51 3507212d340e
--- a/messagingapp/msgui/appengine/inc/conversationsengine_p.h	Tue Jul 13 22:09:22 2010 +0530
+++ b/messagingapp/msgui/appengine/inc/conversationsengine_p.h	Sun Jul 25 18:59:19 2010 +0530
@@ -151,9 +151,15 @@
     CCsClientConversation* getConversationFromConversationIdL(TInt aConversationId);
 
     /**
-     *  Starts fetching remaing conversations
+     *  Starts fetching rest of the conversations
      */
     void fetchMoreConversations();
+    
+    /**
+     *  Starts fetching remaing conversations
+     *  @param aCount - count of conversation entries
+     */
+    void fetchRemainingConversations(TInt& aCount);
 
     
     /**
@@ -202,7 +208,8 @@
      */
 
     void Conversations(
-            RPointerArray<CCsConversationEntry>& aConversationEntryList);
+            RPointerArray<CCsConversationEntry>& aConversationEntryList,
+            TInt& totalCount);
          
 private: