summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionFactory.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-02-14 04:16:37 +0000
committerMarc Laukien <marc@zeroc.com>2002-02-14 04:16:37 +0000
commit0f6931918a5fe32cd90fb9f599682838f48cb716 (patch)
tree3201933dcf9691bffd803ed0116895dbf5645d8a /cpp/src/Ice/ConnectionFactory.cpp
parentRemoved file that shouldn't be present until after merging FreezeXML (diff)
downloadice-0f6931918a5fe32cd90fb9f599682838f48cb716.tar.bz2
ice-0f6931918a5fe32cd90fb9f599682838f48cb716.tar.xz
ice-0f6931918a5fe32cd90fb9f599682838f48cb716.zip
fixes, simplifications
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 8724ac12b7f..337812908bd 100644
--- a/cpp/src/Ice/ConnectionFactory.cpp
+++ b/cpp/src/Ice/ConnectionFactory.cpp
@@ -390,7 +390,7 @@ IceInternal::IncomingConnectionFactory::IncomingConnectionFactory(const Instance
_adapter(adapter),
_state(StateHolding)
{
- _warn = atoi(_instance->properties()->getProperty("Ice.ConnectionWarnings").c_str()) > 0 ? true : false;
+ _warn = atoi(_instance->properties()->getProperty("Ice.ConnectionWarnings").c_str()) > 0;
try
{