bluetoothengine/btmac/common/atcodec.h
changeset 2 0b192a3a05a4
parent 0 f63038272f30
child 21 53b7818cd282
--- a/bluetoothengine/btmac/common/atcodec.h	Tue Jan 26 12:06:42 2010 +0200
+++ b/bluetoothengine/btmac/common/atcodec.h	Tue Feb 02 00:20:42 2010 +0200
@@ -300,9 +300,9 @@
     
     IMPORT_C static CATResult* NewLC(TATId aId, TATType aType = EATErrorResult, const RATParamArray* aParams = NULL);
 
-    IMPORT_C static CATResult* NewL(TATId aId, TATType aType, const TATParam aParam);
+    IMPORT_C static CATResult* NewL(TATId aId, TATType aType, const TATParam& aParam);
     
-    IMPORT_C static CATResult* NewLC(TATId aId, TATType aType, const TATParam aParam);
+    IMPORT_C static CATResult* NewLC(TATId aId, TATType aType, const TATParam& aParam);
 
     /**
     *