messagingapp/msgappfw/server/src/ccsconversation.cpp
changeset 70 a15d9966050f
parent 52 12db4185673b
equal deleted inserted replaced
61:8ba0afbb4637 70:a15d9966050f
   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,