summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Transport.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-05-20 09:07:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-05-20 09:07:56 +0000
commit824584de8a49f79ff15e0346482a0c41b356a361 (patch)
tree5d9f1ae4c376c92b5d9812b8e72e5829510797b1 /TAO/tao/IIOP_Transport.cpp
parentbaf8709edf0fafb3011a1bc8da8bf6fd9a486b71 (diff)
downloadATCD-824584de8a49f79ff15e0346482a0c41b356a361.tar.gz
Wed May 20 09:06:43 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Asynch_Queued_Message.cpp: * tao/Leader_Follower.cpp Layout changes * tao/GIOP_Message_Base.cpp * tao/IIOP_Transport.cpp * tao/RTCORBA/RT_Protocols_Hooks.cpp * tao/Strategies/DIOP_Transport.cpp * tao/Transport.cpp * tao/Transport_Connector.cpp Use ACE_ERRNO_GET * tao/Messaging/Messaging_Queueing_Strategies.cpp Const changes * tao/SystemException.cpp Initialise pointer with 0
Diffstat (limited to 'TAO/tao/IIOP_Transport.cpp')
-rw-r--r--TAO/tao/IIOP_Transport.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/IIOP_Transport.cpp b/TAO/tao/IIOP_Transport.cpp
index 79f184cf52b..f52e3f40ab2 100644
--- a/TAO/tao/IIOP_Transport.cpp
+++ b/TAO/tao/IIOP_Transport.cpp
@@ -75,7 +75,7 @@ TAO_IIOP_Transport::send (iovec *iov, int iovcnt,
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("TAO (%P|%t) - IIOP_Transport[%d]::send, ")
ACE_TEXT ("send failure (errno: %d) - %m\n"),
- this->id (), errno));
+ this->id (), ACE_ERRNO_GET));
}
}
@@ -155,7 +155,7 @@ TAO_IIOP_Transport::sendfile (TAO_MMAP_Allocator * allocator,
ACE_TEXT ("TAO (%P|%t) - IIOP_Transport[%d]::sendfile, ")
ACE_TEXT ("sendfile failure - %m (errno: %d)\n"),
this->id (),
- errno));
+ ACE_ERRNO_GET));
}
return retval;
@@ -179,7 +179,7 @@ TAO_IIOP_Transport::recv (char *buf,
ACE_TEXT ("TAO (%P|%t) - IIOP_Transport[%d]::recv, ")
ACE_TEXT ("read failure - %m errno %d\n"),
this->id (),
- errno));
+ ACE_ERRNO_GET));
}
// Error handling