summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1997-11-24 15:13:16 +0000
committergokhale <asgokhale@users.noreply.github.com>1997-11-24 15:13:16 +0000
commit0650bebfda331252aa0cd666bcb2b8611e8b8990 (patch)
treed516a1fd8072f1adf2d08db5256b7311037f61bd
parent13beae9b12e59e4e8e9885606a862d351c4c3a9d (diff)
downloadATCD-0650bebfda331252aa0cd666bcb2b8611e8b8990.tar.gz
log
CVS: CVS:
-rw-r--r--TAO/docs/releasenotes/index.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html
index a69b2a35712..dbe80b6a7ef 100644
--- a/TAO/docs/releasenotes/index.html
+++ b/TAO/docs/releasenotes/index.html
@@ -46,9 +46,9 @@ HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/VERSION">current release
<HR>
<H3><A NAME="idl"></A>IDL Compiler</H3>
- Point of contact: <A HREF="mailto:gokhale@cs.wustl.edu">Andy Gokhale</A>
+ Point of contact: <A HREF="mailto:gokhale@cs.wustl.edu">Aniruddha Gokhale</A>
- <P> Current status:
+ <P> Current status: (As of Nov 23rd, 1997.)
<UL>
<LI> Generated code closely follows the C++ Mapping specified in
the POA Specification (ORBOS/97-05-15). </LI>
@@ -77,6 +77,9 @@ HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/VERSION">current release
supported properly. We think the same approach should work
for sequences, structs, and unions. </LI>
+ <LI> Support for attributes completed and is currently undergoing
+ testing </LI>
+
<LI> The latest success story is that the compiler
generates correct code for COSS Naming service and it
runs properly. Correct code also gets generated for the
@@ -88,6 +91,10 @@ HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/VERSION">current release
<LI>Works for <I>most</I> IDL constructs. Some of the known
bugs/incomplete tasks are:
<UL>
+ <LI> Problems when interfaces use single or multiple
+ inheritance. The problem is with the demultiplexing
+ code. </LI>
+
<LI>
Sequences of strings and object references still
pose problems </LI>