datasourcemodules/bluetoothgpspositioningmodule/btgpsconfig/src/lbsbtgpsconfigimpl.cpp
--- a/datasourcemodules/bluetoothgpspositioningmodule/btgpsconfig/src/lbsbtgpsconfigimpl.cpp Thu Aug 19 11:17:26 2010 +0300
+++ b/datasourcemodules/bluetoothgpspositioningmodule/btgpsconfig/src/lbsbtgpsconfigimpl.cpp Tue Aug 31 16:38:06 2010 +0300
@@ -323,7 +323,7 @@
devInfo->SetKey(devRecord.Key());
devInfo->SetAddress(devRecord.SocketAddress().BTAddr());
devInfo->SetType(devRecord.Type());
- aList.AppendL(devInfo);
+ aList.Append(devInfo);
CleanupStack::Pop(devInfo);
}
@@ -420,7 +420,7 @@
User::LeaveIfError(ReadDeviceRecord(index, *devRecord));
// Add to the passes list
- aRecordList.AppendL(devRecord);
+ aRecordList.Append(devRecord);
CleanupStack::Pop(devRecord);
}