telephonyprotocols/pdplayer/src/pdpmcpr.cpp
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
    17 
    17 
    18 /**
    18 /**
    19  @file
    19  @file
    20  @internalComponent
    20  @internalComponent
    21 */
    21 */
    22 
       
    23 
       
    24 #include "OstTraceDefinitions.h"
       
    25 #ifdef OST_TRACE_COMPILER_IN_USE
       
    26 #include "pdpmcprTraces.h"
       
    27 #endif
       
    28 
       
    29 
    22 
    30 #include <etelqos.h>
    23 #include <etelqos.h>
    31 #include <comms-infras/agentmcpractivities.h>
    24 #include <comms-infras/agentmcpractivities.h>
    32 #include <comms-infras/coremcpractivities.h>
    25 #include <comms-infras/coremcpractivities.h>
    33 #include <comms-infras/ss_msgintercept.h>
    26 #include <comms-infras/ss_msgintercept.h>
   165 	LOG_NODE_DESTROY(KPdpMCprSubTag, CPdpMetaConnectionProvider);
   158 	LOG_NODE_DESTROY(KPdpMCprSubTag, CPdpMetaConnectionProvider);
   166 	}
   159 	}
   167 
   160 
   168 void CPdpMetaConnectionProvider::ReceivedL(const TRuntimeCtxId& aSender, const TNodeId& aRecipient, TSignatureBase& aMessage)
   161 void CPdpMetaConnectionProvider::ReceivedL(const TRuntimeCtxId& aSender, const TNodeId& aRecipient, TSignatureBase& aMessage)
   169     {
   162     {
   170     OstTraceDefExt2(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CPDPMETACONNECTIONPROVIDER_RECEIVEDL_1, "CPdpMetaConnectionProvider [this=%08x]::ReceivedL() aMessage=%d",(TUint)this, aMessage.MessageId().MessageId());
   163 	__CFLOG_VAR((KPdpMCprTag, KPdpMCprSubTag, _L8("CPdpMetaConnectionProvider [this=%08x]::ReceivedL() aMessage=%d"),
       
   164 	   this, aMessage.MessageId().MessageId()));
   171 
   165 
   172 	ESOCK_DEBUG_MESSAGE_INTERCEPT(aSender, aMessage, aRecipient);
   166 	ESOCK_DEBUG_MESSAGE_INTERCEPT(aSender, aMessage, aRecipient);
   173 
   167 
   174 	TNodeContext<CPdpMetaConnectionProvider> ctx(*this, aMessage, aSender, aRecipient);
   168 	TNodeContext<CPdpMetaConnectionProvider> ctx(*this, aMessage, aSender, aRecipient);
   175     CCoreMetaConnectionProvider::Received(ctx);
   169     CCoreMetaConnectionProvider::Received(ctx);