summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-07-21 12:05:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-07-21 12:05:31 +0000
commit1dd921a42c62bba12e1531c8ecad4c76d3094c13 (patch)
tree57a55ff4f69ee7849e175c51913ca3c74d173384
parent3e62eacb5e3819b38f54f0b092bfbeef6c107a09 (diff)
downloadATCD-1dd921a42c62bba12e1531c8ecad4c76d3094c13.tar.gz
ChangeLogTag: Fri Jul 21 12:05:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index c0a6499dff6..adcdf730b6c 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,13 @@
+Fri Jul 21 12:05:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/Bug_1551_Regression/Reply_Handler.cpp:
+ At the moment there is a bug in the AMI code it could happen that
+ the exception holder pointer is nill, in that case print an error
+ message instead of trying to invoke a method on it. This shouldn't
+ normally happen, but makes it a lot easier to analyze the problem
+ because we now just get an error message instead of an access
+ violation.
+
Fri Jul 21 11:48:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/tests/Notify/lib/Peer.cpp: