summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-20 17:57:58 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-20 17:57:58 +0000
commit571624b970dd32fcfae7d4e343ffa1e6dc7ce511 (patch)
tree953b6a89ee8912d1f21a63d823c1b051829398c0
parentbc641f82bd9effc6ff9e31175920368d3f1ac9cc (diff)
downloadATCD-571624b970dd32fcfae7d4e343ffa1e6dc7ce511.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 84378ae943f..04b6a71ee24 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -345,6 +345,18 @@ Mon Feb 14 22:56:17 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
New source containing TAO::Upcall_Wrapper class implementation.
+ From Carlos O'Ryan <coryan@atdesk.com>
+ * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
+ * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
+
+ Add a _tao_release() static operation to all interfaces. With
+ this operation we can write sequences of object references as
+ templates that only depend on the template parameter. This
+ greatly simplifies that lookup rules in the template code, and
+ make it possible to write unit tests for the templates.
+ Look in Pseudo_VarOut_T.h for a more detailed description of
+ the problem.
+
Tue Feb 15 21:47:15 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_interface.cpp: