diff -r f05641c183ff -r 43824b19ee35 bluetoothappprofiles/avrcp/remconbeareravrcp/src/playerbitmasks.cpp --- a/bluetoothappprofiles/avrcp/remconbeareravrcp/src/playerbitmasks.cpp Mon May 03 12:40:50 2010 +0300 +++ b/bluetoothappprofiles/avrcp/remconbeareravrcp/src/playerbitmasks.cpp Fri May 14 16:01:46 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -33,7 +33,7 @@ iFeatureBitmask.Copy(aFeatureBitmask.FeatureBitmask()); } -void TPlayerFeatureBitmask::SetCoreApiFeatures(RArray aOperation) +void TPlayerFeatureBitmask::SetCoreApiFeatures(const RArray& aOperation) { if(aOperation.Count() > 0) { @@ -282,7 +282,7 @@ iFeatureBitmask[EF5ByteOffset]|= (1< aOperation) +void TPlayerFeatureBitmask::SetAbsoluteVolumeApiFeatures(const RArray& aOperation) { if(aOperation.Count()) { @@ -290,7 +290,7 @@ } } -void TPlayerFeatureBitmask::SetGroupNavigationApiFeatures(RArray aOperation) +void TPlayerFeatureBitmask::SetGroupNavigationApiFeatures(const RArray& aOperation) { if(aOperation.Count()) { @@ -299,7 +299,7 @@ } } -void TPlayerFeatureBitmask::SetNowPlayingApiFeatures(RArray aOperation) +void TPlayerFeatureBitmask::SetNowPlayingApiFeatures(const RArray& aOperation) { if(aOperation.Count()) { @@ -313,7 +313,7 @@ } } -void TPlayerFeatureBitmask::SetMediaBrowseApiFeatures(RArray aOperation) +void TPlayerFeatureBitmask::SetMediaBrowseApiFeatures(const RArray& aOperation) { if(aOperation.Count()) {