diff options
author | Michi Henning <michi@zeroc.com> | 2006-03-07 05:53:09 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2006-03-07 05:53:09 +0000 |
commit | 3aad447a6ea45ffb7ca0ecfbdd7a6d8b542c5159 (patch) | |
tree | 22fa9e79ad6fbc9507e368d62288d62391e47097 /cppe/src | |
parent | Bug 895 (diff) | |
download | ice-3aad447a6ea45ffb7ca0ecfbdd7a6d8b542c5159.tar.bz2 ice-3aad447a6ea45ffb7ca0ecfbdd7a6d8b542c5159.tar.xz ice-3aad447a6ea45ffb7ca0ecfbdd7a6d8b542c5159.zip |
Bug 895.
Diffstat (limited to 'cppe/src')
-rwxr-xr-x | cppe/src/IceE/Communicator.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/cppe/src/IceE/Communicator.cpp b/cppe/src/IceE/Communicator.cpp index f195c2fac91..5a81bbd35cf 100755 --- a/cppe/src/IceE/Communicator.cpp +++ b/cppe/src/IceE/Communicator.cpp @@ -178,19 +178,6 @@ Ice::Communicator::~Communicator() Warning out(_instance->logger()); out << "Ice::Communicator::destroy() has not been called"; } - - if(_instance->__getRef() > 1) - { - PropertiesPtr properties = _instance->properties(); - 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 `Ice.Warn.Leaks' to 0.)"; - } - } } void |