diff -r 4b81101308c6 -r 5e5528a288fe bthci/bthci2/CommandsEvents/interface/writestoredlinkkeycommand.h --- a/bthci/bthci2/CommandsEvents/interface/writestoredlinkkeycommand.h Mon May 03 13:34:38 2010 +0300 +++ b/bthci/bthci2/CommandsEvents/interface/writestoredlinkkeycommand.h Fri May 14 16:59:23 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2006-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" @@ -12,7 +12,7 @@ // // Description: // This file was generated automatically from the template commandheader.tmpl -// on Wed, 25 Jul 2007 17:00:40 (time stamp) +// on Wed, 07 Apr 2010 11:43:53 (time stamp) // // @@ -55,8 +55,9 @@ virtual TInt Extension_(TUint aExtensionId, TAny*& aInterface, TAny* aData); private: - CWriteStoredLinkKeyCommand(TUint8 aNumKeysToWrite, const RArray< TBTDevAddr >& aBDADDR, const RArray< TBTLinkKey >& aLinkKey); + CWriteStoredLinkKeyCommand(TUint8 aNumKeysToWrite); CWriteStoredLinkKeyCommand(); + void ConstructL(const RArray< TBTDevAddr >& aBDADDR, const RArray< TBTLinkKey >& aLinkKey); // From CHCICommandBase - knows how to format the parameters of this specific command // into the HCTL frame