diff -r 2c19c7cf5550 -r c20dd21d1eb4 mtpfws/mtpfw/dataproviders/dputility/inc/cmtprequestprocessor.h --- a/mtpfws/mtpfw/dataproviders/dputility/inc/cmtprequestprocessor.h Fri Aug 20 17:43:33 2010 +0800 +++ b/mtpfws/mtpfw/dataproviders/dputility/inc/cmtprequestprocessor.h Fri Sep 03 18:38:04 2010 +0800 @@ -27,7 +27,6 @@ #include #include #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__