summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorkolpackov <kolpackov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-23 16:21:16 +0000
committerkolpackov <kolpackov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-23 16:21:16 +0000
commitfeb23422901168a01139b7bcdecd0c4c05377aaf (patch)
treee471ac259646dc8c7be27c1affa10d573725189b /TAO
parent76da7d0ffb9e15c30f5c73ae84b5551b0af6558a (diff)
downloadATCD-feb23422901168a01139b7bcdecd0c4c05377aaf.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 6518955e48f..11197dee9b5 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,20 @@
+Wed Jan 23 16:14:43 Boris Kolpackov <bosk@ipmce.ru>
+
+ * TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp:
+
+ Fixed mistake in initialization of _tao_retval for valuetypes.
+
+ * tests/OBV/Any/Makefile:
+ * tests/OBV/Forward/Makefile:
+
+ Fixed few stupid mistakes that made some time ago.
+
+ * tao/ValueBase.h
+
+ Added work around for famous Sun CC "pure virtual function called"
+ bug. Unfortunately this involves introduction of yet another #define.
+ See include/makeinclude/platform_sunos5_sunc++.GNU for more information.
+
Wed Jan 23 06:43:27 Chad Elliott <elliott_c@ociweb.com>
* orbsvcs/orbsvcs/Notify/Notify_SequenceProxyPushSupplier_i.cpp: