summaryrefslogtreecommitdiff
path: root/ace/Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Reactor.h')
-rw-r--r--ace/Reactor.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/Reactor.h b/ace/Reactor.h
index 9cc24fac749..d9789747de1 100644
--- a/ace/Reactor.h
+++ b/ace/Reactor.h
@@ -116,11 +116,7 @@ public:
int restart = 0,
ACE_Sig_Handler *signal_handler = 0,
ACE_Timer_Queue *timer_queue = 0);
- // Initialize the <ACE_Reactor> to manage <max_number_of_handles>.
- // If <restart> is non-0 then the <ACE_Reactor>'s <handle_events>
- // method will be restarted automatically when <EINTR> occurs. If
- // <signal_handler> or <timer_queue> are non-0 they are used as the
- // signal handler and timer queue, respectively.
+ // Initialization.
virtual int set_sig_handler (ACE_Sig_Handler *signal_handler);
// Use a user specified signal handler instead.