summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-08-11 18:56:02 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-08-11 18:56:02 +0000
commit3e79620d51506cbd2b9ad383127771f73c9c0682 (patch)
tree23a60d3322032510ab243ffe900cea13adc33398
parent0a0625d3091a2f2c601f3801db0d3e954209383a (diff)
downloadATCD-3e79620d51506cbd2b9ad383127771f73c9c0682.tar.gz
ChangeLogTag: Thu Aug 11 18:55:10 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/NEWS4
2 files changed, 8 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 8c0709bb9c6..ba9076373e6 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Aug 11 18:55:10 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * NEWS:
+
+ Edited existing entry about generation of argument traits.
+
Mon Aug 8 14:26:30 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
diff --git a/TAO/NEWS b/TAO/NEWS
index 54407e46164..0912cb4bda9 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -3,8 +3,8 @@ USER VISIBLE CHANGES BETWEEN TAO-2.0.3 and TAO-2.0.4
. Added new IFR_Client_skel library that is now used by the IFR_Service
-. TAO_IDL now generates the needed argument traits with the type itself instead
- of when the type is used.
+. Moved TAO_IDL generation of argument traits from the stub and
+ skeleton .cpp files to the corresponding .h files.
USER VISIBLE CHANGES BETWEEN TAO-2.0.2 and TAO-2.0.3
====================================================