summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/SCIOP_Connection_Handler.cpp')
-rw-r--r--TAO/tao/Strategies/SCIOP_Connection_Handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp b/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp
index b13df46b4fd..191ac53b3d8 100644
--- a/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp
+++ b/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp
@@ -267,9 +267,9 @@ TAO_SCIOP_Connection_Handler::handle_close (ACE_HANDLE,
}
int
-TAO_SCIOP_Connection_Handler::close (u_long)
+TAO_SCIOP_Connection_Handler::close (u_long flags)
{
- return this->close_handler ();
+ return this->close_handler (flags);
}
int