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