mtpfws/mtpfw/dataproviders/dputility/inc/cmtpcopyobject.h
changeset 47 63cf70d3ecd8
parent 18 1b39655331a3
child 60 841f70763fbe
--- a/mtpfws/mtpfw/dataproviders/dputility/inc/cmtpcopyobject.h	Thu Sep 02 21:21:26 2010 +0300
+++ b/mtpfws/mtpfw/dataproviders/dputility/inc/cmtpcopyobject.h	Fri Sep 17 08:34:51 2010 +0300
@@ -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