summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/ReferenceFactory.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-07-19 17:09:40 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-07-19 17:09:40 +0000
commit49a3baf241e28c42be6e48c15378ca2a445477cd (patch)
tree8e2194212d4e5a1527b8bf8281192e3756f25f13 /cppe/src/IceE/ReferenceFactory.cpp
parentFixed pe=roperty setting (diff)
downloadice-49a3baf241e28c42be6e48c15378ca2a445477cd.tar.bz2
ice-49a3baf241e28c42be6e48c15378ca2a445477cd.tar.xz
ice-49a3baf241e28c42be6e48c15378ca2a445477cd.zip
Renamed properties back to Ice.
Diffstat (limited to 'cppe/src/IceE/ReferenceFactory.cpp')
-rw-r--r--cppe/src/IceE/ReferenceFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/ReferenceFactory.cpp b/cppe/src/IceE/ReferenceFactory.cpp
index 1e221884d28..6188c4936da 100644
--- a/cppe/src/IceE/ReferenceFactory.cpp
+++ b/cppe/src/IceE/ReferenceFactory.cpp
@@ -442,7 +442,7 @@ IceInternal::ReferenceFactory::create(const string& str)
throw ex;
}
else if(unknownEndpoints.size() != 0 &&
- _instance->properties()->getPropertyAsIntWithDefault("IceE.Warn.Endpoints", 1) > 0)
+ _instance->properties()->getPropertyAsIntWithDefault("Ice.Warn.Endpoints", 1) > 0)
{
Warning out(_instance->logger());
out << "Proxy contains unknown endpoints:";