summaryrefslogtreecommitdiff
path: root/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.inl')
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.inl b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.inl
index ca8f917ad5b..be717e91838 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.inl
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.inl
@@ -6,7 +6,7 @@
#include "ace/Truncate.h"
ACE_INLINE
-Handle_Timeout::Handle_Timeout (void): count (0)
+Handle_Timeout::Handle_Timeout () : count (0)
{
}
@@ -63,7 +63,7 @@ Handle_Timeout::init (int argc, ACE_TCHAR *argv[])
}
ACE_INLINE int
-Handle_Timeout::fini (void)
+Handle_Timeout::fini ()
{
return 0;
}