diff -r 5db69f4c3d06 -r b048e15729d6 loadgen/engine/inc/loadgen_bluetooth.h --- a/loadgen/engine/inc/loadgen_bluetooth.h Mon Aug 23 15:50:54 2010 +0300 +++ b/loadgen/engine/inc/loadgen_bluetooth.h Fri Sep 03 17:11:21 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);