telephonyprotocols/rawipnif/src/rawipmcpr.cpp
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 66 07a122eea281
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
    17 
    17 
    18 /**
    18 /**
    19  @file
    19  @file
    20  @internalComponent
    20  @internalComponent
    21 */
    21 */
       
    22 
       
    23 #include "OstTraceDefinitions.h"
       
    24 #ifdef OST_TRACE_COMPILER_IN_USE
       
    25 #include "rawipmcprTraces.h"
       
    26 #endif
    22 
    27 
    23 #include <comms-infras/ss_log.h>
    28 #include <comms-infras/ss_log.h>
    24 #include "rawipmcpr.h"
    29 #include "rawipmcpr.h"
    25 #include <comms-infras/linkprovision.h>
    30 #include <comms-infras/linkprovision.h>
    26 #include "RawIpAgentHandler.h"
    31 #include "RawIpAgentHandler.h"
    91 	LOG_NODE_DESTROY(KRawIPMCprTag, CRawIpMetaConnectionProvider);
    96 	LOG_NODE_DESTROY(KRawIPMCprTag, CRawIpMetaConnectionProvider);
    92 	}
    97 	}
    93 
    98 
    94 void CRawIpMetaConnectionProvider::ReceivedL(const TRuntimeCtxId& aSender, const TNodeId& aRecipient, TSignatureBase& aMessage)
    99 void CRawIpMetaConnectionProvider::ReceivedL(const TRuntimeCtxId& aSender, const TNodeId& aRecipient, TSignatureBase& aMessage)
    95     {
   100     {
    96 	__CFLOG_VAR((KRawIPMCprTag, KRawIPMCprSubTag, _L8("CRawIpMetaConnectionProvider [this=%08x]::ReceivedL() aCFMessage=%d"),
   101     OstTraceDefExt2(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CRAWIPMETACONNECTIONPROVIDER_RECEIVEDL_1, "CRawIpMetaConnectionProvider [this=%08x]::ReceivedL() aCFMessage=%u",(TUint)this, aMessage.MessageId().MessageId());
    97 	   this, aCFMessage.MessageId()));
       
    98 
   102 
    99 	ESOCK_DEBUG_MESSAGE_INTERCEPT(aSender, aMessage, aRecipient);
   103 	ESOCK_DEBUG_MESSAGE_INTERCEPT(aSender, aMessage, aRecipient);
   100 
   104 
   101 	TNodeContext<CRawIpMetaConnectionProvider> ctx(*this, aMessage, aSender, aRecipient);
   105 	TNodeContext<CRawIpMetaConnectionProvider> ctx(*this, aMessage, aSender, aRecipient);
   102     CCoreMetaConnectionProvider::Received(ctx);
   106     CCoreMetaConnectionProvider::Received(ctx);