summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-05-08 14:50:11 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-05-08 14:50:11 +0000
commita517b089897b7adde781dd7de46f5efee4e96f23 (patch)
treeda1f4c8366254cb7b2c1065fb2b465f4f8c2eabd
parent28a9e7f55ff740fd0f83e61be23cbe23246b787c (diff)
downloadATCD-a517b089897b7adde781dd7de46f5efee4e96f23.tar.gz
ChangeLogTag: Tue May 8 09:01:13 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/tao/Object_Ref_Table.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Object_Ref_Table.cpp b/TAO/tao/Object_Ref_Table.cpp
index e0e820bdd52..c363349772d 100644
--- a/TAO/tao/Object_Ref_Table.cpp
+++ b/TAO/tao/Object_Ref_Table.cpp
@@ -20,6 +20,9 @@ TAO_Object_Ref_Table::TAO_Object_Ref_Table (void)
TAO_Object_Ref_Table::~TAO_Object_Ref_Table (void)
{
+ // @@ We seem to be calling destroy () twice in normal
+ // circumstances. One from ORB_Core::shutdown () and another from
+ // here. Seems goofy in a first pass.. Bala
// this->destroy ();
this->table_.close (); // Only call close() in this destructor!