summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-05-11 19:21:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-05-11 19:21:37 +0000
commit953c151472fba6b11b6a101dd98efd182a42afd8 (patch)
tree1a78ec981a91849d32e22d9200903c64d9e5b452 /TAO/ChangeLog
parentb08af42027f956a88ca95219101697dfc42345e7 (diff)
downloadATCD-953c151472fba6b11b6a101dd98efd182a42afd8.tar.gz
ChangeLogTag: Thu May 11 19:21:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index b0f7645f9db..7925b39f163 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,7 +1,18 @@
+Thu May 11 19:21:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ Reverted the change below, it breaks some gcc builds, have to figure
+ out another change.
+
+ Thu May 11 13:23:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+ * tao/Unbounded_Octet_Sequence_T.h:
+ Moved equal and not equal operators for the octet sequence to
+ the TAO namespace, this fixes the build error in the vc71
+ namespace build.
+
Thu May 11 09:22:10 2006 Douglas C. Schmidt <schmidt@cse.wustl.edu>
* performance-tests/Throughput/Receiver.cpp (done),
- * performance-tests/Throughput/client.cpp (main): Changed
+ * performance-tests/Throughput/client.cpp (main): Changed
division by 10000000 to division by 1000000. Thanks to
Jason Zhao <jason.zhao at lmco dot com>.