summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.i
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-01 23:39:57 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-01 23:39:57 +0000
commit2c3ab374267eb89c1a64bf6c28d6a34137e96b13 (patch)
treee11d110b2f6e69f07a780756276cc735be3e8fa9 /TAO/tao/ORB_Core.i
parent78f15e9fef70e8500baf261258da62677e2340ff (diff)
downloadATCD-2c3ab374267eb89c1a64bf6c28d6a34137e96b13.tar.gz
ChangeLogTag:Wed Aug 1 16:05:36 2001 Carlos O'Ryan <coryan@uci.edu>
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);