bluetooth/btstack/eirman/eirmanager.h
branchRCL_3
changeset 17 32ba20339036
parent 0 29b1cd4cb562
--- a/bluetooth/btstack/eirman/eirmanager.h	Tue May 11 17:15:36 2010 +0300
+++ b/bluetooth/btstack/eirman/eirmanager.h	Tue May 25 13:54:55 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);