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