diff -r 2c19c7cf5550 -r c20dd21d1eb4 mtpfws/mtpfw/dataproviders/dputility/inc/cmtpcopyobject.h --- a/mtpfws/mtpfw/dataproviders/dputility/inc/cmtpcopyobject.h Fri Aug 20 17:43:33 2010 +0800 +++ b/mtpfws/mtpfw/dataproviders/dputility/inc/cmtpcopyobject.h Fri Sep 03 18:38:04 2010 +0800 @@ -23,7 +23,6 @@ #include "rmtpframework.h" #include "cmtprequestprocessor.h" -#include "mtpdebug.h" #include "rmtpdpsingletons.h" class RFs; @@ -84,13 +83,10 @@ TUint32 iNewParentHandle; TUint32 iStorageId; TTime iPreviousModifiedTime; + TBool iIsHidden; RMTPFramework iSingletons; RMTPDpSingletons iDpSingletons; CPeriodic* iTimer; - /** - FLOGGER debug trace member variable. - */ - __FLOG_DECLARATION_MEMBER_MUTABLE; }; #endif