messagingapp/msgappfw/client/src/rcssession.cpp
changeset 44 36f374c67aa8
parent 31 ebfee66fde93
child 47 5b14749788d7
child 70 a15d9966050f
--- a/messagingapp/msgappfw/client/src/rcssession.cpp	Wed Jun 23 18:09:17 2010 +0300
+++ b/messagingapp/msgappfw/client/src/rcssession.cpp	Tue Jul 06 14:12:40 2010 +0300
@@ -397,6 +397,20 @@
     }
 	
 // ----------------------------------------------------------------------------
+// RCsSession::GetConversationFromConversationIdL
+// ----------------------------------------------------------------------------
+void RCsSession::GetConversationFromConversationIdL(TInt aConversationId, TPtr8 aResultsBuffer)
+    {
+    PRINT( _L("Enter RCsSession::GetConversationFromConversationIdL") );
+
+    TIpcArgs args(aConversationId, &aResultsBuffer);
+
+    // Initiate the request
+    User::LeaveIfError (SendReceive(EGetConversationFromConversationId, args ) );
+    PRINT( _L("End RCsSession::GetConversationFromConversationIdL") );
+    }
+
+// ----------------------------------------------------------------------------
 // RCsSession::GetConversationFromMessageIdL
 // ----------------------------------------------------------------------------
 void RCsSession::GetConversationFromMessageIdL(TInt aMessageId, TPtr8 aResultsBuffer)