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