From 6b16670f0f3e3ac3ff61cf7a5fd0085802db4447 Mon Sep 17 00:00:00 2001 From: Chris Cleeland Date: Sun, 26 Oct 1997 21:54:45 +0000 Subject: Updated to reflect new Strategy Connector, eliminate CORBA::Object's orb ptr, and miscellany. --- TAO/ChangeLog-98c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'TAO/ChangeLog-98c') diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c index 26a79cdfad1..4c96158046b 100644 --- a/TAO/ChangeLog-98c +++ b/TAO/ChangeLog-98c @@ -1,5 +1,22 @@ Sun Oct 26 15:07:18 1997 Chris Cleeland + * tao/giop.cpp: Changed calls to + TAO_Client_Connection_Handler::in_use() to call the underlying + Svc_Handler::idle(). + + * tao/connect.{h,i}: Eliminated in_use() flags because they're no + longer needed with the new Strategy Connector. + + * tao/iioporb.cpp (string_to_object): Removed setting of the orb + in the underlying CORBA::Object because it's no longer there. + + * tao/object.{h,i} (CORBA_Object): Eliminated the pointer to an orb + within this object. This should help solve some problems in + passing object references across the wire. + + * tao/connect.cpp: Added template instantiations for + ACE_Hash_Map_Iterator to reflect Irfan's recent changes. + * tests/IDL_Cubit/README: Updated documentation on the server to reflect current reality. -- cgit v1.2.1