summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Core.i')
-rw-r--r--TAO/tao/ORB_Core.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB_Core.i b/TAO/tao/ORB_Core.i
index c06290ef6ed..90e3ec6918a 100644
--- a/TAO/tao/ORB_Core.i
+++ b/TAO/tao/ORB_Core.i
@@ -552,7 +552,7 @@ TAO_ORB_Core::resolve_rt_orb (CORBA::Environment &ACE_TRY_ENV)
if (CORBA::is_nil (this->rt_orb_.in ()))
{
// Save a reference to the priority mapping manager.
- this->rt_orb_ =
+ this->rt_orb_ =
this->object_ref_table ().resolve_initial_references (
TAO_OBJID_RTORB,
ACE_TRY_ENV);
@@ -573,7 +573,7 @@ TAO_ORB_Core::resolve_rt_current (CORBA::Environment &ACE_TRY_ENV)
if (CORBA::is_nil (this->rt_current_.in ()))
{
// Save a reference to the priority mapping manager.
- this->rt_current_ =
+ this->rt_current_ =
this->object_ref_table ().resolve_initial_references (
TAO_OBJID_RTCURRENT,
ACE_TRY_ENV);