summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsbw1 <sbw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-18 22:46:18 +0000
committersbw1 <sbw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-18 22:46:18 +0000
commit9c2b28679ca1b5c2daa59888dcd6d266f0520ef0 (patch)
treed5d853cfa694e9b0703f6e037e202b015123e377
parent25ff597092c688a0c87b1331cb1767cc3960e445 (diff)
downloadATCD-9c2b28679ca1b5c2daa59888dcd6d266f0520ef0.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 67045706fd9..61459d11466 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,23 @@
+Wed Mar 18 16:39:40 1998 Seth Benjamin Widoff <sbw1@waltz.cs.wustl.edu>
+
+ * tao/orbobj.{h,cpp}:
+ * tao/params.{h,cpp}:
+ * tao/orbcore.cpp:
+ Expanded the resolve initial references protocol to include
+ bootstrappable services other than the Naming Service. Now, the
+ multicast message includes a field identifying the target
+ service. The values for this field are defined in orbobj.h --
+ currently there are only TAO_SERVICEID_NAMESERVICE, and
+ TAO_SERVICEID_TRADINGSERVICE. For completeness I've added for the
+ -ORBtradingserviceior and -ORBtradingserviceport command line
+ parameters.
+
+ * orbsvcs/Naming/Naming_Utils.cpp:
+ * orbsvcs/Naming/Ior_Multicast.cpp:
+ Now, on the receiving end, the bootstrappable service compares the
+ service_id it receives in the multicast message with its own
+ before responding to it.
+
Wed Mar 18 16:04:38 1998 Alexander Babu Arulanthu <alex@merengue.cs.wustl.edu>
* orbsvcs/orbsvcs/CosPropertyService.idl (CosPropertyService):