summaryrefslogtreecommitdiff
path: root/ace/Reactor_Impl.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-04-13 12:39:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-04-13 12:39:22 +0000
commit1c3b828d8ec9ce14d16dad82b0ce00c35fe56c76 (patch)
tree878d42c0d7c2aff73a89e4ecd16407468da2b42e /ace/Reactor_Impl.h
parent4c189fa6a1d44c1801505db0635919fb9d75cbaa (diff)
downloadATCD-1c3b828d8ec9ce14d16dad82b0ce00c35fe56c76.tar.gz
ChangeLogTag: Sat Apr 13 14:32:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Reactor_Impl.h')
-rw-r--r--ace/Reactor_Impl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Reactor_Impl.h b/ace/Reactor_Impl.h
index 71c0591f20c..7873b25adf3 100644
--- a/ace/Reactor_Impl.h
+++ b/ace/Reactor_Impl.h
@@ -146,13 +146,14 @@ public:
/// Use a user specified signal handler instead.
virtual int set_sig_handler (ACE_Sig_Handler *signal_handler) = 0;
- // = The following method is deprecated. Use <timer_queue> instead.
+ /// @deprecated The following method is deprecated. Use <timer_queue> instead.
/// Set a user specified timer queue.
virtual int set_timer_queue (ACE_Timer_Queue *tq) = 0;
/// Set a user-specified timer queue.
- /// Return the current <ACE_Timer_Queue>.
virtual int timer_queue (ACE_Timer_Queue *tq) = 0;
+
+ /// Return the current <ACE_Timer_Queue>.
virtual ACE_Timer_Queue *timer_queue (void) const = 0;
/// Close down and release all resources.