summaryrefslogtreecommitdiff
path: root/ace/TP_Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/TP_Reactor.h')
-rw-r--r--ace/TP_Reactor.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ace/TP_Reactor.h b/ace/TP_Reactor.h
index 2b08d87936d..d8799a2fe2b 100644
--- a/ace/TP_Reactor.h
+++ b/ace/TP_Reactor.h
@@ -248,6 +248,15 @@ public:
* these two methods in the TP_Reactor to keep some compilers
* silent.
*/
+ virtual int register_handler (int signum,
+ ACE_Event_Handler *new_sh,
+ ACE_Sig_Action *new_disp = 0,
+ ACE_Event_Handler **old_sh = 0,
+ ACE_Sig_Action *old_disp = 0);
+
+ virtual int register_handler (const ACE_Sig_Set &sigset,
+ ACE_Event_Handler *new_sh,
+ ACE_Sig_Action *new_disp = 0);
/**
* Remove the ACE_Event_Handler currently associated with <signum>.
* <sigkey> is ignored in this implementation since there is only