summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/DIOP/DIOP_Transport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/DIOP/DIOP_Transport.cpp')
-rw-r--r--TAO/examples/PluggableUDP/DIOP/DIOP_Transport.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/PluggableUDP/DIOP/DIOP_Transport.cpp b/TAO/examples/PluggableUDP/DIOP/DIOP_Transport.cpp
index 7ee87a3432b..1a3582d958f 100644
--- a/TAO/examples/PluggableUDP/DIOP/DIOP_Transport.cpp
+++ b/TAO/examples/PluggableUDP/DIOP/DIOP_Transport.cpp
@@ -91,7 +91,7 @@ TAO_DIOP_Transport::idle (void)
ssize_t
TAO_DIOP_Transport::send (const ACE_Message_Block *message_block,
- const ACE_Time_Value */*max_wait_time*/,
+ const ACE_Time_Value * /*max_wait_time*/,
size_t *bt)
{
const ACE_INET_Addr &addr = this->connection_handler_->addr ();
@@ -182,7 +182,7 @@ TAO_DIOP_Transport::send (const ACE_Message_Block *message_block,
ssize_t
TAO_DIOP_Transport::recv (char *buf,
size_t len,
- const ACE_Time_Value */*max_wait_time*/)
+ const ACE_Time_Value * /*max_wait_time*/)
{
ACE_INET_Addr from_addr;