telephonyprotocols/rawipnif/inc/BcaController.h
branchRCL_3
changeset 65 630d2f34d719
parent 15 fc69e1e37771
child 66 07a122eea281
--- a/telephonyprotocols/rawipnif/inc/BcaController.h	Thu Aug 19 11:03:36 2010 +0300
+++ b/telephonyprotocols/rawipnif/inc/BcaController.h	Tue Aug 31 16:23:08 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2004-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"
@@ -26,22 +26,19 @@
 #include <c32comm.h>
 
 #include "MControllerObserver.h"
-#include "bttlog.h"
 #include "Constants.h"
 
 #ifdef RAWIP_HEADER_APPENDED_TO_PACKETS
 #include "IPTagHeader.h"
 #endif // RAWIP_HEADER_APPENDED_TO_PACKETS
 
-class CBttLogger;
-
 /** 
 @internalComponent 
 */	
 class CBcaController : public CBase
 	{
 public:
-	CBcaController(MControllerObserver& aObserver, CBttLogger* aTheLogger);
+	CBcaController(MControllerObserver& aObserver);
 	void BaseConstructL();
 	~CBcaController();
 
@@ -103,7 +100,6 @@
 private: // Unowned data.
     MControllerObserver& iObserver;
 protected:
-	CBttLogger* iTheLogger;
 	TInt iMaxTxPacketSize;
 	TInt iMaxRxPacketSize;