summaryrefslogtreecommitdiff
path: root/ACE/ace/Select_Reactor_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Select_Reactor_T.h')
-rw-r--r--ACE/ace/Select_Reactor_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Select_Reactor_T.h b/ACE/ace/Select_Reactor_T.h
index 751c25d17aa..638e71185c5 100644
--- a/ACE/ace/Select_Reactor_T.h
+++ b/ACE/ace/Select_Reactor_T.h
@@ -67,7 +67,7 @@ public:
/// fine if your application doesn't use the reactor to handle signals).
ACE_Select_Reactor_T (ACE_Sig_Handler * = 0,
ACE_Timer_Queue * = 0,
- int disable_notify_pipe = 0,
+ int disable_notify_pipe = ACE_DISABLE_NOTIFY_PIPE_DEFAULT,
ACE_Reactor_Notify *notify = 0,
int mask_signals = 1,
int s_queue = ACE_SELECT_TOKEN::FIFO);
@@ -92,7 +92,7 @@ public:
int restart = 0,
ACE_Sig_Handler * = 0,
ACE_Timer_Queue * = 0,
- int disable_notify_pipe = 0,
+ int disable_notify_pipe = ACE_DISABLE_NOTIFY_PIPE_DEFAULT,
ACE_Reactor_Notify *notify = 0,
int mask_signals = 1,
int s_queue = ACE_SELECT_TOKEN::FIFO);