mtpfws/mtpfw/dataproviders/dputility/inc/cmtprequestprocessor.h
changeset 47 63cf70d3ecd8
parent 20 6e82ae192c3a
--- a/mtpfws/mtpfw/dataproviders/dputility/inc/cmtprequestprocessor.h	Thu Sep 02 21:21:26 2010 +0300
+++ b/mtpfws/mtpfw/dataproviders/dputility/inc/cmtprequestprocessor.h	Fri Sep 17 08:34:51 2010 +0300
@@ -27,7 +27,6 @@
 #include <mtp/tmtptyperesponse.h>
 #include <mtp/tmtptypenull.h>
 #include "cmtprequestchecker.h"
-#include "mtpdebug.h"
 
 class MMTPConnection;
 class TMTPTypeRequest;
@@ -194,10 +193,6 @@
 	TMTPResponseCode 				iResponseCode;		// contains response from CheckRequestL call
 	RBuf8 							iNullBuffer; 		// buffer to receive data from discarded data phase
 	TMTPTypeNull 					iNull;
-	/**
-    FLOGGER debug trace member variable.
-    */
-    __FLOG_DECLARATION_MEMBER_MUTABLE;
 	};
 	
 #endif // __CMTPREQUESTPROCESSOR_H__