From 5959341d089dd0aa3646348c27a3c3e7a4095762 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Sun, 22 Aug 1999 16:25:30 +0000 Subject: ChangeLogTag:Sun Aug 22 09:48:40 1999 Ossama Othman --- TAO/tao/ORB.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'TAO/tao/ORB.cpp') diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp index f25fd6b816f..5d3b4c02ec4 100644 --- a/TAO/tao/ORB.cpp +++ b/TAO/tao/ORB.cpp @@ -1659,16 +1659,17 @@ CORBA_ORB::_get_collocated_servant (TAO_Stub *sobj, if (sobj == 0) return TAO_SERVANT_NOT_FOUND; - // @@ What about forwarding. Which this approach we are never forwarded + // @@ What about forwarding. Whith this approach we are never forwarded // when we use collocation! - const TAO_MProfile &mprofile = sobj->get_base_profiles (); + const TAO_MProfile &mprofile = sobj->base_profiles (); { // @@ Ossama: maybe we need another lock for the table, to // reduce contention on the Static_Object_Lock below, if so // then we need to use that lock in the ORB_init() function. ACE_MT (ACE_GUARD_RETURN (ACE_SYNCH_RECURSIVE_MUTEX, guard, - *ACE_Static_Object_Lock::instance (), TAO_SERVANT_NOT_FOUND)); + *ACE_Static_Object_Lock::instance (), + TAO_SERVANT_NOT_FOUND)); TAO_ORB_Table *table = TAO_ORB_Table::instance (); TAO_ORB_Table::Iterator end = table->end (); -- cgit v1.2.1