telephonyprotocols/rawipnif/inc/RawIPFlow.h
branchRCL_3
changeset 65 630d2f34d719
parent 16 fe8b59ab9fa0
child 66 07a122eea281
--- a/telephonyprotocols/rawipnif/inc/RawIPFlow.h	Thu Aug 19 11:03:36 2010 +0300
+++ b/telephonyprotocols/rawipnif/inc/RawIPFlow.h	Tue Aug 31 16:23:08 2010 +0300
@@ -32,10 +32,8 @@
 #include "BinderBase.h"
 #include "BcaIoController.h"
 #include "MControllerObserver.h"
-#include "bttlog.h"
 #include <comms-infras/linkmessages.h>		// for TLinkMessageId
 
-class CBttLogger;
 class CPacketLogger;
 class TRawIpAgentProvision;
 class CBCAProvision;
@@ -112,7 +110,7 @@
 	inline RPacketContext::TContextStatus GetContextStatus();
 
 protected:
-	CRawIPFlow(ESock::CSubConnectionFlowFactoryBase& aFactory, const Messages::TNodeId& aSubConnId, ESock::CProtocolIntfBase* aProtocolIntf, CBttLogger* aTheLogger);
+	CRawIPFlow(ESock::CSubConnectionFlowFactoryBase& aFactory, const Messages::TNodeId& aSubConnId, ESock::CProtocolIntfBase* aProtocolIntf);
 	void ConstructL();
 	virtual ~CRawIPFlow();
 
@@ -150,8 +148,6 @@
 private:// Unowned
 	/** networking packet logger for debugging packets */
 	__PACKETLOG_DECLARATION_MEMBER;
-	CBttLogger* iTheLogger;
-
 	// Upstack bound protocol reference
 	CProtocolBase* iProtocol;