summaryrefslogtreecommitdiff
path: root/ace/TP_Reactor.cpp
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-25 13:44:52 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-25 13:44:52 +0000
commitd9ccf0e593e7f848b0a1bcade69bde6e8b565b4b (patch)
tree7879c1277bfd55983f998fb50a8bf721b242ed3c /ace/TP_Reactor.cpp
parentd570f1004c04a2f8e7b16749fb5051c049a904cc (diff)
downloadATCD-d9ccf0e593e7f848b0a1bcade69bde6e8b565b4b.tar.gz
ChangeLogTag:Mon Feb 25 13:50:43 2002 UTC Don Hinton <dhinton@ieee.org>
Diffstat (limited to 'ace/TP_Reactor.cpp')
-rw-r--r--ace/TP_Reactor.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/ace/TP_Reactor.cpp b/ace/TP_Reactor.cpp
index e6b0d189f89..2669e47d287 100644
--- a/ace/TP_Reactor.cpp
+++ b/ace/TP_Reactor.cpp
@@ -99,8 +99,9 @@ ACE_TP_Token_Guard::acquire_token (ACE_Time_Value *max_wait_time)
ACE_TP_Reactor::ACE_TP_Reactor (ACE_Sig_Handler *sh,
ACE_Timer_Queue *tq,
- int mask_signals)
- : ACE_Select_Reactor (sh, tq, 0, 0, mask_signals)
+ int mask_signals,
+ int s_queue)
+ : ACE_Select_Reactor (sh, tq, 0, 0, mask_signals, s_queue)
{
ACE_TRACE ("ACE_TP_Reactor::ACE_TP_Reactor");
this->supress_notify_renew (1);
@@ -110,8 +111,9 @@ ACE_TP_Reactor::ACE_TP_Reactor (size_t size,
int rs,
ACE_Sig_Handler *sh,
ACE_Timer_Queue *tq,
- int mask_signals)
- : ACE_Select_Reactor (size, rs, sh, tq, 0, 0, mask_signals)
+ int mask_signals,
+ int s_queue)
+ : ACE_Select_Reactor (size, rs, sh, tq, 0, 0, mask_signals, s_queue)
{
ACE_TRACE ("ACE_TP_Reactor::ACE_TP_Reactor");
this->supress_notify_renew (1);