summaryrefslogtreecommitdiff
path: root/cppe/src
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-02-20 20:05:48 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-02-20 20:05:48 +0000
commit2ccee64c631007b3cebdea0bb719d56c8d9d5947 (patch)
tree7cae08bd6f8fcaaf13510c3c25a0754e2e9c5c4a /cppe/src
parentchanging demo and test ports (diff)
downloadice-2ccee64c631007b3cebdea0bb719d56c8d9d5947.tar.bz2
ice-2ccee64c631007b3cebdea0bb719d56c8d9d5947.tar.xz
ice-2ccee64c631007b3cebdea0bb719d56c8d9d5947.zip
Fix
Diffstat (limited to 'cppe/src')
-rwxr-xr-xcppe/src/IceE/Connection.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cppe/src/IceE/Connection.cpp b/cppe/src/IceE/Connection.cpp
index 9bd9f25af4d..4c6c2c5cfc7 100755
--- a/cppe/src/IceE/Connection.cpp
+++ b/cppe/src/IceE/Connection.cpp
@@ -943,6 +943,8 @@ Ice::Connection::Connection(const InstancePtr& instance,
{
_transceiver->setTimeouts(-1, _endpoint->timeout());
}
+#elif defined(ICEE_BLOCKING_CLIENT) && defined(ICEE_PURE_BLOCKING_CLIENT)
+ _transceiver->setTimeouts(_endpoint->timeout(), _endpoint->timeout());
#else
_transceiver->setTimeouts(-1, _endpoint->timeout());
#endif