diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-02-20 20:05:48 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-02-20 20:05:48 +0000 |
commit | 2ccee64c631007b3cebdea0bb719d56c8d9d5947 (patch) | |
tree | 7cae08bd6f8fcaaf13510c3c25a0754e2e9c5c4a /cppe/src/IceE/Connection.cpp | |
parent | changing demo and test ports (diff) | |
download | ice-2ccee64c631007b3cebdea0bb719d56c8d9d5947.tar.bz2 ice-2ccee64c631007b3cebdea0bb719d56c8d9d5947.tar.xz ice-2ccee64c631007b3cebdea0bb719d56c8d9d5947.zip |
Fix
Diffstat (limited to 'cppe/src/IceE/Connection.cpp')
-rwxr-xr-x | cppe/src/IceE/Connection.cpp | 2 |
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 |