messagingapp/msgappfw/client/src/rcssession.cpp
changeset 44 36f374c67aa8
parent 31 ebfee66fde93
child 47 5b14749788d7
child 70 a15d9966050f
equal deleted inserted replaced
43:35b64624a9e7 44:36f374c67aa8
   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") );