summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-01 22:32:08 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-01 22:32:08 +0000
commitcc8deeb0e0dab89668ad9a1214f91c6ae5cc92bb (patch)
treec25e916ffba05f96330254c3f7afd9e9ac5afb65
parent33c944c9e002b9d0c648ed454440c0a06672b18a (diff)
downloadATCD-cc8deeb0e0dab89668ad9a1214f91c6ae5cc92bb.tar.gz
* TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp:
Removed ACE_NTOHL macro from code generated for 32-bit union case label values (long, ulong and enum). The bytes were getting swapped one too many times. Thanks to Carlos for his explanation of the byte- swapping that goes on in typecode generation.
-rw-r--r--TAO/ChangeLog-99c9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 085ec5b559e..5da5636e3ac 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,12 @@
+Tue Jun 1 17:27:49 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp:
+ Removed ACE_NTOHL macro from code generated for
+ 32-bit union case label values (long, ulong and enum).
+ The bytes were getting swapped one too many times.
+ Thanks to Carlos for his explanation of the byte-
+ swapping that goes on in typecode generation.
+
Tue Jun 1 14:08:46 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* docs/releasenotes/orbcore.html: