summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-11-08 08:37:01 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-11-08 08:37:01 +0000
commit5b263c0d85b005c5ee319d765c7b6e8f4f1410aa (patch)
tree14eebde5cdeebf187e8612187df6bc349459882c
parent472c117c9a53532b90502afd031f5b5ba2c382ae (diff)
downloadATCD-5b263c0d85b005c5ee319d765c7b6e8f4f1410aa.tar.gz
Wed Nov 8 07:31:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index bc961be76d7..7386072d775 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,21 @@
+Wed Nov 8 07:31:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/DSI_Gateway/client.cpp:
+ * tests/DSI_Gateway/test_i.{h,cpp,inl}:
+ * tests/DSI_Gateway/test.idl:
+ Extended this test to also test an attribute, this extension
+ exhibits a few bugs in the DII code. Thanks to Venkat
+ <swara101 at yahoo dot com> for extending this test.
+
+ * tao/DynamicInterface/Context.cpp:
+ * tao/DynamicInterface/DII_Arguments.cpp:
+ * tao/DynamicInterface/DII_Arguments_Converter_Impl.cpp:
+ Const changes and small performance improvements
+
+ * tao/DynamicInterface/Request.cpp:
+ Fixed a few bugs related to the number of arguments, also
+ applied a few const and performance improvements.
+
Tue Nov 7 23:13:51 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_visitor_operation/tie_si.cpp: