summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Reactor/Timers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Reactor/Timers.cpp')
-rw-r--r--ACE/examples/APG/Reactor/Timers.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/APG/Reactor/Timers.cpp b/ACE/examples/APG/Reactor/Timers.cpp
index 734069456c1..f6638bcf698 100644
--- a/ACE/examples/APG/Reactor/Timers.cpp
+++ b/ACE/examples/APG/Reactor/Timers.cpp
@@ -8,7 +8,7 @@
#include "ace/OS_NS_time.h"
#include "ace/OS_NS_signal.h"
-typedef void (*timerTask_t)(void);
+typedef void (*timerTask_t)();
// Listing 1 code/ch07
pid_t timerTask (int initialDelay,
@@ -50,7 +50,7 @@ void foo ()
}
// Listing 2
-void programMainLoop (void)
+void programMainLoop ()
{
ACE_OS::sleep (30);
}