diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-06-21 01:02:25 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-06-21 01:02:25 +0000 |
commit | ccd25fefe4bac76684b583faa121bfaeab0dfdfe (patch) | |
tree | 229bd5a1d81106f9b07c7f7c4bab2a21eff904fa /ace/Select_Reactor.h | |
parent | 7a9132cb59255b380d1fca6e320a5a3995451d35 (diff) | |
download | ATCD-ccd25fefe4bac76684b583faa121bfaeab0dfdfe.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Select_Reactor.h')
-rw-r--r-- | ace/Select_Reactor.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/Select_Reactor.h b/ace/Select_Reactor.h index 71b556f0c55..3bc153ad374 100644 --- a/ace/Select_Reactor.h +++ b/ace/Select_Reactor.h @@ -390,7 +390,7 @@ public: ACE_Select_Reactor (ACE_Sig_Handler * = 0, ACE_Timer_Queue * = 0, int disable_notify_pipe = 0, - ACE_Select_Reactor *notify = 0); + ACE_Reactor_Notify *notify = 0); // Initialize <ACE_Select_Reactor> with the default size. ACE_Select_Reactor (size_t size, @@ -398,14 +398,15 @@ public: ACE_Sig_Handler * = 0, ACE_Timer_Queue * = 0, int disable_notify_pipe = 0, - ACE_Select_Reactor *notify = 0); + ACE_Reactor_Notify *notify = 0); // Initialize <ACE_Select_Reactor> with size <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); + int disable_notify_pipe = 0, + ACE_Reactor_Notify * = 0); // Initialize <ACE_Select_Reactor> with size <size>. virtual int current_info (ACE_HANDLE, size_t & /* size */); |