summaryrefslogtreecommitdiff
path: root/ACE/ace/WIN32_Proactor.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-01 15:08:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-01 15:08:40 +0000
commitde87537c194a9195e0ece9a9ada71f9a38f2dccc (patch)
tree2468c8f09e91a4093ed4037663aa0f1a7fb712b0 /ACE/ace/WIN32_Proactor.h
parent3b19c8d71cf9ed03d8687e6a4b6232613864b464 (diff)
downloadATCD-de87537c194a9195e0ece9a9ada71f9a38f2dccc.tar.gz
Mon Oct 1 15:06:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/WIN32_Proactor.h')
-rw-r--r--ACE/ace/WIN32_Proactor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/WIN32_Proactor.h b/ACE/ace/WIN32_Proactor.h
index e6db85ba930..eb0bf7e1208 100644
--- a/ACE/ace/WIN32_Proactor.h
+++ b/ACE/ace/WIN32_Proactor.h
@@ -56,7 +56,7 @@ class ACE_Export ACE_WIN32_Proactor : public ACE_Proactor_Impl
public:
/// A do nothing constructor.
ACE_WIN32_Proactor (size_t number_of_threads = 0,
- int used_with_reactor_event_loop = 0);
+ bool used_with_reactor_event_loop = false);
/// Virtual destruction.
virtual ~ACE_WIN32_Proactor (void);
@@ -274,7 +274,7 @@ protected:
/// Flag that indicates whether we are used in conjunction with
/// Reactor.
- int used_with_reactor_event_loop_;
+ bool const used_with_reactor_event_loop_;
/// Handler to handle the wakeups. This works in conjunction with the
/// ACE_Proactor::run_event_loop().