summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-06-20 13:35:51 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-06-20 13:35:51 +0000
commit8d68e5aca201664521c4e322c3113400e401c482 (patch)
tree8a8b7e3ceb2458a8df048947949c971a84a00221 /ace/WFMO_Reactor.h
parent0606421702e36983b542ecf9432244eb6090bb9f (diff)
downloadATCD-8d68e5aca201664521c4e322c3113400e401c482.tar.gz
ChangeLogTag:Tue Jun 20 07:37:18 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/WFMO_Reactor.h')
-rw-r--r--ace/WFMO_Reactor.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/ace/WFMO_Reactor.h b/ace/WFMO_Reactor.h
index 0c736fc12b9..16d80122dc4 100644
--- a/ace/WFMO_Reactor.h
+++ b/ace/WFMO_Reactor.h
@@ -607,8 +607,14 @@ public:
virtual int set_sig_handler (ACE_Sig_Handler *signal_handler);
// Use a user specified signal handler instead.
- virtual int set_timer_queue (ACE_Timer_Queue *timer_queue);
- // Use a user specified timer queue instead.
+ // = The following method is deprecated. Use <timer_queue> instead.
+ virtual int set_timer_queue (ACE_Timer_Queue *tq);
+ // Set a user specified timer queue.
+
+ virtual int timer_queue (ACE_Timer_Queue *tq);
+ // Set a user-specified timer queue.
+ virtual ACE_Timer_Queue *timer_queue (void) const;
+ // Return the current <ACE_Timer_Queue>.
virtual int close (void);
// Close down the WFMO_Reactor and release all of its resources.