diff -r 36f374c67aa8 -r 12db4185673b messagingapp/msgui/appengine/tsrc/testconversationengine/src/testccsrequesthandler.cpp --- 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*/) { }