mtpfws/mtpfw/inc/rmtpframework.h
changeset 47 63cf70d3ecd8
parent 0 d0791faffa3f
--- a/mtpfws/mtpfw/inc/rmtpframework.h	Thu Sep 02 21:21:26 2010 +0300
+++ b/mtpfws/mtpfw/inc/rmtpframework.h	Fri Sep 17 08:34:51 2010 +0300
@@ -23,8 +23,6 @@
 #include <e32base.h>
 #include <f32file.h>
 
-#include "mtpdebug.h"
-
 class CMTPConnectionMgr;
 class CMTPDataProviderController;
 class CMTPFrameworkConfig;
@@ -81,11 +79,6 @@
     public: // Owned
 
         /**
-        FLOGGER debug trace member variable.
-        */
-        __FLOG_DECLARATION_MEMBER_MUTABLE;
-        
-        /**
         The construction in-progress flag, which is used to manage nested 
         (recursive) opens.
         */
@@ -139,12 +132,6 @@
         };
 
 private: // Owned
-
-    /**
-    FLOGGER debug trace member variable.
-    */
-    __FLOG_DECLARATION_MEMBER_MUTABLE;
-    
     /**
     The nested flag which indicates if the singletons manager reference was 
     recursively opened.