summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordai_y <dai_y@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-08-22 20:44:24 +0000
committerdai_y <dai_y@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-08-22 20:44:24 +0000
commit558caa6c9a9c3e26100e7bd9423945b4e4a9ba78 (patch)
tree119e02811ce3b93ab0d6c3eea22ed309cbad28e4
parent7563932b27c915c308f4eb43936aa67284e31704 (diff)
downloadATCD-558caa6c9a9c3e26100e7bd9423945b4e4a9ba78.tar.gz
updated log entry Tue Aug 22 20:28:26 UTC 2006 Yan Dai <dai_y@ociweb.com>
-rw-r--r--TAO/ChangeLog13
1 files changed, 7 insertions, 6 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 54b39a548f0..c7d3aa3d4e9 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -6,12 +6,13 @@ Tue Aug 22 20:28:26 UTC 2006 Yan Dai <dai_y@ociweb.com>
* tao\DynamicInterface\DII_Arguments_Converter_Impl.cpp:
Made the TAO_DII_Arguments_Converter service object registered
- when PortableServer is loaded and the TAO_DII_Arguments_Converter_Impl
- will overwrite the registered "DII_Arguments_Converter" service
- object. This would fix failure of dynamic_cast from the service object
- the TAO_DII_Arguments_Converter object on FC4 with gcc4.x builds.
- This should fix the $TAO_ROOT/tests/DII_Collocation_Tests/oneway
- test failure on FC4 with gcc4.x builds.
+ when PortableServer lib is loaded and the TAO_DII_Arguments_Converter_Impl
+ object will overwrite the registered "DII_Arguments_Converter" service
+ object. This would fix dynamic_cast failure when accessing the
+ "DII_Arguments_Converter" dynamic service object in Upcall_Wrapper::upcall()
+ on FC4 with gcc4.x builds. This should fix the
+ $TAO_ROOT/tests/DII_Collocation_Tests/oneway test failure on FC4 with
+ gcc4.x builds.
Tue Aug 22 19:39:07 UTC 2006 Ciju John <john@ociweb.com>