summaryrefslogtreecommitdiff
path: root/ace/Select_Reactor.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-06-21 01:02:25 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-06-21 01:02:25 +0000
commitccd25fefe4bac76684b583faa121bfaeab0dfdfe (patch)
tree229bd5a1d81106f9b07c7f7c4bab2a21eff904fa /ace/Select_Reactor.h
parent7a9132cb59255b380d1fca6e320a5a3995451d35 (diff)
downloadATCD-ccd25fefe4bac76684b583faa121bfaeab0dfdfe.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Select_Reactor.h')
-rw-r--r--ace/Select_Reactor.h7
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 */);