messagingapp/msgui/appengine/tsrc/testconversationengine/src/testccsrequesthandler.cpp
changeset 48 4f501b74aeb1
parent 37 518b245aa84c
equal deleted inserted replaced
46:b1f0785c289d 48:4f501b74aeb1
   328 // CCSRequestHandler::GetConversationsL()
   328 // CCSRequestHandler::GetConversationsL()
   329 // Get Conversation Entry list for given Conversation Entry ID to prepare
   329 // Get Conversation Entry list for given Conversation Entry ID to prepare
   330 // convresation view.
   330 // convresation view.
   331 // -----------------------------------------------------------------------------
   331 // -----------------------------------------------------------------------------
   332 EXPORT_C void CCSRequestHandler::GetConversationsL(
   332 EXPORT_C void CCSRequestHandler::GetConversationsL(
   333         CCsClientConversation*  aClientConversation)
   333         CCsClientConversation*  aClientConversation, 
       
   334         TInt /*aKnownIndex*/, 
       
   335         TInt /*aPageSize*/)
   334     {
   336     {
   335     // check if the aclientconversation is null then return
   337     // check if the aclientconversation is null then return
   336     if ( !aClientConversation)
   338     if ( !aClientConversation)
   337         {
   339         {
   338             User::Leave(KErrArgument);
   340             User::Leave(KErrArgument);
   490     return conversationId;
   492     return conversationId;
   491     }
   493     }
   492 // -----------------------------------------------------------------------------
   494 // -----------------------------------------------------------------------------
   493 // CCSRequestHandler::GetMessagingHistoryL()
   495 // CCSRequestHandler::GetMessagingHistoryL()
   494 // -----------------------------------------------------------------------------
   496 // -----------------------------------------------------------------------------
   495 EXPORT_C void CCSRequestHandler::GetMessagingHistoryL(TInt /*aContactId*/)
   497 EXPORT_C void CCSRequestHandler::GetMessagingHistoryL(TInt /*aContactId*/, 
       
   498         TInt /*aKnownIndex*/, 
       
   499         TInt /*aPageSize*/)
   496     {
   500     {
   497     }
   501     }
   498 
   502 
   499 // -----------------------------------------------------------------------------
   503 // -----------------------------------------------------------------------------
   500 // CCSRequestHandler::GetConversationIdL()
   504 // CCSRequestHandler::GetConversationIdL()