telephonyprotocols/rawipnif/src/RawIPFlow.cpp
branchRCL_3
changeset 21 4814c5a49428
parent 20 07a122eea281
equal deleted inserted replaced
20:07a122eea281 21:4814c5a49428
   234  */
   234  */
   235 	{
   235 	{
   236 	_LOG_L1C3(_L8("CRawIPFlow %08x:\tSendPacket(): length=%d"),
   236 	_LOG_L1C3(_L8("CRawIPFlow %08x:\tSendPacket(): length=%d"),
   237 		this, aPdu.Length() - aPdu.First()->Length());
   237 		this, aPdu.Length() - aPdu.First()->Length());
   238 
   238 
   239     __PACKETLOG_WRITE_PACKET(aPdu, 0);
   239 #ifdef _DEBUG
       
   240 	if (__packetLogger__ != NULL)
       
   241 	    {
       
   242 	    __PACKETLOG_WRITE_PACKET(aPdu, 0);
       
   243 	    }
       
   244 #endif
       
   245 
   240     return iBcaController->Send(aPdu);
   246     return iBcaController->Send(aPdu);
   241 	}
   247 	}
   242 
   248 
   243 void CRawIPFlow::Process(RMBufChain& aPdu, TUint16 aProtocolCode)
   249 void CRawIPFlow::Process(RMBufChain& aPdu, TUint16 aProtocolCode)
   244 /**
   250 /**