summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.cpp
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-20 03:02:07 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-20 03:02:07 +0000
commitc303f878e5cd014d9b555573d77df6e66cbbce9d (patch)
tree0ce3a79f5c74210714cdaa72d4cad8b10ce62c73 /ace/WFMO_Reactor.cpp
parent0c2f64108c1287ed3eac7d9d782fd3dae36f2741 (diff)
downloadATCD-c303f878e5cd014d9b555573d77df6e66cbbce9d.tar.gz
ChangeLogTag: Sat Oct 19 21:58:00 2002 Krishnakumar B <kitty@cse.wustl.edu>
Diffstat (limited to 'ace/WFMO_Reactor.cpp')
-rw-r--r--ace/WFMO_Reactor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/WFMO_Reactor.cpp b/ace/WFMO_Reactor.cpp
index 2fcb87de32d..3f55ad7a693 100644
--- a/ace/WFMO_Reactor.cpp
+++ b/ace/WFMO_Reactor.cpp
@@ -1815,7 +1815,7 @@ ACE_WFMO_Reactor::dispatch_handles (DWORD wait_status)
;
number_of_handlers_dispatched++)
{
- bool ok = (
+ int ok = (
#if ! (defined(__BORLANDC__) && (__BORLANDC__ >= 0x0530)) \
&& !defined (ghs) \
&& !defined (__MINGW32__)