summaryrefslogtreecommitdiff
path: root/ace/Reactor_Impl.h
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-10 20:21:39 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-10 20:21:39 +0000
commit91d08ffcb4fd7afe34fb395f65d462b8f3e4c535 (patch)
treed17cf27413a609ce231380be08c4999a3a3d8bb6 /ace/Reactor_Impl.h
parent109201e6caa0e81ec843eb83b1bd8384607ca838 (diff)
downloadATCD-91d08ffcb4fd7afe34fb395f65d462b8f3e4c535.tar.gz
Added set_timer_queue and set_sig_handler methods.
Diffstat (limited to 'ace/Reactor_Impl.h')
-rw-r--r--ace/Reactor_Impl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Reactor_Impl.h b/ace/Reactor_Impl.h
index 08805671dc2..11da1faf67f 100644
--- a/ace/Reactor_Impl.h
+++ b/ace/Reactor_Impl.h
@@ -48,6 +48,12 @@ public:
ACE_Timer_Queue * = 0) = 0;
// Initialization.
+ virtual int set_sig_handler (ACE_Sig_Handler *signal_handler) = 0;
+ // Use a user specified signal handler instead.
+
+ virtual int set_timer_queue (ACE_Timer_Queue *timer_queue) = 0;
+ // Use a user specified timer queue instead.
+
virtual int close (void) = 0;
// Close down and release all resources.