summaryrefslogtreecommitdiff
path: root/ace/Reactor_Impl.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-02 21:06:34 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-02 21:06:34 +0000
commitb74bafd352dd39e23cebb872edfe695f26b1d654 (patch)
tree9caa429c55ba240d9efe6e546abe4ac3272c1bfe /ace/Reactor_Impl.h
parent4572a838719f9f085942fda9ce4a574408c6e3c1 (diff)
downloadATCD-b74bafd352dd39e23cebb872edfe695f26b1d654.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Reactor_Impl.h')
-rw-r--r--ace/Reactor_Impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Reactor_Impl.h b/ace/Reactor_Impl.h
index f9ee3799041..31c106efda6 100644
--- a/ace/Reactor_Impl.h
+++ b/ace/Reactor_Impl.h
@@ -42,7 +42,8 @@ public:
virtual int open (size_t size,
int restart = 0,
ACE_Sig_Handler * = 0,
- ACE_Timer_Queue * = 0) = 0;
+ ACE_Timer_Queue * = 0,
+ int disable_notify_pipe = 0) = 0;
// Initialization.
virtual int set_sig_handler (ACE_Sig_Handler *signal_handler) = 0;