basebandadaptationplugins/basebandchanneladaptorforc32/c32bca2/inc/C32Bca.h
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 66 07a122eea281
--- a/basebandadaptationplugins/basebandchanneladaptorforc32/c32bca2/inc/C32Bca.h	Thu Aug 19 11:03:36 2010 +0300
+++ b/basebandadaptationplugins/basebandchanneladaptorforc32/c32bca2/inc/C32Bca.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"
@@ -29,7 +29,6 @@
 #include <e32def.h>
 #include <commsdattypesv1_1.h>
 using namespace CommsDat;
-#include <comms-infras/commsdebugutility.h>
 
 /** This namespace includes the BCA component names.*/
 namespace BasebandChannelAdaptation
@@ -95,9 +94,6 @@
 			/**
 			Serial port we service for the iUser */
 			RComm& iPort;
-	
-			/** CommsDebug logger  */
-			__FLOG_DECLARATION_MEMBER;			
 		};
 	
 	/**
@@ -192,10 +188,6 @@
 		virtual void CommWriteComplete(TInt aErr);
 		virtual void CommLinkDown(TInt aErr);
 				
-#ifdef __FLOG_ACTIVE
-		void LogCommConfig(TCommConfig& c);
-#endif // __FLOG_ACTIVE
-
 	private:
 		void CloseCommPort();	
 	
@@ -242,8 +234,6 @@
 		/** Should the next write be errored with this error  code? */
 		TInt iErrorOnNextWrite;
 		
-		/** Comms Debug Utility logger. */
-		__FLOG_DECLARATION_MEMBER;
 		};
 	/**
 	* C32BCA Panic.