diff -r 4b81101308c6 -r 4e80e1b997a8 bluetooth/btstack/eirman/eirmanager.h --- a/bluetooth/btstack/eirman/eirmanager.h Mon May 03 13:34:38 2010 +0300 +++ b/bluetooth/btstack/eirman/eirmanager.h Mon Jul 12 07:03:47 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2007-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" @@ -89,7 +89,7 @@ TInt RegisterTag(TEirTag aTag, MEirManagerNotifiee& aNotifiee); void DeregisterTag(TEirTag aTag); - TInt SetData(TEirTag aTag, TDesC8& aData, TEirDataMode aEirDataMode); + TInt SetData(TEirTag aTag, const TDesC8& aData, TEirDataMode aEirDataMode); // from MHCICommandQueueClient void MhcqcCommandEventReceived(const THCIEventBase& aEvent, const CHCICommandBase* aRelatedCommand);