summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/COIOP_Connection_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/COIOP_Connection_Handler.cpp')
-rw-r--r--TAO/tao/Strategies/COIOP_Connection_Handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Strategies/COIOP_Connection_Handler.cpp b/TAO/tao/Strategies/COIOP_Connection_Handler.cpp
index 3d72a9eface..10f0fdfdf9e 100644
--- a/TAO/tao/Strategies/COIOP_Connection_Handler.cpp
+++ b/TAO/tao/Strategies/COIOP_Connection_Handler.cpp
@@ -135,9 +135,9 @@ TAO_COIOP_Connection_Handler::handle_close (ACE_HANDLE,
}
int
-TAO_COIOP_Connection_Handler::close (u_long)
+TAO_COIOP_Connection_Handler::close (u_long flags)
{
- return this->close_handler ();
+ return this->close_handler (flags);
}
TAO_END_VERSIONED_NAMESPACE_DECL