From b305695498189882f55e06d390f56d2969a22682 Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Tue, 8 Jul 2008 15:22:17 +1000 Subject: Bug 2038 - Fixed stale comment from previous fix. --- cpp/src/Ice/FactoryTable.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cpp/src/Ice/FactoryTable.cpp') 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() { -- cgit v1.2.3