summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-25 02:15:10 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-25 02:15:10 +0000
commitf4846edb30301e86ff126d6270e10a61eca2867d (patch)
treef9e9ac46490736d3141dcf09c05fecbefea6c655
parent7d25a1556a1b5bc130dccd2ece7858c5a39a8fc6 (diff)
downloadATCD-f4846edb30301e86ff126d6270e10a61eca2867d.tar.gz
* TAO_IDL/be/be_visitor_enum/enum_ch.cpp:
Had to change the 32-bit enforcing value below to 0x7FFFFFF. Evidently there is at least one version of HPUX that doesn't like the 0xFFFFFFFF value. Thanks to Carlos for pointing this out.
-rw-r--r--TAO/ChangeLog-99c8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 3e496c48a62..e97755f534d 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,11 @@
+Tue Aug 24 21:08:45 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_enum/enum_ch.cpp:
+ Had to change the 32-bit enforcing value below to
+ 0x7FFFFFF. Evidently there is at least one version
+ of HPUX that doesn't like the 0xFFFFFFFF value. Thanks
+ to Carlos for pointing this out.
+
Tue Aug 24 19:09:20 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* performance-tests/Latency/client.cpp: