summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionFactory.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-12-15 22:27:46 +0000
committerMarc Laukien <marc@zeroc.com>2002-12-15 22:27:46 +0000
commit8957dd5586f72ad03e84ee16b8641b943b94f79d (patch)
treee370524ac0363ca52617195848d8cb10aab85bab /cpp/src/Ice/ConnectionFactory.cpp
parentcomplete shutdown/deactivate re-implementation (diff)
downloadice-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.cpp2
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;
}