datasourcemodules/bluetoothgpspositioningmodule/btgpsconfig/src/lbsbtgpsconfigimpl.cpp
branchRCL_3
changeset 54 0c2046328c85
parent 52 29dbbeac905d
child 55 c92d4f3c47c5
--- 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);
 		}