summaryrefslogtreecommitdiff
path: root/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl')
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl
index 4cb5b66e16e..7e65e837497 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl
@@ -6,12 +6,12 @@
#include "ace/OS_NS_unistd.h"
ACE_INLINE
-Handle_L_Stream::~Handle_L_Stream (void)
+Handle_L_Stream::~Handle_L_Stream ()
{
}
ACE_INLINE
-Handle_L_Stream::Handle_L_Stream (void)
+Handle_L_Stream::Handle_L_Stream ()
{
if (Handle_L_Stream::login_name == 0) {
#if !defined(ACE_LACKS_CUSERID)
@@ -85,7 +85,7 @@ Handle_L_Stream::init (int argc, ACE_TCHAR *argv[])
}
ACE_INLINE int
-Handle_L_Stream::fini (void)
+Handle_L_Stream::fini ()
{
return ACE_Reactor::instance ()->remove_handler
(this, ACE_Event_Handler::ACCEPT_MASK);