summaryrefslogtreecommitdiff
path: root/ace/Select_Reactor_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Select_Reactor_T.h')
-rw-r--r--ace/Select_Reactor_T.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/ace/Select_Reactor_T.h b/ace/Select_Reactor_T.h
index 2f26d04379b..0c85859f460 100644
--- a/ace/Select_Reactor_T.h
+++ b/ace/Select_Reactor_T.h
@@ -127,19 +127,13 @@ public:
ACE_Reactor_Notify *notify = 0);
// Initialize <ACE_Select_Reactor> with size <size>.
- virtual int open (size_t max_number_of_handles = DEFAULT_SIZE,
+ virtual int open (size_t size = DEFAULT_SIZE,
int restart = 0,
ACE_Sig_Handler * = 0,
ACE_Timer_Queue * = 0,
int disable_notify_pipe = 0,
ACE_Reactor_Notify * = 0);
- // Initialize the <ACE_Select_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. If <disable_notify_pipe> is non-0 the
- // notification pipe is not created, thereby saving two I/O handles.
+ // Initialize <ACE_Select_Reactor> with size <size>.
virtual int current_info (ACE_HANDLE, size_t & /* size */);
// Returns -1 (not used in this implementation);