summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2006-03-27 18:41:24 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2006-03-27 18:41:24 +0000
commitd93b3f478e4808acef80a88d699231c4ee3158c4 (patch)
tree4a443b097d3721bc49870df13c580b85fa5f91ae /TAO
parent9533a5b1efc5cd6d7507ce18d4b3c18b74a09d66 (diff)
downloadATCD-d93b3f478e4808acef80a88d699231c4ee3158c4.tar.gz
Untabified.
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tao/ORB_Core.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index c728cdc1a0d..f49dc89407e 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -1824,9 +1824,9 @@ TAO_ORB_Core::create_object (TAO_Stub *stub)
if (this->is_collocation_enabled (other_core,
mprofile))
{
- other_core->_incr_refcnt();
- TAO_ORB_Core_Auto_Ptr tmp_auto_ptr (other_core);
- collocated_orb_core = tmp_auto_ptr;
+ other_core->_incr_refcnt();
+ TAO_ORB_Core_Auto_Ptr tmp_auto_ptr (other_core);
+ collocated_orb_core = tmp_auto_ptr;
break;
}
}
@@ -1900,8 +1900,8 @@ TAO_ORB_Core::initialize_object_i (TAO_Stub *stub,
if (this->is_collocation_enabled (other_core,
mprofile))
{
- other_core->_incr_refcnt ();
- TAO_ORB_Core_Auto_Ptr tmp_auto_ptr (other_core);
+ other_core->_incr_refcnt ();
+ TAO_ORB_Core_Auto_Ptr tmp_auto_ptr (other_core);
collocated_orb_core = tmp_auto_ptr;
break;
}