diff -r 630d2f34d719 -r 07a122eea281 telephonyprotocols/rawipnif/rawipnif2/inc/BinderBase.h --- a/telephonyprotocols/rawipnif/rawipnif2/inc/BinderBase.h Tue Aug 31 16:23:08 2010 +0300 +++ b/telephonyprotocols/rawipnif/rawipnif2/inc/BinderBase.h Wed Sep 01 12:40:21 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2006-2009 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" @@ -32,13 +32,14 @@ #include class CRawIP2Flow; +class CBttLogger; class CBinderBase : public CBase, public ESock::MLowerDataSender, public ESock::MLowerControl, BasebandChannelAdaptation2::MUpperControl, BasebandChannelAdaptation2::MUpperDataReceiver { public: friend class CRawIP2Flow; - CBinderBase(CRawIP2Flow& aFlow); + CBinderBase(CRawIP2Flow& aFlow, CBttLogger* aTheLogger); virtual ~CBinderBase(); public: @@ -84,6 +85,7 @@ ESock::MUpperControl* iUpperControl; // not owned ESock::MUpperDataReceiver* iUpperReceiver; // not owned BasebandChannelAdaptation2::MLowerDataSender* iLowerDataSender; // not owned + CBttLogger* iTheLogger; #ifdef RAWIP_HEADER_APPENDED_TO_PACKETS CIPTagHeader* iIPTagHeader; // owned