summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.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/WFMO_Reactor.h
parent4572a838719f9f085942fda9ce4a574408c6e3c1 (diff)
downloadATCD-b74bafd352dd39e23cebb872edfe695f26b1d654.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/WFMO_Reactor.h')
-rw-r--r--ace/WFMO_Reactor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/WFMO_Reactor.h b/ace/WFMO_Reactor.h
index 36938edc02a..2b793f7e6fc 100644
--- a/ace/WFMO_Reactor.h
+++ b/ace/WFMO_Reactor.h
@@ -527,7 +527,8 @@ public:
virtual int open (size_t size = DEFAULT_SIZE,
int restart = 0,
ACE_Sig_Handler * = 0,
- ACE_Timer_Queue * = 0);
+ ACE_Timer_Queue * = 0,
+ int disable_notify_pipe = 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.