summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-08 02:17:58 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-08 02:17:58 +0000
commit2e4fc85e9c9912c20e43c4f1fb6229dd6ed28500 (patch)
tree9d040b56e1f4bb3f74ca46c3fba41a5184795612
parented3a496ddc684f3ce227cbb218d78282efd99856 (diff)
downloadATCD-2e4fc85e9c9912c20e43c4f1fb6229dd6ed28500.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index f35918b8ffe..aff2fcc86f1 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,13 @@
+Wed Jul 7 21:16:24 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * tao/ORB.cpp (multicast_to_service): Revised the code to use
+ TAO_DEFAULT_IOR_SIZE rather than 2*BUFSIZ since we can
+ explicitly control this size, whereas BUFSIZ ranges a lot across
+ platforms.
+
+ * tao/orbconf.h: Added a new macro called TAO_DEFAULT_IOR_SIZE,
+ which is set to 1024.
+
Wed Jul 7 20:36:20 1999 Marina Spivak <marina@cs.wustl.edu>
* tao/ORB.{h,cpp}