telephonyprotocols/rawipnif/rawipnif2/inc/BcaController.h
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 66 07a122eea281
--- a/telephonyprotocols/rawipnif/rawipnif2/inc/BcaController.h	Thu Aug 19 11:03:36 2010 +0300
+++ b/telephonyprotocols/rawipnif/rawipnif2/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"
@@ -30,7 +30,6 @@
 
 using namespace BasebandChannelAdaptation2;
 
-class CBttLogger;
 
 void Panic(TRawIP2NifPanic aPanic);
 typedef MBca2Factory* (*TNewBca2FactoryL)();
@@ -41,10 +40,10 @@
 class CBcaController : public CActive
 	{
 public:
-	CBcaController(CRawIP2Flow& aRawIPFlow, CBttLogger* aTheLogger);	
+	CBcaController(CRawIP2Flow& aRawIPFlow);	
 	~CBcaController();
 
-	static CBcaController* NewL(CRawIP2Flow& aRawIPFlow,CBttLogger* aTheLogger);
+	static CBcaController* NewL(CRawIP2Flow& aRawIPFlow);
 	void ConstructL();
 public:
 	void StartLoadL(const CBCAProvision* aBCAProvisionConfig,MUpperControl* aControl, 
@@ -60,8 +59,7 @@
 	// Inherited from CActive.
 	virtual void RunL();
 	virtual void DoCancel();	
-private: 
-	CBttLogger* iTheLogger; // Unowned data.
+
 private:
 		enum TBcaState
 		{