diff -r 2c19c7cf5550 -r c20dd21d1eb4 mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedp.h --- a/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedp.h Fri Aug 20 17:43:33 2010 +0800 +++ b/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedp.h Fri Sep 03 18:38:04 2010 +0800 @@ -23,7 +23,6 @@ #include #include #include -#include "mtpdebug.h" #include "mmtpenumerationcallback.h" #include "rmtpdevicedpsingletons.h" #include "rmtpdpsingletons.h" @@ -106,10 +105,6 @@ private: // Owned - /** - FLOGGER debug trace member variable. - */ - __FLOG_DECLARATION_MEMBER_MUTABLE; /** The active request processors table. Multiple request processors may be @@ -203,11 +198,7 @@ CMTPDeviceInfoTimer(CMTPDeviceDataProvider& aDeviceProvider); void ConstructL(); -private: -/** -FLOGGER debug trace member variable. -*/ -__FLOG_DECLARATION_MEMBER_MUTABLE; +private: CMTPDeviceDataProvider& iDeviceProvider; RDevUsbcClient iLdd;