summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Communicator.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/Communicator.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/Communicator.cpp')
-rwxr-xr-xcppe/src/IceE/Communicator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/src/IceE/Communicator.cpp b/cppe/src/IceE/Communicator.cpp
index 9c074ca2b42..7771bf6f96a 100755
--- a/cppe/src/IceE/Communicator.cpp
+++ b/cppe/src/IceE/Communicator.cpp
@@ -219,13 +219,13 @@ Ice::Communicator::~Communicator()
if(_instance->__getRef() > 1)
{
PropertiesPtr properties = _instance->properties();
- if(properties->getPropertyAsIntWithDefault("IceE.Warn.Leaks", 1) > 0)
+ if(properties->getPropertyAsIntWithDefault("Ice.Warn.Leaks", 1) > 0)
{
Warning warn(_instance->logger());
warn <<
"The communicator is not the last Ice object that is\n"
"deleted. (You can disable this warning by setting the\n"
- "property `IceE.Warn.Leaks' to 0.)";
+ "property `Ice.Warn.Leaks' to 0.)";
}
}
}