messagingapp/msgappfw/client/src/rcssession.cpp
branchGCC_SURGE
changeset 47 5b14749788d7
parent 25 84d9eb65b26f
parent 44 36f374c67aa8
equal deleted inserted replaced
35:a32b19fb291e 47:5b14749788d7
   395 
   395 
   396     PRINT( _L("End RCsSession::GetConversationIdFromAddressL") );
   396     PRINT( _L("End RCsSession::GetConversationIdFromAddressL") );
   397     }
   397     }
   398 	
   398 	
   399 // ----------------------------------------------------------------------------
   399 // ----------------------------------------------------------------------------
       
   400 // RCsSession::GetConversationFromConversationIdL
       
   401 // ----------------------------------------------------------------------------
       
   402 void RCsSession::GetConversationFromConversationIdL(TInt aConversationId, TPtr8 aResultsBuffer)
       
   403     {
       
   404     PRINT( _L("Enter RCsSession::GetConversationFromConversationIdL") );
       
   405 
       
   406     TIpcArgs args(aConversationId, &aResultsBuffer);
       
   407 
       
   408     // Initiate the request
       
   409     User::LeaveIfError (SendReceive(EGetConversationFromConversationId, args ) );
       
   410     PRINT( _L("End RCsSession::GetConversationFromConversationIdL") );
       
   411     }
       
   412 
       
   413 // ----------------------------------------------------------------------------
   400 // RCsSession::GetConversationFromMessageIdL
   414 // RCsSession::GetConversationFromMessageIdL
   401 // ----------------------------------------------------------------------------
   415 // ----------------------------------------------------------------------------
   402 void RCsSession::GetConversationFromMessageIdL(TInt aMessageId, TPtr8 aResultsBuffer)
   416 void RCsSession::GetConversationFromMessageIdL(TInt aMessageId, TPtr8 aResultsBuffer)
   403     {
   417     {
   404     PRINT( _L("Enter RCsSession::GetConversationFromMessageIdL") );
   418     PRINT( _L("Enter RCsSession::GetConversationFromMessageIdL") );