summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-24 00:01:27 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-24 00:01:27 +0000
commitb1800ac27bd7c4b2a2aff737d5a5462dcfd26310 (patch)
treeb6e88d1e54550523a264243d401fd5f608a82cae
parent32bff203f4d8fbcf3adf3f3b791fba946d67a453 (diff)
downloadATCD-b1800ac27bd7c4b2a2aff737d5a5462dcfd26310.tar.gz
ChangeLogTag: Mon Jun 23 19:52:58 2003 Irfan Pyarali <irfan@oomworks.com>
-rw-r--r--TAO/tao/Connector_Impl.cpp2
-rw-r--r--TAO/tao/IIOP_Connection_Handler.cpp4
-rw-r--r--TAO/tao/Transport.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Connector_Impl.cpp b/TAO/tao/Connector_Impl.cpp
index 311902f6560..577427054c0 100644
--- a/TAO/tao/Connector_Impl.cpp
+++ b/TAO/tao/Connector_Impl.cpp
@@ -41,7 +41,7 @@ TAO_Connect_Creation_Strategy<SVC_HANDLER>::make_svc_handler (SVC_HANDLER *&sh)
// We add to the #REFCOUNT# since the Connector needs this. See
// Connector::make_connection() for details.
- svc_handler->add_reference ();
+ sh->add_reference ();
// At this point, the #REFCOUNT# is two.
diff --git a/TAO/tao/IIOP_Connection_Handler.cpp b/TAO/tao/IIOP_Connection_Handler.cpp
index 29434a552a6..e86de8afdb8 100644
--- a/TAO/tao/IIOP_Connection_Handler.cpp
+++ b/TAO/tao/IIOP_Connection_Handler.cpp
@@ -208,8 +208,8 @@ TAO_IIOP_Connection_Handler::handle_timeout (const ACE_Time_Value &,
}
int
-TAO_IIOP_Connection_Handler::handle_close (ACE_HANDLE handle,
- ACE_Reactor_Mask rm)
+TAO_IIOP_Connection_Handler::handle_close (ACE_HANDLE,
+ ACE_Reactor_Mask)
{
ACE_ASSERT (0);
return 0;
diff --git a/TAO/tao/Transport.cpp b/TAO/tao/Transport.cpp
index 09728ad7404..9911873872f 100644
--- a/TAO/tao/Transport.cpp
+++ b/TAO/tao/Transport.cpp
@@ -319,7 +319,7 @@ TAO_Transport::send_message_block_chain (const ACE_Message_Block *mb,
int
TAO_Transport::send_message_block_chain_i (const ACE_Message_Block *mb,
size_t &bytes_transferred,
- ACE_Time_Value *max_wait_time)
+ ACE_Time_Value *)
{
size_t total_length = mb->total_length ();