summaryrefslogtreecommitdiff
path: root/ACE/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp')
-rw-r--r--ACE/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp b/ACE/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp
index 4f9ac9bfc52..3aa485921c3 100644
--- a/ACE/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp
+++ b/ACE/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp
@@ -638,7 +638,7 @@ Thr_Consumer_Handler::put (ACE_Message_Block *mb, ACE_Time_Value *)
// from the use of threads, compared with the Reactive solution.
int
-Thr_Consumer_Handler::svc (void)
+Thr_Consumer_Handler::svc ()
{
for (in_thread_ = 1;;)
{
@@ -748,7 +748,7 @@ Thr_Supplier_Handler::open (void *)
// existing code!).
int
-Thr_Supplier_Handler::svc (void)
+Thr_Supplier_Handler::svc ()
{
for (in_thread_ = 1;;)
{