summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2008-07-08 15:22:17 +1000
committerMichi Henning <michi@zeroc.com>2008-07-08 15:22:17 +1000
commit4f3329c10381f9db0d03e95ce4266e64fdeb0197 (patch)
tree407949cd653469e66449915d721375cbe4bc826b /cpp
parentfixing python bugs in stringToProxy/propertyToProxy (diff)
downloadice-4f3329c10381f9db0d03e95ce4266e64fdeb0197.tar.bz2
ice-4f3329c10381f9db0d03e95ce4266e64fdeb0197.tar.xz
ice-4f3329c10381f9db0d03e95ce4266e64fdeb0197.zip
Bug 2038 - Fixed stale comment from previous fix.
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/Ice/FactoryTable.cpp5
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()
{