diff -r 34fc115b8742 -r 41cc8e7ff496 commsconfig/commsdatabaseshim/commdbshim/SCDB/commdb_impl.cpp --- a/commsconfig/commsdatabaseshim/commdbshim/SCDB/commdb_impl.cpp Fri Jun 11 14:52:21 2010 +0300 +++ b/commsconfig/commsdatabaseshim/commdbshim/SCDB/commdb_impl.cpp Wed Aug 18 10:59:59 2010 +0300 @@ -362,7 +362,7 @@ User::LeaveIfError(recSet->iRecords.Append(aConnPref)); iCurrentRecord = recSet->iRecords[recSet->iRecords.Count()-1]; - iInsertedRecords.Insert(iCurrentRecord->RecordId(), KFirstRecord); + iInsertedRecords.InsertL(iCurrentRecord->RecordId(), KFirstRecord); TInt index = iDeletedRecords.Find(iCurrentRecord->RecordId()); @@ -451,7 +451,7 @@ CleanupStack::Pop(newRecord); iCurrentRecord = newRecord; - iInsertedRecords.Insert(iCurrentRecord->RecordId(), KFirstRecord); + iInsertedRecords.InsertL(iCurrentRecord->RecordId(), KFirstRecord); SortById(); aId = newRecord->RecordId();