mtpfws/mtpfw/dataproviders/dputility/inc/cmtprequestchecker.h
changeset 47 63cf70d3ecd8
parent 18 1b39655331a3
--- a/mtpfws/mtpfw/dataproviders/dputility/inc/cmtprequestchecker.h	Thu Sep 02 21:21:26 2010 +0300
+++ b/mtpfws/mtpfw/dataproviders/dputility/inc/cmtprequestchecker.h	Fri Sep 17 08:34:51 2010 +0300
@@ -26,7 +26,6 @@
 #include <e32base.h>
 #include <mtp/mtpprotocolconstants.h>
 #include <mtp/tmtptyperequest.h>
-#include "mtpdebug.h"
 #include "rmtpdpsingletons.h"
 
 class CMTPObjectMetaData;
@@ -147,10 +146,6 @@
 	RArray<TUint32>					    iHandles;			//these two arrays contain the mapping from the handle to objectinfo 
 	RPointerArray<CMTPObjectMetaData>   iObjectArray;
 	RMTPDpSingletons										iDpSingletons;
-	/**
-    FLOGGER debug trace member variable.
-    */
-    __FLOG_DECLARATION_MEMBER_MUTABLE;
     };
 	
 #endif