diff -r 17af172ffa5f -r 630d2f34d719 telephonyprotocols/rawipnif/inc/BcaController.h --- a/telephonyprotocols/rawipnif/inc/BcaController.h Thu Aug 19 11:03:36 2010 +0300 +++ b/telephonyprotocols/rawipnif/inc/BcaController.h Tue Aug 31 16:23:08 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2004-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" @@ -26,22 +26,19 @@ #include #include "MControllerObserver.h" -#include "bttlog.h" #include "Constants.h" #ifdef RAWIP_HEADER_APPENDED_TO_PACKETS #include "IPTagHeader.h" #endif // RAWIP_HEADER_APPENDED_TO_PACKETS -class CBttLogger; - /** @internalComponent */ class CBcaController : public CBase { public: - CBcaController(MControllerObserver& aObserver, CBttLogger* aTheLogger); + CBcaController(MControllerObserver& aObserver); void BaseConstructL(); ~CBcaController(); @@ -103,7 +100,6 @@ private: // Unowned data. MControllerObserver& iObserver; protected: - CBttLogger* iTheLogger; TInt iMaxTxPacketSize; TInt iMaxRxPacketSize;