summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-12 03:00:08 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-12 03:00:08 +0000
commit9341db4ee6455e809bb738c80cba268f62aeac96 (patch)
treefb6d51d7320f85ab083c9ebea181c38f62a91325
parentcad70f852d15990d92e616830aac7c8970cec5b6 (diff)
downloadATCD-9341db4ee6455e809bb738c80cba268f62aeac96.tar.gz
ChangeLogTag: Fri Apr 11 21:50:43 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog_ref21
1 files changed, 20 insertions, 1 deletions
diff --git a/TAO/ChangeLog_ref b/TAO/ChangeLog_ref
index 89e02a4effa..626db49d090 100644
--- a/TAO/ChangeLog_ref
+++ b/TAO/ChangeLog_ref
@@ -1,3 +1,20 @@
+Fri Apr 11 21:50:43 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/be/be_visitor_array/array_ch.cpp:
+ * TAO_IDL/be/be_visitor_array/array_ci.cpp:
+
+ Added generated code to make the array's *_alloc function
+ generically callable outside the IDL compiler, where its full
+ name is not known.
+
+ * tao/Array_VarOut_T.h:
+ * tao/Array_VarOut_T.inl:
+
+ Added a static method to TAO_Array_Forany_T<> to make the
+ *_alloc method (which was made visible to TAO_Array_Forany_T<>
+ by the changes above) visible to the Any impl class
+ TAO_Any_Array_Impl_T<>, where it is used in extraction.
+
Fri Apr 11 14:41:11 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* Merged with the main trunk and compiled the core ORB and the IDL
@@ -28,7 +45,9 @@ Fri Apr 11 14:41:11 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/Value_VarOut_T.inl:
* tao/VarOut_T.cpp:
* tao/VarOut_T.h:
- * tao/VarOut_T.inl: New files in to this new branch.
+ * tao/VarOut_T.inl:
+
+ New files in to this new branch.
Tue Apr 1 000:37:21 2003 Jeff Parsons <j.parsons@vanderbilt.edu>