summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Ref_Table.inl
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-07-05 10:14:22 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-07-05 10:14:22 +0000
commit4725eb0af912b9305fe4d3c1236e6d881a6e1fc2 (patch)
tree705683e86b0646ac65848052de9297fa396d88bd /TAO/tao/Object_Ref_Table.inl
parent01ec2af8ef79521b4279ee7689bd5816939c5b69 (diff)
downloadATCD-4725eb0af912b9305fe4d3c1236e6d881a6e1fc2.tar.gz
ChangeLogTag:Tue Jul 5 03:07:52 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Object_Ref_Table.inl')
-rw-r--r--TAO/tao/Object_Ref_Table.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Object_Ref_Table.inl b/TAO/tao/Object_Ref_Table.inl
index e84bfc38a3b..629089dad93 100644
--- a/TAO/tao/Object_Ref_Table.inl
+++ b/TAO/tao/Object_Ref_Table.inl
@@ -34,8 +34,8 @@ TAO_Object_Ref_Table::destroy (void)
{
Table tmp;
- ACE_GUARD (TAO_SYNCH_MUTEX,
- guard,
+ ACE_GUARD (TAO_SYNCH_MUTEX,
+ guard,
this->lock_);
this->table_.swap (tmp); // Force release of memory held by our table.