summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-13 06:53:56 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-13 06:53:56 +0000
commita12b585f8d80b0d7007905d9c0ede0b0d07b8302 (patch)
treeef38939ea1d530093d0ddde463a80f052577941a /ace/Timer_Queue.h
parenta35ae2f983e79aa3e58c30c46850fbed8db04146 (diff)
downloadATCD-a12b585f8d80b0d7007905d9c0ede0b0d07b8302.tar.gz
foo
Diffstat (limited to 'ace/Timer_Queue.h')
-rw-r--r--ace/Timer_Queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Queue.h b/ace/Timer_Queue.h
index 6c70cccd595..454ba44f0e1 100644
--- a/ace/Timer_Queue.h
+++ b/ace/Timer_Queue.h
@@ -150,7 +150,7 @@ public:
// Returns 1 if cancellation succeeded and 0 if the <timer_id>
// wasn't found.
- virtual int expire (const ACE_Time_Value &current_time) = 0;
+ virtual int expire (const ACE_Time_Value &current_time);
// Run the <handle_timeout> method for all Timers whose values are
// <= <cur_time>. This does not account for <timer_skew>. Returns
// the number of <Event_Handler>s for which <handle_timeout> was