diff options
author | Marc Laukien <marc@zeroc.com> | 2002-12-15 22:27:46 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-12-15 22:27:46 +0000 |
commit | 8957dd5586f72ad03e84ee16b8641b943b94f79d (patch) | |
tree | e370524ac0363ca52617195848d8cb10aab85bab /cpp/src/Ice/ConnectionFactory.cpp | |
parent | complete shutdown/deactivate re-implementation (diff) | |
download | ice-8957dd5586f72ad03e84ee16b8641b943b94f79d.tar.bz2 ice-8957dd5586f72ad03e84ee16b8641b943b94f79d.tar.xz ice-8957dd5586f72ad03e84ee16b8641b943b94f79d.zip |
minor fixes
Diffstat (limited to 'cpp/src/Ice/ConnectionFactory.cpp')
-rw-r--r-- | cpp/src/Ice/ConnectionFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ConnectionFactory.cpp b/cpp/src/Ice/ConnectionFactory.cpp index 9c29f05c431..1e79be144c1 100644 --- a/cpp/src/Ice/ConnectionFactory.cpp +++ b/cpp/src/Ice/ConnectionFactory.cpp @@ -585,7 +585,7 @@ IceInternal::IncomingConnectionFactory::setState(State state) case StateHolding: { - if(_state != StateActive) // Can only switch from active to holding + if(_state != StateActive) // Can only switch from active to holding. { return; } |