summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authormcorino <mcorino@users.noreply.github.com>2004-08-24 15:04:52 +0000
committermcorino <mcorino@users.noreply.github.com>2004-08-24 15:04:52 +0000
commitdac5815dde53742cef00a7f7f4adde529cc444c0 (patch)
treecc560beed19321050d77d788cb220436e3adb6a5 /TAO/docs
parentd7ba74daea89dcff9624e3ac7af6f0b7ca37d4aa (diff)
downloadATCD-dac5815dde53742cef00a7f7f4adde529cc444c0.tar.gz
ChangeLogTag: Tue Aug 24 16:09:00 UTC 2004 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/releasenotes/OBV.html12
-rw-r--r--TAO/docs/releasenotes/index.html7
2 files changed, 7 insertions, 12 deletions
diff --git a/TAO/docs/releasenotes/OBV.html b/TAO/docs/releasenotes/OBV.html
index 2878175f439..6320b983ab1 100644
--- a/TAO/docs/releasenotes/OBV.html
+++ b/TAO/docs/releasenotes/OBV.html
@@ -14,7 +14,7 @@
<a href="mailto: bosk@ipmce.ru">Boris Kolpackov</a>
<a href="mailto:g.edwards@vanderbilt.edu">George Edwards</a>
- <p>Last Update: 2003/06/30 </p>
+ <p>Last Update: 2004/08/24 </p>
</center>
<p>Objects-by-Value (OBV) describes the new type, <CODE>valuetype</CODE>, introduced in CORBA 2.3
@@ -49,14 +49,12 @@
<ul>
<li><p>The IDL compiler understands <CODE>valuetype</CODE>.
- Relevant options of TAO's IDL compiler are: <P>
+ Relevant option of TAO's IDL compiler is: <P>
<UL>
- <LI>-Gv Enable OBV support (default)
- <LI>-Sv Disable OBV support
<LI>-Wb,obv_opt_accessor Make accessor and modifier functions inline.
- Overriding them is not allowed in this mode.
- </UL>
- <p><CODE>libTAO</CODE> must be compiled with <CODE>TAO_HAS_VALUETYPE</CODE>.</p>
+ Overriding them is not allowed in this mode.</LI>
+ </UL></P>
+ <p></p>
</li>
<li><p><CODE>Valuetype</CODE>s can be used as arguments in CORBA invocations.
There is an example in
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html
index 3f2019bdcf3..b7cd8c674a8 100644
--- a/TAO/docs/releasenotes/index.html
+++ b/TAO/docs/releasenotes/index.html
@@ -441,11 +441,8 @@ far only the repository ID is output, but this may be enhanced when requirements
and/or desires become clearer.</li>
<li>
-The IDL compiler now has limited support for valuetypes (see release notes
-for valuetypes for details). If the TAO library is built with TAO_HAS_VALUETYPE
-defined, and IDL_HAS_VALUETYPE is also defined, then the IDL compiler will
-enable OBV support with the command line option -Gv, and disable it with
-the option -Sv (the default).</li>
+The IDL compiler has support for valuetypes (see release notes
+for valuetypes for details). </li>
<li>
As part of the implementation of interceptors, the TAO IDL compiler now