diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-12 17:01:54 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-12 17:01:54 +0000 |
commit | 71456208bd79af083c0c768187568ea281ca903d (patch) | |
tree | d1dd259bd493d525913d91f956aa9c9bd5d5d43b /TAO/docs | |
parent | b85dd759aae0171c11b35f23efe8ae651606e1cf (diff) | |
download | ATCD-71456208bd79af083c0c768187568ea281ca903d.tar.gz |
Update for IFR multicast discovery testing added.
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/releasenotes/index.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html index 07b151d9dd9..d3593b50943 100644 --- a/TAO/docs/releasenotes/index.html +++ b/TAO/docs/releasenotes/index.html @@ -1011,7 +1011,7 @@ encounter an object whose interface was not known when the program was compiled, yet, be able to determine what operations are valid on the object and make invocations on it using the DII. -<p>Current Status (as of July 6, 2000): +<p>Current Status (as of July 12, 2000): <ul> <li> Implementation of Interface.idl completed, for types fully supported @@ -1062,10 +1062,10 @@ multiple and default case labels have been tested.</li><p> <li> Test code for the IFR service has been added in the directory ACE_wrappers/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test.</li><p> -<li> Code to support the acquisition of an object reference for the -Interface Repository using multicast or -resolve_initial_references ("InterfaceRepository") has been added to -TAO. Multicast has not yet been tested.</li><p> +<li> Code to support multicast discovery of the Interface Repository +IOR has been added to TAO. Testing has been done using loopback on NT, +loopback on Solaris, and remotely between these two platforms in both +directions.</li><p> </ul> @@ -1081,8 +1081,6 @@ get_interface (CORBA 2.x), the latter for backward compatibility.</li><p> <li> Run tests on a persistent IFR.</li><p> -<li> Test the IFR's IOR availability through multicast.</li><p> - <li> Add support for recursive structs and unions to the IFR, and for their typecodes to the TypeCodeFactory.</li><p> |