summaryrefslogtreecommitdiff
path: root/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.inl')
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.inl b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.inl
index 856a2ffa99a..ef1707d6df5 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.inl
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.inl
@@ -5,7 +5,7 @@
#include "ace/OS_NS_unistd.h"
ACE_INLINE
-Handle_L_CODgram::Handle_L_CODgram (void)
+Handle_L_CODgram::Handle_L_CODgram ()
{
}
@@ -69,7 +69,7 @@ Handle_L_CODgram::init (int argc, ACE_TCHAR *argv[])
}
ACE_INLINE int
-Handle_L_CODgram::fini(void)
+Handle_L_CODgram::fini()
{
return ACE_Reactor::instance ()->remove_handler
(this, ACE_Event_Handler::ACCEPT_MASK);