summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-05 22:07:07 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-05 22:07:07 +0000
commit4baa969c5bb1ddef83eb1d4e98c73eb373ace81d (patch)
tree77a07ccdef963681b420159d31d4cc1eac6b45af
parent68a59e130430d2ab50f80014e171f7227f12e49d (diff)
downloadATCD-4baa969c5bb1ddef83eb1d4e98c73eb373ace81d.tar.gz
* tao/Any.cpp:
Fix to new Any extractor to pointer to const Any, prompted by a SunCC 4.2 compile error. * TAO_IDL/be/be_visitor_union/any_op_cs.cpp: Removed a couple of unnecessary 'ACE_reinterpret_cast's in generated code for the new Any extractor to pointer to const Any. They were causing compile errors with Kai, SunCC and other compilers. * performance-tests/Latency/deferred_synch_client.dsp: Added missing paths for library linking. * performance-tests/RTCorba/Oneways/Reliable/client.dsp: * performance-tests/RTCorba/Oneways/Reliable/server.dsp: Put in the complete relative path to tao_idl.exe, as it is in all other projects with IDL files.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 9f6a5b32820..7feee4c1916 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,23 @@
+Wed Jan 5 15:54:38 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/Any.cpp:
+ Fix to new Any extractor to pointer to const Any,
+ prompted by a SunCC 4.2 compile error.
+
+ * TAO_IDL/be/be_visitor_union/any_op_cs.cpp:
+ Removed a couple of unnecessary 'ACE_reinterpret_cast's
+ in generated code for the new Any extractor to pointer
+ to const Any. They were causing compile errors with
+ Kai, SunCC and other compilers.
+
+ * performance-tests/Latency/deferred_synch_client.dsp:
+ Added missing paths for library linking.
+
+ * performance-tests/RTCorba/Oneways/Reliable/client.dsp:
+ * performance-tests/RTCorba/Oneways/Reliable/server.dsp:
+ Put in the complete relative path to tao_idl.exe, as
+ it is in all other projects with IDL files.
+
Tue Jan 4 11:46:42 2000 Jeff Parsons <parsons@cs.wustl.edu>
* tao/Any.h: