summaryrefslogtreecommitdiff
path: root/ACE/ace/TP_Reactor.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-08 12:41:48 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-08 12:41:48 +0000
commitf78e9c7da2b91f91fe8b2d11f7b6b7f42438a67f (patch)
tree858c23a3a08caa128533bbd8301c097d4741482c /ACE/ace/TP_Reactor.cpp
parent408f6742b3eda974e8e0b1d2ed4ff5d533c377ed (diff)
downloadATCD-f78e9c7da2b91f91fe8b2d11f7b6b7f42438a67f.tar.gz
Mon Jan 8 12:41:30 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/TP_Reactor.cpp')
-rw-r--r--ACE/ace/TP_Reactor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/TP_Reactor.cpp b/ACE/ace/TP_Reactor.cpp
index 1dcc78f04b3..73557515dcb 100644
--- a/ACE/ace/TP_Reactor.cpp
+++ b/ACE/ace/TP_Reactor.cpp
@@ -102,7 +102,7 @@ ACE_TP_Reactor::ACE_TP_Reactor (ACE_Sig_Handler *sh,
ACE_Timer_Queue *tq,
int mask_signals,
int s_queue)
- : ACE_Select_Reactor (sh, tq, 0, 0, mask_signals, s_queue)
+ : ACE_Select_Reactor (sh, tq, ACE_DISABLE_NOTIFY_PIPE_DEFAULT, 0, mask_signals, s_queue)
{
ACE_TRACE ("ACE_TP_Reactor::ACE_TP_Reactor");
this->supress_notify_renew (1);
@@ -114,7 +114,7 @@ ACE_TP_Reactor::ACE_TP_Reactor (size_t max_number_of_handles,
ACE_Timer_Queue *tq,
int mask_signals,
int s_queue)
- : ACE_Select_Reactor (max_number_of_handles, restart, sh, tq, 0, 0, mask_signals, s_queue)
+ : ACE_Select_Reactor (max_number_of_handles, restart, sh, tq, ACE_DISABLE_NOTIFY_PIPE_DEFAULT, 0, mask_signals, s_queue)
{
ACE_TRACE ("ACE_TP_Reactor::ACE_TP_Reactor");
this->supress_notify_renew (1);