messagingapp/msgui/appengine/tsrc/testconversationengine/src/testccsrequesthandler.cpp
changeset 52 12db4185673b
parent 34 84197e66a4bd
--- a/messagingapp/msgui/appengine/tsrc/testconversationengine/src/testccsrequesthandler.cpp	Tue Jul 06 14:12:40 2010 +0300
+++ b/messagingapp/msgui/appengine/tsrc/testconversationengine/src/testccsrequesthandler.cpp	Wed Aug 18 09:45:25 2010 +0300
@@ -330,7 +330,9 @@
 // convresation view.
 // -----------------------------------------------------------------------------
 EXPORT_C void CCSRequestHandler::GetConversationsL(
-        CCsClientConversation*  aClientConversation)
+        CCsClientConversation*  aClientConversation, 
+        TInt /*aKnownIndex*/, 
+        TInt /*aPageSize*/)
     {
     // check if the aclientconversation is null then return
     if ( !aClientConversation)
@@ -492,7 +494,9 @@
 // -----------------------------------------------------------------------------
 // CCSRequestHandler::GetMessagingHistoryL()
 // -----------------------------------------------------------------------------
-EXPORT_C void CCSRequestHandler::GetMessagingHistoryL(TInt /*aContactId*/)
+EXPORT_C void CCSRequestHandler::GetMessagingHistoryL(TInt /*aContactId*/, 
+        TInt /*aKnownIndex*/, 
+        TInt /*aPageSize*/)
     {
     }