mtpfws/mtpfw/inc/cmtpparserrouter.h
changeset 47 63cf70d3ecd8
parent 18 1b39655331a3
--- a/mtpfws/mtpfw/inc/cmtpparserrouter.h	Thu Sep 02 21:21:26 2010 +0300
+++ b/mtpfws/mtpfw/inc/cmtpparserrouter.h	Fri Sep 17 08:34:51 2010 +0300
@@ -25,8 +25,8 @@
 #include <mtp/tmtptyperequest.h>
 
 #include "cmtpdataprovidercontroller.h"
-#include "mtpdebug.h"
 #include "rmtpframework.h"
+#include "../traces/OstTraceDefinitions.h"
 
 class CMTPConnection;
 class CMTPDataProvider;
@@ -555,9 +555,9 @@
         void GetToL(const RArray<TUint>& aFrom, RArray<TUint>& aTo) const;
         TUint SubType() const;
         
-#ifdef __FLOG_ACTIVE
-        void FLOGMapL(RArray<TUint>& aFrom) const;
-        void FLOGMapEntryL(const RArray<TUint>& aFrom, TUint aTo) const;
+#ifdef OST_TRACE_COMPILER_IN_USE
+        void OSTMapL(RArray<TUint>& aFrom) const;
+        void OSTMapEntryL(const RArray<TUint>& aFrom, TUint aTo) const;
 #endif
         
     private:
@@ -589,11 +589,6 @@
         static TInt NodeOrderFromToDescending(const TMap& aL, const TMap& aR);
         
     private:
-
-        /**
-        FLOGGER debug trace member variable.
-        */
-        __FLOG_DECLARATION_MEMBER_MUTABLE;
  
         /**
         The routing parameter.
@@ -655,16 +650,11 @@
     static TUint ParamsCount(TUint aSubType);
     static TUint SubType(TUint aIndex, TUint aFlags, TUint aParamsCount);
     
-#ifdef __FLOG_ACTIVE
-    void FLOGMapsL() const;
+#ifdef OST_TRACE_COMPILER_IN_USE
+    void OSTMapsL() const;
 #endif
 
 private: // Owned
-
-    /**
-    FLOGGER debug trace member variable.
-    */
-    __FLOG_DECLARATION_MEMBER_MUTABLE;
     
     /**
     The operation parameter routing sub-type map tables.