summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-03-12 03:08:52 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-03-12 03:08:52 +0000
commit4b1bf873d92e55e168fe7d6c37f74e7df3c76ff1 (patch)
tree095399f51a8295873f139b01f2f5343d484a4f67
parent27d60b662052477569e31672b13676f1d88e1126 (diff)
downloadATCD-4b1bf873d92e55e168fe7d6c37f74e7df3c76ff1.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 03c43caf0b8..3058c65d0fb 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,17 @@
+Thu Mar 11 20:41:39 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/IOR_Multicast.cpp: There were some major
+ inconsistencies with byte order conversions.
+
+ * tao/ORB.cpp (multicast_query): Fixed some subtle bugs with
+ multicast. First, we were sending a struct when we should have
+ been sending an array (due to portability issues with struct
+ padding). Second, we weren't being consistent with ACE macros.
+
+ * tao/ORB.cpp (multicast_query): There was a read of BUFSIZ where
+ there should have been a read of ACE_MAX_DGRAM_SIZE. Thanks to
+ Marina for noticing this.
+
Thu Mar 11 20:46:04 1999 Marina Spivak <marina@cs.wustl.edu>
* orbsvcs/tests/Simple_Naming/client.cpp