summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Connection.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2006-03-02 08:48:09 +0000
committerMatthew Newhook <matthew@zeroc.com>2006-03-02 08:48:09 +0000
commit7da502a811dab261a851fca83545e64ceb985721 (patch)
tree06ca0aef3feeb3cfdc744acc2dd590b479d1237d /cppe/src/IceE/Connection.cpp
parentrequires STLport 5.0.2 (diff)
downloadice-7da502a811dab261a851fca83545e64ceb985721.tar.bz2
ice-7da502a811dab261a851fca83545e64ceb985721.tar.xz
ice-7da502a811dab261a851fca83545e64ceb985721.zip
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=824
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=725 http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=724
Diffstat (limited to 'cppe/src/IceE/Connection.cpp')
-rwxr-xr-xcppe/src/IceE/Connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Connection.cpp b/cppe/src/IceE/Connection.cpp
index f2878204a81..57058258ff9 100755
--- a/cppe/src/IceE/Connection.cpp
+++ b/cppe/src/IceE/Connection.cpp
@@ -178,7 +178,7 @@ Ice::Connection::isFinished() const
if(_transceiver != 0
#ifndef ICEE_PURE_BLOCKING_CLIENT
- || _dispatchCount != 0 || (_threadPerConnection && _threadPerConnection->getThreadControl().isAlive())
+ || _dispatchCount != 0 || (_threadPerConnection && _threadPerConnection->isAlive())
#endif
)
{