summaryrefslogtreecommitdiff
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
commit42d660c436446ca7bb0de639b6abaae3cf22fa77 (patch)
tree4a443b097d3721bc49870df13c580b85fa5f91ae
parenta9c77fbbdec9c3e168d613e7f53b88d61244578b (diff)
downloadATCD-42d660c436446ca7bb0de639b6abaae3cf22fa77.tar.gz
Untabified.
-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;
}