diff -r 630d2f34d719 -r 07a122eea281 telephonyprotocols/rawipnif/rawipnif2/inc/RawIP2Flow.h --- a/telephonyprotocols/rawipnif/rawipnif2/inc/RawIP2Flow.h Tue Aug 31 16:23:08 2010 +0300 +++ b/telephonyprotocols/rawipnif/rawipnif2/inc/RawIP2Flow.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" @@ -30,9 +30,11 @@ #include #include #include "BinderBase.h" +#include "bttlog.h" #include // for TLinkMessageId class CBcaController; +class CBttLogger; class CPacketLogger; class CBCAProvision; @@ -98,7 +100,7 @@ inline RPacketContext::TContextStatus GetContextStatus(); protected: - CRawIP2Flow(ESock::CSubConnectionFlowFactoryBase& aFactory, const Messages::TNodeId& aSubConnId, ESock::CProtocolIntfBase* aProtocolIntf); + CRawIP2Flow(ESock::CSubConnectionFlowFactoryBase& aFactory, const Messages::TNodeId& aSubConnId, ESock::CProtocolIntfBase* aProtocolIntf, CBttLogger* aTheLogger); void ConstructL(); virtual ~CRawIP2Flow(); @@ -136,7 +138,7 @@ private:// Unowned /** networking packet logger for debugging packets */ __PACKETLOG_DECLARATION_MEMBER; - // Upstack bound protocol reference + CBttLogger* iTheLogger; // The protocol to use (IPv4).Note: This is not owned by this class. CBinderBase* iBinder;