diff -r 6a1fe72036e3 -r 0b192a3a05a4 bluetoothengine/btmac/common/atcodec.h --- 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); /** *