summaryrefslogtreecommitdiff
path: root/cppe/src
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-08-11 05:46:46 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-08-11 05:46:46 +0000
commitb61b1b9bb5c61ef79104e48b72ff1fc21bf88a75 (patch)
tree5b7f972fa1e91bff302c7fcb7b450cd5547d3c1d /cppe/src
parentMade string for FeatureNotSupportedException more descriptive. (diff)
downloadice-b61b1b9bb5c61ef79104e48b72ff1fc21bf88a75.tar.bz2
ice-b61b1b9bb5c61ef79104e48b72ff1fc21bf88a75.tar.xz
ice-b61b1b9bb5c61ef79104e48b72ff1fc21bf88a75.zip
fix hang bug with Win32.
Diffstat (limited to 'cppe/src')
-rw-r--r--cppe/src/IceE/Transceiver.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cppe/src/IceE/Transceiver.h b/cppe/src/IceE/Transceiver.h
index 6a44eb9f824..51f7efe7e9e 100644
--- a/cppe/src/IceE/Transceiver.h
+++ b/cppe/src/IceE/Transceiver.h
@@ -54,8 +54,10 @@ private:
const Ice::LoggerPtr _logger;
SOCKET _fd;
-#ifdef _WIN32
+#ifdef _WIN32_WCE
WSAEVENT _event;
+ WSAEVENT _readEvent;
+ WSAEVENT _writeEvent;
#else
fd_set _wFdSet;
fd_set _rFdSet;