summaryrefslogtreecommitdiff
path: root/TAO/docs/releasenotes/OBV.html
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-16 21:19:02 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-16 21:19:02 +0000
commit40fdc8a404e75ab03b68cc62e9987cf208fd8c30 (patch)
tree37d9c4d3abe4aefd8a34ed797883dd2cd4862ca7 /TAO/docs/releasenotes/OBV.html
parentc254b281f1b9a4ca19dd0c3ee73a0654a7718909 (diff)
downloadATCD-40fdc8a404e75ab03b68cc62e9987cf208fd8c30.tar.gz
This commit was manufactured by cvs2svn to create branchtypecode-overhaul
'typecode-overhaul'.
Diffstat (limited to 'TAO/docs/releasenotes/OBV.html')
-rw-r--r--TAO/docs/releasenotes/OBV.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/TAO/docs/releasenotes/OBV.html b/TAO/docs/releasenotes/OBV.html
index 6320b983ab1..2878175f439 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: 2004/08/24 </p>
+ <p>Last Update: 2003/06/30 </p>
</center>
<p>Objects-by-Value (OBV) describes the new type, <CODE>valuetype</CODE>, introduced in CORBA 2.3
@@ -49,12 +49,14 @@
<ul>
<li><p>The IDL compiler understands <CODE>valuetype</CODE>.
- Relevant option of TAO's IDL compiler is: <P>
+ Relevant options of TAO's IDL compiler are: <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.</LI>
- </UL></P>
- <p></p>
+ Overriding them is not allowed in this mode.
+ </UL>
+ <p><CODE>libTAO</CODE> must be compiled with <CODE>TAO_HAS_VALUETYPE</CODE>.</p>
</li>
<li><p><CODE>Valuetype</CODE>s can be used as arguments in CORBA invocations.
There is an example in