summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp')
-rw-r--r--TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp b/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
index a98a0368370..ec18a6ab654 100644
--- a/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
+++ b/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
@@ -46,7 +46,7 @@ TAO_SHMIOP_Connection_Handler::TAO_SHMIOP_Connection_Handler (TAO_ORB_Core *orb_
}
-TAO_SHMIOP_Connection_Handler::~TAO_SHMIOP_Connection_Handler (void)
+TAO_SHMIOP_Connection_Handler::~TAO_SHMIOP_Connection_Handler ()
{
delete this->transport ();
int const result =
@@ -161,13 +161,13 @@ TAO_SHMIOP_Connection_Handler::open (void*)
}
int
-TAO_SHMIOP_Connection_Handler::resume_handler (void)
+TAO_SHMIOP_Connection_Handler::resume_handler ()
{
return ACE_Event_Handler::ACE_APPLICATION_RESUMES_HANDLER;
}
int
-TAO_SHMIOP_Connection_Handler::close_connection (void)
+TAO_SHMIOP_Connection_Handler::close_connection ()
{
return this->close_connection_eh (this);
}
@@ -231,13 +231,13 @@ TAO_SHMIOP_Connection_Handler::close (u_long flags)
}
int
-TAO_SHMIOP_Connection_Handler::release_os_resources (void)
+TAO_SHMIOP_Connection_Handler::release_os_resources ()
{
return this->peer().close ();
}
int
-TAO_SHMIOP_Connection_Handler::add_transport_to_cache (void)
+TAO_SHMIOP_Connection_Handler::add_transport_to_cache ()
{
ACE_INET_Addr addr;