mtpfws/mtpfw/dataproviders/dputility/inc/cmtprequestchecker.h
changeset 49 c20dd21d1eb4
parent 18 1b39655331a3
--- a/mtpfws/mtpfw/dataproviders/dputility/inc/cmtprequestchecker.h	Fri Aug 20 17:43:33 2010 +0800
+++ b/mtpfws/mtpfw/dataproviders/dputility/inc/cmtprequestchecker.h	Fri Sep 03 18:38:04 2010 +0800
@@ -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