diff options
author | Matthew Newhook <matthew@zeroc.com> | 2006-03-02 08:48:09 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2006-03-02 08:48:09 +0000 |
commit | 7da502a811dab261a851fca83545e64ceb985721 (patch) | |
tree | 06ca0aef3feeb3cfdc744acc2dd590b479d1237d /cppe/src/IceE/Connection.cpp | |
parent | requires STLport 5.0.2 (diff) | |
download | ice-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-x | cppe/src/IceE/Connection.cpp | 2 |
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 ) { |