summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-01 20:12:08 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-01 20:12:08 +0000
commitba4592f3c843bef51504f2cae61a477cf74b2cf7 (patch)
treee375b2184784f1c6110f9b3db7afe88debce8c38
parent82f3eb74218a2abdc74cca1ecf2d0ffbe77d8c49 (diff)
downloadATCD-ba4592f3c843bef51504f2cae61a477cf74b2cf7.tar.gz
ChangeLogTag:Tue Jun 1 14:08:46 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog-99c5
-rw-r--r--TAO/docs/releasenotes/orbcore.html7
2 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 22c722acd32..085ec5b559e 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,8 @@
+Tue Jun 1 14:08:46 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * docs/releasenotes/orbcore.html:
+ Documented the new (and correct) behavior of ORB_init()
+
Tue Jun 1 14:37:14 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* examples/Simple/time-date: Got this example to work on UNIX
diff --git a/TAO/docs/releasenotes/orbcore.html b/TAO/docs/releasenotes/orbcore.html
index 1431218e3f0..fc3c839542b 100644
--- a/TAO/docs/releasenotes/orbcore.html
+++ b/TAO/docs/releasenotes/orbcore.html
@@ -438,6 +438,13 @@ new ORB Core structure.
should be used to print system exceptions.</p>
</li>
+ <li><p>The <CODE>CORBA::ORB_init()</CODE> function returns the same
+ ORB if it is called twice with the same ORBid parameter or
+ if the "-ORBid value" option is present in the argv-list.
+ Please consult the CORBA specification for more details.
+ </p>
+ </li>
+
</ul>
<!-- --------------------- -->
<a href="#toc">Back to TOC</a>