diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-09 17:49:08 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-09 17:49:08 +0000 |
commit | 626ae917e17749cec388cb0e6626bd3ef1cdf657 (patch) | |
tree | 6148f625a304eeb9c6b2ddb81108c8ab2d23ad23 /TAO/docs | |
parent | c85ee5eb0ccff06562db638f2543aada6872f2ec (diff) | |
download | ATCD-626ae917e17749cec388cb0e6626bd3ef1cdf657.tar.gz |
ChangeLogTag:Sun May 9 12:47:47 1999 Carlos O'Ryan
<coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/releasenotes/OBV.html | 52 | ||||
-rw-r--r-- | TAO/docs/releasenotes/index.html | 8 |
2 files changed, 60 insertions, 0 deletions
diff --git a/TAO/docs/releasenotes/OBV.html b/TAO/docs/releasenotes/OBV.html new file mode 100644 index 00000000000..bf3e15f59f4 --- /dev/null +++ b/TAO/docs/releasenotes/OBV.html @@ -0,0 +1,52 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> +<html> + <head> + <title>Object-by-Value status</title> + <!-- $Id$ --> + </head> + + <body> + <center> + <h1><a name="orb"></a>Object-by-Value</h1> + + Point of contact: <a href="mailto: coryan@cs.wustl.edu">Carlos O'Ryan</a> + + <p>Last Update: $Date$</p> + + </center> + + <a name="current"><h3>Current status:</h3></a> + + <ul> + <li><p>Thanks to the efforts of Torsten Kuepper we have a first + implementation of the Object-by-Value spec. + </p> + </li> + </ul> + + <a name="issues"><h3>Known issues:</h3></a> + + <ul> + <li><p>No support for <code>TypeCodes</code> of + <code>valuetype</code> objects + </p> + </li> + + <li><p>No support for abstract interfaces. + </p> + </li> + + <li><p>No support for valueboxes + </p> + </li> + + <li><p>No support for valuetype graphs + </p> + </li> + + </ul> + + <a href="#toc">Back to TOC</a> + + </body> +</html> diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html index 2da12be7343..5f8892c06b9 100644 --- a/TAO/docs/releasenotes/index.html +++ b/TAO/docs/releasenotes/index.html @@ -37,6 +37,9 @@ release</a> of <a href="http://www.cs.wustl.edu/~schmidt/TAO.html">TAO</a>: <a href="#interfrepo">Interface Repository</a></li> <li> +<a href="OBV.html">Object-by-Value</a></li> + +<li> <a href="#nservices">CORBA Naming Service </a>and <a href="../INS.html">Interoperable Naming Service</a></li> <li> @@ -561,7 +564,12 @@ object and make invocations on it using the DII. <p>Recent Work: TDB <p>Future Work: TDB <p> + <hr> + +<br><!--#include virtual="OBV.html" --> +<hr> + <h3> <a NAME="nservices"></a>CORBA Naming Service and Interoperable Naming Service</h3> Points of contact: <a href="mailto:marina@cs.wustl.edu">Marina |