summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-19 17:18:56 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-19 17:18:56 +0000
commit5d340244a2eaa309e4dfc22b96d18425b19869a9 (patch)
tree55671bb115a286c4b1f5bd7b41f810ab366533cf
parentb06290c460d56e1ef3404e9fcea860bd2f76049c (diff)
downloadATCD-5d340244a2eaa309e4dfc22b96d18425b19869a9.tar.gz
Yet another update this time I added another entry for the IDL
compiler. Irfan reports that one of the entries is completed.
-rw-r--r--TAO/docs/releasenotes/TODO.html30
1 files changed, 21 insertions, 9 deletions
diff --git a/TAO/docs/releasenotes/TODO.html b/TAO/docs/releasenotes/TODO.html
index daa13a4ec39..bcbc9ec8b03 100644
--- a/TAO/docs/releasenotes/TODO.html
+++ b/TAO/docs/releasenotes/TODO.html
@@ -109,10 +109,20 @@ class Foo {
exception and then returning and more flexibility wrt the
argument name.
</LI>
-
</UL>
+ <BR>[STATUS] Carlos is working on this.
+
+ <LI>Add compiled marshalling
+ <BR>[STATUS] Andy is working on this.
</LI>
+ <LI>Implement the new DynAny types.
+ <BR>[STATUS] Jeff is working on this.
+ </LI>
+
+ <LI>Implement an Implementation Repository for TAO.
+ <BR>[STATUS] Darrell is working on this.
+ </LI>
</UL>
<CENTER><HR></CENTER>
@@ -132,10 +142,6 @@ class Foo {
strategies, etc.
</LI>
- <LI>Add compiled marshalling
- <BR>[STATUS] Andy is working on this.
- </LI>
-
<LI>Add support for multiple Profiles in the ORB (completing the
IIOP 1.0 support)
</LI>
@@ -203,6 +209,8 @@ class Foo {
<LI>Are nested upcalls in different concurrency models, like
thread-per-connection working?
+ <BR>[STATUS] Irfan reports that this works correctly with
+ <CODE>thread-per-connection</PRE>
</LI>
<LI>Add an option to the IDL-compiler (e.g. -rp) meaning
@@ -448,10 +456,6 @@ class Foo {
their representation) is broken.
</LI>
- <LI>We must support DynAny.
- <BR>[STATUS] Jeff is working on this.
- </LI>
-
<LI>We must support a IFR.
</LI>
@@ -485,6 +489,14 @@ class Foo {
<LI>The IDL compiler could generate a static method to access
the interface repository ID of a class.
</LI>
+
+ <LI>The IDL compiler should support
+ <PRE>#include <orb.idl></PRE> properly. IMHO it should not
+ add any <PRE>#include</PRE> to the generated code and the
+ <CODE>orb.idl</CODE> file should contain all the declarations,
+ except for the pseudo objects that are better supported by the
+ compiler itself.
+ </LI>
</OL>
<CENTER>