summaryrefslogtreecommitdiff
path: root/TAO/ChangeLogs
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-03 12:46:57 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-03 12:46:57 +0000
commit711ef1dca26d8f5a75bd0f23a18f93b960a6b87d (patch)
treec5e47f03c8963be906ea49aba4e7275b59fb4b20 /TAO/ChangeLogs
parentaebad4719e0ec422355da89ab595611ba4933f9c (diff)
downloadATCD-711ef1dca26d8f5a75bd0f23a18f93b960a6b87d.tar.gz
ChangeLogTag: Wed Jul 3 07:41:06 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/ChangeLogs')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 39cf52d8e9d..34705ac07e4 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,13 @@
+Wed Jul 3 07:41:06 2002 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tao/Sequence_T.cpp: Fixed a compile error with SunCC 5.3. The
+ method TAO_Valuetype_Manager::operator= passed erroneously the
+ reference to tao_remove_ref ()and tao_add_ref (). The two
+ methods actually expect a pointer.
+
+ * tao/Notify_Handler.h: Fixed a warming about an extra ; with the
+ same compiler
+
Wed Jul 3 07:27:49 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/ValueFactory_Map.cpp: Fixed a compile error with SunCC 5.3.