msg_plat/conversation_services_client_api/inc/ccsrequesthandler.h
changeset 52 12db4185673b
parent 44 36f374c67aa8
--- a/msg_plat/conversation_services_client_api/inc/ccsrequesthandler.h	Tue Jul 06 14:12:40 2010 +0300
+++ b/msg_plat/conversation_services_client_api/inc/ccsrequesthandler.h	Wed Aug 18 09:45:25 2010 +0300
@@ -216,9 +216,13 @@
      * This is a Async API. 
      * 
      * @param aClientConversation - class encapsulating Conversation Entry ID 
+     * @param aKnownIndex - known index that is fetched
+     * @aPageSize - page size that has to be fetched.
      */
-    IMPORT_C void GetConversationsL( 
-            CCsClientConversation* aClientConversation );
+    IMPORT_C void GetConversationsL(
+            CCsClientConversation*  aClientConversation,
+            TInt aKnownIndex, 
+            TInt aPageSize);
 
     /**
      *  Delete a conversation.
@@ -279,8 +283,12 @@
      * Data is returned via MCsResultsObserver.
      * 
      * @param aContactId Contact Id.
+     * @param aKnownIndex known index fetched
+     * @param aPageSize page size to be fetched
      */
-    IMPORT_C void GetMessagingHistoryL ( TInt aContactId );
+    IMPORT_C void GetMessagingHistoryL(TInt aContactId,
+        TInt aKnownIndex, 
+        TInt aPageSize);
 
     /**
      * ClearMessagingHistoryL