diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-07-31 16:34:48 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-07-31 16:34:48 +0000 |
commit | 2740b23964791a110238be5be1e508a61c1530cf (patch) | |
tree | 3731588d62d51093d9b766d8fe05ee31f4d14046 /TAO/docs | |
parent | 392f79cb0bf68305573fc30e33bdf4053a134897 (diff) | |
download | ATCD-2740b23964791a110238be5be1e508a61c1530cf.tar.gz |
ChangeLogTag:Wed Jul 31 11:34:02 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/releasenotes/index.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html index ecafa986f3c..0aa0bd4f130 100644 --- a/TAO/docs/releasenotes/index.html +++ b/TAO/docs/releasenotes/index.html @@ -118,6 +118,9 @@ release</a> of <a href="http://www.cs.wustl.edu/~schmidt/TAO.html">TAO</a>: <TD> <UL> +<li><!-- <a href="../../CIAO/docs/"> -->CORBA Component Model (Coming + soon) <!-- </a> --> + <li><a href="#CORBA-conformance">CORBA Standards Conformance</a></li> <li> @@ -509,7 +512,7 @@ const char *foo = ......<br><br> occurs in the source code. The variable foo is sometimes not allocated or assigned properly, and if foo is part of generated code, it will then display as garbage or -as an empty string (or substring). Two workarounds have been found. One is to +as an empty string (or substring). Two workarounds have been found. One is to change the declaration of foo to be<br><br> static const char *foo = ....<br><br> @@ -520,7 +523,7 @@ setting to 'Minimize Size'. Reportedly the problem has been fixed in MSVC versio 7.0. </li> <li> -In conditional #includes, where there is an inclusion for either value of the +In conditional #includes, where there is an inclusion for either value of the condition, and where the non-included base filename is a substring of the included one, both files will be included. </li> @@ -1331,7 +1334,7 @@ TAO's A/V Service please have a look <A HREF="http://www.cs.wustl.edu/~schmidt/a Diffserv support added to the UDP pluggable protocol by <a href="mailto:crodrigu@bbn.com">Craig Rodrigues</a>. </li> <li> - RTP/UDP support enhancements and RTCP control protocol support added by + RTP/UDP support enhancements and RTCP control protocol support added by <a href="mailto:rruff@scires.com">Rob Ruff</a>. </li> </ul> @@ -1526,7 +1529,7 @@ Point of contact: <a href="mailto:pradeep@cs.wustl.edu">Pradeep Gore</a> Work is underway to implement the TAO Real-Time Notification Service. This is an extension to TAO's CORBA Notification Service with Real-Time CORBA support. - + The current <a href="ftp://ftp.omg.org/pub/docs/telecom/99-07-01.pdf"> Notification Service </a> implementation (first released in TAO 1.2.2 ) consists of the following |