summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-11 21:12:09 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-11 21:12:09 +0000
commit983727294a537b25326bafacae5a082b89da4356 (patch)
treeaf1a25c3c20df01defb4163d795ff6abe440638a
parent646fecaf98b0d7ed78e51154245887d35f28bcfb (diff)
downloadATCD-983727294a537b25326bafacae5a082b89da4356.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 6ff07ff3e1b..596d1c41c5c 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,22 @@
+Tue May 11 16:03:01 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/corbafwd.h:
+ Added some flags to the enum containing the ones
+ for NVList. The new ones are:
+ DEPENDENT_LIST
+ If a sublist is added as a single item,
+ this indicates that it should be freed
+ when the parent list is freed.
+ CTX_RESTRICT_SCOPE
+ Used in Context::get_values to limit the scope of
+ the search to the supplied scope arg.
+ CTX_DELETE_DESCENDENTS
+ Deletes child Context objects along with the parent.
+ INV_NO_RESPONSE
+ INV_TERM_ON_ERR
+ RESP_NO_WAIT
+ Used in deferred synchronous requests.
+
Tue May 11 14:34:56 1999 David L. Levine <levine@cs.wustl.edu>
* performance-tests/Cubit/TAO/IDL_Cubit/{client,server}.cpp: