summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/FactoryTable.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:25:06 +1000
commitb305695498189882f55e06d390f56d2969a22682 (patch)
tree21d470126e5baba584138df554e482b780287d77 /cpp/src/Ice/FactoryTable.cpp
parentfixing python bugs in stringToProxy/propertyToProxy (diff)
downloadice-b305695498189882f55e06d390f56d2969a22682.tar.bz2
ice-b305695498189882f55e06d390f56d2969a22682.tar.xz
ice-b305695498189882f55e06d390f56d2969a22682.zip
Bug 2038 - Fixed stale comment from previous fix.
Diffstat (limited to 'cpp/src/Ice/FactoryTable.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()
{