diff -r 630d2f34d719 -r 07a122eea281 telephonyprotocols/rawipnif/src/rawipmcpr.cpp --- a/telephonyprotocols/rawipnif/src/rawipmcpr.cpp Tue Aug 31 16:23:08 2010 +0300 +++ b/telephonyprotocols/rawipnif/src/rawipmcpr.cpp Wed Sep 01 12:40:21 2010 +0100 @@ -20,11 +20,6 @@ @internalComponent */ -#include "OstTraceDefinitions.h" -#ifdef OST_TRACE_COMPILER_IN_USE -#include "rawipmcprTraces.h" -#endif - #include #include "rawipmcpr.h" #include @@ -98,7 +93,8 @@ void CRawIpMetaConnectionProvider::ReceivedL(const TRuntimeCtxId& aSender, const TNodeId& aRecipient, TSignatureBase& aMessage) { - OstTraceDefExt2(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CRAWIPMETACONNECTIONPROVIDER_RECEIVEDL_1, "CRawIpMetaConnectionProvider [this=%08x]::ReceivedL() aCFMessage=%u",(TUint)this, aMessage.MessageId().MessageId()); + __CFLOG_VAR((KRawIPMCprTag, KRawIPMCprSubTag, _L8("CRawIpMetaConnectionProvider [this=%08x]::ReceivedL() aCFMessage=%d"), + this, aCFMessage.MessageId())); ESOCK_DEBUG_MESSAGE_INTERCEPT(aSender, aMessage, aRecipient);