summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-03-31 14:29:26 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-03-31 14:29:26 +0000
commit207c8e577afca8276a8f45f01d784a01521bacd9 (patch)
tree48804bacd709a9affb1c7bb36293d430ee5767e6
parent37d7c511f447a3694b84529b0d30bd42c67e64a6 (diff)
downloadATCD-207c8e577afca8276a8f45f01d784a01521bacd9.tar.gz
ChangeLogTag: Wed Mar 31 15:29:23 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 1dc2412e566..0b9b7b7a6eb 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,7 +1,12 @@
+Wed Mar 31 15:29:23 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/PICurrent_Copy_Callback.h:
+ Fixed fuzz error about incorrect doxygen file tag.
+
Wed Mar 31 08:00:17 2004 Douglas C. Schmidt <schmidt@cs.wustl.edu>
- * performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.cpp (svr_worker):
- * tests/RTCORBA/MT_Client_Protocol_Priority/client.cpp (Worker_Thread):
+ * performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.cpp (svr_worker):
+ * tests/RTCORBA/MT_Client_Protocol_Priority/client.cpp (Worker_Thread):
Changed the name "barrier" to "thread_barrier" to fix a problem
with macro conflicts on certain OS platforms. Thanks to Levente
Torok <tealev@yahoo.com> for reporting this.