summaryrefslogtreecommitdiff
path: root/ACE/ace/Priority_Reactor.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 09:35:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 09:35:44 +0000
commitccd8d0fde164448b6258d9de3574e52374edc829 (patch)
treec955d352994cbd1cd500768dfe64f31e35ecfd9a /ACE/ace/Priority_Reactor.h
parent7c4c934daf46588a0afbc2cf974fdc8946d49815 (diff)
downloadATCD-ccd8d0fde164448b6258d9de3574e52374edc829.tar.gz
Diffstat (limited to 'ACE/ace/Priority_Reactor.h')
-rw-r--r--ACE/ace/Priority_Reactor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Priority_Reactor.h b/ACE/ace/Priority_Reactor.h
index 5624fa4c9a7..b36fb387959 100644
--- a/ACE/ace/Priority_Reactor.h
+++ b/ACE/ace/Priority_Reactor.h
@@ -45,7 +45,7 @@ public:
/// Initialize ACE_Priority_Reactor with size @a size.
ACE_Priority_Reactor (size_t size,
- int restart = 0,
+ bool restart = false,
ACE_Sig_Handler * = 0,
ACE_Timer_Queue * = 0);
@@ -75,7 +75,7 @@ private:
void init_bucket (void);
/// Build the bucket from the given dispatch_mask. Return -1 on
- /// failure, 0 otherwise.
+ /// failure, 0 otherwise.
int build_bucket (ACE_Handle_Set& dispatch_mask,
int &min_priority,
int &max_priority);