msg_plat/conversation_services_client_api/inc/ccsrequesthandler.h
changeset 48 4f501b74aeb1
parent 37 518b245aa84c
--- a/msg_plat/conversation_services_client_api/inc/ccsrequesthandler.h	Tue Jul 13 22:09:22 2010 +0530
+++ b/msg_plat/conversation_services_client_api/inc/ccsrequesthandler.h	Sun Jul 25 18:59:19 2010 +0530
@@ -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