loadgen/engine/inc/loadgen_bluetooth.h
changeset 51 b048e15729d6
parent 17 4f2773374eff
--- 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);