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