--- 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;