supl/locationomasuplprotocolhandler/waplistener/src/epos_comasuplwaplistener.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 23 5944cae565c9
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
   307 	TPtrC8 field;
   307 	TPtrC8 field;
   308 	TBool isHeaderPresent = aPushMsg->GetBinaryHeaderField(EHttpContentType, field);
   308 	TBool isHeaderPresent = aPushMsg->GetBinaryHeaderField(EHttpContentType, field);
   309 
   309 
   310 #ifdef _DEBUG
   310 #ifdef _DEBUG
   311 	//Log the received message
   311 	//Log the received message
   312 	iTrace->Trace( _L( "Received Binary Content Type is:" ), KTraceFileName, __LINE__ );
   312     iTrace->Trace( _L( "Received Binary Content Type is:" ), KTraceFileName, __LINE__ );
   313     PrintHex(field, __LINE__);
   313     PrintHex(field, __LINE__);
   314 #endif
   314 #endif
   315 
   315 
   316 	if( isHeaderPresent )
   316 	if( isHeaderPresent )
   317 	{
   317 	{