summaryrefslogtreecommitdiff
path: root/ACE/apps/Gateway/Gateway/Connection_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/Gateway/Gateway/Connection_Handler.cpp')
-rw-r--r--ACE/apps/Gateway/Gateway/Connection_Handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/apps/Gateway/Gateway/Connection_Handler.cpp b/ACE/apps/Gateway/Gateway/Connection_Handler.cpp
index b2bcecbe9a2..f6995bae893 100644
--- a/ACE/apps/Gateway/Gateway/Connection_Handler.cpp
+++ b/ACE/apps/Gateway/Gateway/Connection_Handler.cpp
@@ -42,7 +42,7 @@ Connection_Handler::total_bytes (size_t bytes)
this->total_bytes_ += bytes;
}
-Connection_Handler::Connection_Handler (void)
+Connection_Handler::Connection_Handler ()
{
}
@@ -95,7 +95,7 @@ Connection_Handler::timeout (long to)
// re-calculation).
long
-Connection_Handler::timeout (void)
+Connection_Handler::timeout ()
{
long old_timeout = this->timeout_;
this->timeout_ *= 2;