summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Wheel_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Timer_Wheel_T.h')
-rw-r--r--ACE/ace/Timer_Wheel_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Timer_Wheel_T.h b/ACE/ace/Timer_Wheel_T.h
index ccedf514bb6..5f0acf957c0 100644
--- a/ACE/ace/Timer_Wheel_T.h
+++ b/ACE/ace/Timer_Wheel_T.h
@@ -144,12 +144,12 @@ public:
/**
* Destroy timer queue. Cancels all timers.
*/
- virtual int close (void);
+ virtual int close ();
/// Run the <functor> for all timers whose values are <=
/// <ACE_OS::gettimeofday>. Also accounts for <timer_skew>. Returns
/// the number of timers canceled.
- virtual int expire (void);
+ virtual int expire ();
// Run the <functor> for all timers whose values are <= @a current_time.
// This does not account for <timer_skew>. Returns the number of