summaryrefslogtreecommitdiff
path: root/ace/TP_Reactor.h
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
commit42e6e61137dccbb442d7bb299e679ab62e48e3ca (patch)
tree7879c1277bfd55983f998fb50a8bf721b242ed3c /ace/TP_Reactor.h
parent471eef9411a5d6969c2216c46ec5d86bc4b93aab (diff)
downloadATCD-42e6e61137dccbb442d7bb299e679ab62e48e3ca.tar.gz
ChangeLogTag:Mon Feb 25 13:50:43 2002 UTC Don Hinton <dhinton@ieee.org>
Diffstat (limited to 'ace/TP_Reactor.h')
-rw-r--r--ace/TP_Reactor.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/TP_Reactor.h b/ace/TP_Reactor.h
index e51abd99db9..8c51ceff58b 100644
--- a/ace/TP_Reactor.h
+++ b/ace/TP_Reactor.h
@@ -170,7 +170,8 @@ public:
/// Initialize <ACE_TP_Reactor> with the default size.
ACE_TP_Reactor (ACE_Sig_Handler * = 0,
ACE_Timer_Queue * = 0,
- int mask_signals = 1);
+ int mask_signals = 1,
+ int s_queue = ACE_Select_Reactor_Token::FIFO);
/**
* Initialize the <ACE_TP_Reactor> to manage
@@ -184,7 +185,8 @@ public:
int restart = 0,
ACE_Sig_Handler * = 0,
ACE_Timer_Queue * = 0,
- int mask_signals = 1);
+ int mask_signals = 1,
+ int s_queue = ACE_Select_Reactor_Token::FIFO);
// = Event loop drivers.