summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-06 15:23:16 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-06 15:23:16 +0000
commit8bb68e6cadcaddef39e39008a497372b6afab215 (patch)
treeaad94cb8bc49c46a71cde2de1191f37701a83858
parent1515b6c2ce80092b314af74f1e95ec8430847d39 (diff)
downloadATCD-8bb68e6cadcaddef39e39008a497372b6afab215.tar.gz
Fixed minor typo.
-rw-r--r--TAO/docs/releasenotes/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html
index 483f351604d..eb4acf5cc80 100644
--- a/TAO/docs/releasenotes/index.html
+++ b/TAO/docs/releasenotes/index.html
@@ -110,7 +110,7 @@ Point of contact: <A HREF="mailto:gokhale@research.bell-labs.com">Aniruddha Gokh
Compile problems with sequence of forward declared interfaces is
fixed. In addition, problems with sequence of CORBA::Objects is
fixed. In this specific case, we were not generating the
- _downcast and _upcase methods.
+ _downcast and _upcast methods.
</LI>
<LI>
@@ -141,7 +141,8 @@ Point of contact: <A HREF="mailto:gokhale@research.bell-labs.com">Aniruddha Gokh
for the IDL-generated stubs, skeletons and the various
header files. Please refer to the <A
HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/docs/compiler.html">IDL compiler options</A> for details.
- </LI>
+ </LI>
+
<LI>Added partial native C++ exception support:
<UL>
<LI>The ORB can be configured to catch native C++ exceptions
@@ -248,6 +249,7 @@ properly and sequences were based on templates. The generated source code
is mainly contained in the generated header file directly in the class
declaration.</LI>
</UL>
+
Known bugs/unimplemented constructs:
<UL>
<LI>