summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Table.cpp
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/ORB_Table.cpp
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/ORB_Table.cpp')
-rw-r--r--TAO/tao/ORB_Table.cpp2
1 files changed, 1 insertions, 1 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)