summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-98c
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-10 19:00:24 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-10 19:00:24 +0000
commita58665fceca7d861fb332e3cbaa409066aca5750 (patch)
treeee6f765ec2ad99d542f6fb2b751200992b06df93 /TAO/ChangeLog-98c
parent0b9b47bbb4270fe6b7adb1e55e8d359d0348b2ec (diff)
downloadATCD-a58665fceca7d861fb332e3cbaa409066aca5750.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/ChangeLog-98c')
-rw-r--r--TAO/ChangeLog-98c21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index e364d26b420..9f38663571b 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,24 @@
+Wed Jun 10 13:03:03 1998 Irfan Pyarali <irfan@cs.wustl.edu>
+
+ * tests/POA/Explicit_Activation/server.cpp,
+ tests/POA/Generic_Servant/client.cpp,
+ tests/POA/NewPOA/NewPOA.cpp, and tests/POA/RootPOA/RootPOA.cpp:
+ Use ACE_DEBUG instead of cout.
+
+ * tao/Server_Request.cpp (dsi_marshal): Only marshal if the params
+ are valid.
+
+ * tao/ORB_Core.h: Changed the lock used by
+ ACE_Cached_Connect_Strategy from a rw_mutex to a regular mutex.
+
+ * tao/ORB.cpp: Changed CORBA::B_TRUE and CORBA::B_FALSE from enums
+ to CORBA::Boolean.
+
+ * tao/{Connect.cpp, ORB.cpp}: Fixed the template instantiations in
+ lieu of the changes to Hash_Addr.
+
+ * tao/Any.h: Added ACE_Export to nested structs.
+
Wed Jun 10 10:28:31 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
* orbsvcs/orbsvcs/Event/Event_Channel.h: