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