summaryrefslogtreecommitdiff
path: root/TAO/tao
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
commit9a16972031e2fc0a049fd60f4ec29cff8a35e9ea (patch)
tree705683e86b0646ac65848052de9297fa396d88bd /TAO/tao
parent02de212956ca93e250ab304515570f3f0d87bab0 (diff)
downloadATCD-9a16972031e2fc0a049fd60f4ec29cff8a35e9ea.tar.gz
ChangeLogTag:Tue Jul 5 03:07:52 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/ORB_Table.cpp2
-rw-r--r--TAO/tao/ORB_Table.h2
-rw-r--r--TAO/tao/Object_Ref_Table.inl4
3 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/ORB_Table.cpp b/TAO/tao/ORB_Table.cpp
index 7459859c667..776f42425d7 100644
--- a/TAO/tao/ORB_Table.cpp
+++ b/TAO/tao/ORB_Table.cpp
@@ -46,7 +46,7 @@ TAO::ORB_Table::bind (char const * orb_id,
value_type const value =
std::make_pair (key_type (orb_id), data_type (orb_core));
-
+
std::pair<iterator, bool> result = this->table_.insert (value);
if (result.second)
diff --git a/TAO/tao/ORB_Table.h b/TAO/tao/ORB_Table.h
index 46c0f96cac6..dc75324c61a 100644
--- a/TAO/tao/ORB_Table.h
+++ b/TAO/tao/ORB_Table.h
@@ -182,7 +182,7 @@ namespace TAO
/// Assignment operator.
void operator= (ORB_Core_Ref_Counter const & rhs);
-
+
/// Equality operator.
bool operator== (ORB_Core_Ref_Counter const & rhs);
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.