From 28f2b1eecfab765469d97d38b686bffdea53114c Mon Sep 17 00:00:00 2001 From: coryan Date: Wed, 1 Aug 2001 23:39:57 +0000 Subject: ChangeLogTag:Wed Aug 1 16:05:36 2001 Carlos O'Ryan --- TAO/tao/ORB_Core.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/tao/ORB_Core.i') 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); -- cgit v1.2.1