summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-05-07 03:04:14 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-05-07 03:04:14 +0000
commit270783a5b01c0f2d6fe2f7a3c9619ff349979bbd (patch)
tree73b7834845b9bfa6886202b9d402676969235732
parent4b18d7aebdd07c5ee94f80d33705a34f41893c2a (diff)
downloadATCD-270783a5b01c0f2d6fe2f7a3c9619ff349979bbd.tar.gz
ChangeLogTag:Sat May 6 20:02:55 2000 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp
index c11f6998b0c..13679c172a3 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp
@@ -463,7 +463,7 @@ TAO_SSLIOP_Transport::send (const ACE_Message_Block *message_block,
ssize_t
TAO_SSLIOP_Transport::send (const u_char *buf,
size_t len,
- const ACE_Time_Value *)
+ const ACE_Time_Value * /* max_wait_time */)
{
TAO_FUNCTION_PP_TIMEPROBE (TAO_SSLIOP_TRANSPORT_SEND_START);
@@ -475,7 +475,7 @@ TAO_SSLIOP_Transport::send (const u_char *buf,
ssize_t
TAO_SSLIOP_Transport::recv (char *buf,
size_t len,
- const ACE_Time_Value * max_wait_time)
+ const ACE_Time_Value * /* max_wait_time */)
{
TAO_FUNCTION_PP_TIMEPROBE (TAO_SSLIOP_TRANSPORT_RECEIVE_START);