telephonyprotocols/rawipnif/inc/BcaController.h
branchRCL_3
changeset 66 07a122eea281
parent 65 630d2f34d719
--- a/telephonyprotocols/rawipnif/inc/BcaController.h	Tue Aug 31 16:23:08 2010 +0300
+++ b/telephonyprotocols/rawipnif/inc/BcaController.h	Wed Sep 01 12:40:21 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2004-2009 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,19 +26,22 @@
 #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);
+	CBcaController(MControllerObserver& aObserver, CBttLogger* aTheLogger);
 	void BaseConstructL();
 	~CBcaController();
 
@@ -100,6 +103,7 @@
 private: // Unowned data.
     MControllerObserver& iObserver;
 protected:
+	CBttLogger* iTheLogger;
 	TInt iMaxTxPacketSize;
 	TInt iMaxRxPacketSize;