diff options
author | Michi Henning <michi@zeroc.com> | 2008-07-08 15:22:17 +1000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2008-07-08 15:22:17 +1000 |
commit | 4f3329c10381f9db0d03e95ce4266e64fdeb0197 (patch) | |
tree | 407949cd653469e66449915d721375cbe4bc826b /cpp/src | |
parent | fixing python bugs in stringToProxy/propertyToProxy (diff) | |
download | ice-4f3329c10381f9db0d03e95ce4266e64fdeb0197.tar.bz2 ice-4f3329c10381f9db0d03e95ce4266e64fdeb0197.tar.xz ice-4f3329c10381f9db0d03e95ce4266e64fdeb0197.zip |
Bug 2038 - Fixed stale comment from previous fix.
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/FactoryTable.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/src/Ice/FactoryTable.cpp b/cpp/src/Ice/FactoryTable.cpp index 75420dc4024..6ac1f72cbe9 100644 --- a/cpp/src/Ice/FactoryTable.cpp +++ b/cpp/src/Ice/FactoryTable.cpp @@ -49,9 +49,8 @@ IceInternal::FactoryTable::FactoryTable() } // -// Similarly, the destructor calls the finalize() method on the -// factory table wrapper which, once the tables reference count drops -// to zero, deletes the table. +// The destructor decrements the reference count and, once the +// count drops to zero, deletes the table. // IceInternal::FactoryTable::~FactoryTable() { |