summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Timers/TimerDispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Timers/TimerDispatcher.h')
-rw-r--r--ACE/examples/APG/Timers/TimerDispatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/APG/Timers/TimerDispatcher.h b/ACE/examples/APG/Timers/TimerDispatcher.h
index 06ce42a8d8a..44df8959af2 100644
--- a/ACE/examples/APG/Timers/TimerDispatcher.h
+++ b/ACE/examples/APG/Timers/TimerDispatcher.h
@@ -11,7 +11,7 @@
class Timer_Dispatcher
{
public:
- void wait_for_event (void);
+ void wait_for_event ();
long schedule (ACE_Event_Handler *cb,
void *arg,