summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-98c
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-10-26 21:54:45 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-10-26 21:54:45 +0000
commit6b16670f0f3e3ac3ff61cf7a5fd0085802db4447 (patch)
tree47eeaa9776b27563bc2e9d4c4925d8d9a9af6335 /TAO/ChangeLog-98c
parent114bf12dceab182a5a9a503d777981fb030e144a (diff)
downloadATCD-6b16670f0f3e3ac3ff61cf7a5fd0085802db4447.tar.gz
Updated to reflect new Strategy Connector, eliminate CORBA::Object's
orb ptr, and miscellany.
Diffstat (limited to 'TAO/ChangeLog-98c')
-rw-r--r--TAO/ChangeLog-98c17
1 files changed, 17 insertions, 0 deletions
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 <cleeland@cs.wustl.edu>
+ * 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.