summaryrefslogtreecommitdiff
path: root/TAO/docs/releasenotes/TODO.html
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/releasenotes/TODO.html')
-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>