telephonyprotocols/rawipnif/inc/RawIPFlow.h
changeset 42 3adadc800673
parent 23 6b1d113cdff3
child 66 07a122eea281
--- a/telephonyprotocols/rawipnif/inc/RawIPFlow.h	Thu May 27 14:05:07 2010 +0300
+++ b/telephonyprotocols/rawipnif/inc/RawIPFlow.h	Fri Jun 11 14:49:29 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;