summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-29 18:07:20 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-29 18:07:20 +0000
commit8f0242257bb7c638e166ca72619589bb85ce539a (patch)
tree2693008a45005a047297648d94c2e0865c9f5b75
parentb7d5247e864dd98bb757c05b5171c915223eac54 (diff)
downloadATCD-8f0242257bb7c638e166ca72619589bb85ce539a.tar.gz
ChangeLogTag: Tue Apr 29 12:56:41 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 8930ab9224f..50c38b8e469 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -10,6 +10,13 @@ Tue Apr 29 12:56:41 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
each time one of these sequences is used as a base class
in generated code.
+ * tao/ValueBase.cpp:
+ * tao/ValueBase.h:
+
+ Added the tao_ValueBase_life struct similar to what is generated
+ for derived value types, so that ValueBase can be used in the
+ TAO_Unbounded_Valuetype_Sequence template class.
+
Tue Apr 29 10:58:45 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp: