mtpfws/mtpfw/inc/cmtpobjectstore.h
changeset 47 63cf70d3ecd8
parent 25 48a2e0d8a4ce
child 51 64200268cac2
--- a/mtpfws/mtpfw/inc/cmtpobjectstore.h	Thu Sep 02 21:21:26 2010 +0300
+++ b/mtpfws/mtpfw/inc/cmtpobjectstore.h	Fri Sep 17 08:34:51 2010 +0300
@@ -26,7 +26,6 @@
 
 #include "mtpframeworkconst.h"
 #include "rmtpframework.h"
-#include "mtpdebug.h"
 #include "cmtpreferencemgr.h"
 class CFileStore;
 class CMTPHandleAllocator;
@@ -172,7 +171,8 @@
             void RunL();
             TInt RunErr();
             void ActiveSelf();
-            
+            ~CSnapshotWorker();
+			
         private:
             CSnapshotWorker(CMTPObjectStore* aObjectStore, TBool aOnlyRoot);
             void ConstructL();
@@ -368,10 +368,6 @@
 	CSnapshotWorker*                        iSnapshotWorker;
 	mutable TFileName                       iSuidBuf;
 	TBool                                   iCleanUndefined;
-	/**
-	 FLOGGER debug trace member variable.
-	 */
-	__FLOG_DECLARATION_MEMBER_MUTABLE;
 	};
 
 #endif // CMTPOBJECTSTORE_H