summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-03-18 16:56:25 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-03-18 16:56:25 +0000
commit720a826d2658e34242b8e9b8a5ef0f31239d36cb (patch)
treee8a0a008c8ed4506b7d3b23f3819c1b51db3ec6c
parent53913baf9d8f76f80b5c6ecbcdbb118b5e8b891e (diff)
downloadATCD-720a826d2658e34242b8e9b8a5ef0f31239d36cb.tar.gz
ChangeLogTag: Thu Mar 18 10:45:45 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 82b4a1634e5..dd2297fc6cb 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,26 @@
+Thu Mar 18 10:45:45 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/Any_Basic_Impl.cpp (create_empty):
+
+ For the default case (excluding long long and long double),
+ replaced the 8-char zeroed array (passed as a buffer to the
+ Any_Basic_Impl constructor) with a CORBA::ULonglong set to 0.
+ This is simpler and we know it always works since the spec
+ requires CORBA::ULonglong to be 8 bytes.
+
+ * tao/FloatSeq.pidl:
+ * tao/FloatSeqA.cpp:
+ * tao/FloatSeqC.cpp:
+ * tao/FloatSeqC.i:
+ * tao/FloatSeqC.h:
+
+ New files, adding sequence of CORBA::Float to TAO's growing list
+ of predefined sequences of basic types.
+
+ * tao/tao.mpc:
+
+ Added the above new files to the generator.
+
Thu Mar 18 15:55:32 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/IDL_Test/Makefile.bor: