messagingapp/msgappfw/server/src/ccsconversation.cpp
changeset 56 f42d9a78f435
parent 48 4f501b74aeb1
equal deleted inserted replaced
55:5b3b2fa8c3ec 56:f42d9a78f435
   293 // CCsConversation::AddContactDetails
   293 // CCsConversation::AddContactDetails
   294 // Add contact number for the conversation
   294 // Add contact number for the conversation
   295 // ----------------------------------------------------------------------------
   295 // ----------------------------------------------------------------------------
   296 void
   296 void
   297 CCsConversation::AddContactDetailsL(
   297 CCsConversation::AddContactDetailsL(
   298         TDesC& aContactNumber)
   298         TDesC& aContactNumber,
       
   299         TInt32 aContactID)
   299     {
   300     {
   300     iContact->AddPhoneNumberL(aContactNumber);
   301     iContact->AddPhoneNumberL(aContactNumber);
       
   302     iContact->SetContactId(aContactID);
   301     }
   303     }
   302 
   304 
   303 // ----------------------------------------------------------------------------
   305 // ----------------------------------------------------------------------------
   304 // CCsConversation::UpdateEntryL
   306 // CCsConversation::UpdateEntryL
   305 // Update the existing conversation entry if match found,
   307 // Update the existing conversation entry if match found,