diff -r a5deb6b96675 -r 63cf70d3ecd8 mtpfws/mtpfw/inc/cmtpparserrouter.h --- 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 #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& aFrom, RArray& aTo) const; TUint SubType() const; -#ifdef __FLOG_ACTIVE - void FLOGMapL(RArray& aFrom) const; - void FLOGMapEntryL(const RArray& aFrom, TUint aTo) const; +#ifdef OST_TRACE_COMPILER_IN_USE + void OSTMapL(RArray& aFrom) const; + void OSTMapEntryL(const RArray& 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.