diff -r 11fa016241a4 -r da3ec8478e66 loadgen/engine/inc/loadgen_bluetooth.h --- a/loadgen/engine/inc/loadgen_bluetooth.h Thu Sep 02 20:27:24 2010 +0300 +++ b/loadgen/engine/inc/loadgen_bluetooth.h Fri Sep 17 08:29:47 2010 +0300 @@ -50,7 +50,7 @@ virtual void Close(); virtual TPtrC Description(); inline TBluetoothAttributes& Attributes() { return iAttributes; } - inline void SetAttributes(TBluetoothAttributes aAttributes) { iAttributes = aAttributes; } + inline void SetAttributes(const TBluetoothAttributes& aAttributes) { iAttributes = aAttributes; } public: // New static methods static TInt ThreadFunction(TAny* aThreadArg);