summaryrefslogtreecommitdiff
path: root/TAO/ChangeLogs
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-07-03 12:46:57 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-07-03 12:46:57 +0000
commit0b17cedf909b433dca2ec8e28911d8c210b2f867 (patch)
treec5e47f03c8963be906ea49aba4e7275b59fb4b20 /TAO/ChangeLogs
parent70b23e46fde3500021113d8d34b2501599c5e837 (diff)
downloadATCD-0b17cedf909b433dca2ec8e28911d8c210b2f867.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.