summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-30 18:13:57 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-30 18:13:57 +0000
commit7bbd275f4e29ccb4c3f3babaa1d06c5ab1002658 (patch)
treedf844ccf82ec7463a0ca7d809abe839a739b0345 /ace/WFMO_Reactor.h
parent4033f2f51368f0f7b804428614eb34c79423da20 (diff)
downloadATCD-7bbd275f4e29ccb4c3f3babaa1d06c5ab1002658.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/WFMO_Reactor.h')
-rw-r--r--ace/WFMO_Reactor.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/ace/WFMO_Reactor.h b/ace/WFMO_Reactor.h
index 548c99bf40e..a8c1373a530 100644
--- a/ace/WFMO_Reactor.h
+++ b/ace/WFMO_Reactor.h
@@ -525,19 +525,21 @@ public:
int unused = 0,
ACE_Sig_Handler * = 0,
ACE_Timer_Queue * = 0);
- // Initialize <ACE_WFMO_Reactor> with size <size>. Two slots will
- // be added to the <size> parameter which will store handles used
- // for internal management purposes.
+ // Initialize <ACE_WFMO_Reactor> with size <size>. <size> should
+ // not exceed <ACE_WFMO_Reactor::DEFAULT_SIZE>. Two slots will be
+ // added to the <size> parameter which will store handles used for
+ // internal management purposes.
- virtual int open (size_t size = DEFAULT_SIZE,
+ virtual int open (size_t size = ACE_WFMO_Reactor::DEFAULT_SIZE,
int restart = 0,
ACE_Sig_Handler * = 0,
ACE_Timer_Queue * = 0,
int disable_notify_pipe = 0,
ACE_Reactor_Notify * = 0);
- // Initialize <ACE_WFMO_Reactor> with size <size>. Two slots will
- // be added to the <size> parameter which will store handles used
- // for internal management purposes.
+ // Initialize <ACE_WFMO_Reactor> with size <size>. <size> should
+ // not exceed <ACE_WFMO_Reactor::DEFAULT_SIZE>. Two slots will be
+ // added to the <size> parameter which will store handles used for
+ // internal management purposes.
virtual int current_info (ACE_HANDLE, size_t & /* size */);
// Returns -1 (not used in this implementation);