summaryrefslogtreecommitdiff
path: root/ACE/ace/WIN32_Proactor.cpp
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.cpp
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.cpp')
-rw-r--r--ACE/ace/WIN32_Proactor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/WIN32_Proactor.cpp b/ACE/ace/WIN32_Proactor.cpp
index e66ff8c7c0c..18064da3272 100644
--- a/ACE/ace/WIN32_Proactor.cpp
+++ b/ACE/ace/WIN32_Proactor.cpp
@@ -43,7 +43,7 @@ public:
};
ACE_WIN32_Proactor::ACE_WIN32_Proactor (size_t number_of_threads,
- int used_with_reactor_event_loop)
+ bool used_with_reactor_event_loop)
: completion_port_ (0),
// This *MUST* be 0, *NOT* ACE_INVALID_HANDLE !!!
number_of_threads_ (static_cast<DWORD> (number_of_threads)),