summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-21 21:24:45 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-21 21:24:45 +0000
commit919162bbcade122701ad47b25e28eb47010504e7 (patch)
treed59dfe3ebc07b70913243b3317c457d463da6109
parentaabd864fbe880103c50dfe4328a71dde018df834 (diff)
downloadATCD-919162bbcade122701ad47b25e28eb47010504e7.tar.gz
* TAO/tests/param_test/param_test.idl:
* TAO/tests/param_test/complex_any.h: * TAO/tests/param_test/complex_any.cpp: * TAO/tests/param_test/options.h: * TAO/tests/param_test/options.cpp: * TAO/tests/param_test/driver.cpp: * TAO/tests/param_test/param_test_i.h: * TAO/tests/param_test/param_test_i.cpp: * TAO/tests/param_test/tests.h: * TAO/tests/param_test/client.dsp: Added new test. The data type is a complex Any, suggested by a real-world use case submitted by Frank Buschmann <Frank.Buschmann@mchp.siemens.de>. See comment in complex_any.cpp above reset_parameters for the Any structure. * TAO/tests/param_test/any.cpp: Fixed some indentation and removed a memory leak related to gen_string.
-rw-r--r--TAO/ChangeLog-99c22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index cf8b6dc20f3..b866b60a80e 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,25 @@
+Fri May 21 16:19:08 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO/tests/param_test/param_test.idl:
+ * TAO/tests/param_test/complex_any.h:
+ * TAO/tests/param_test/complex_any.cpp:
+ * TAO/tests/param_test/options.h:
+ * TAO/tests/param_test/options.cpp:
+ * TAO/tests/param_test/driver.cpp:
+ * TAO/tests/param_test/param_test_i.h:
+ * TAO/tests/param_test/param_test_i.cpp:
+ * TAO/tests/param_test/tests.h:
+ * TAO/tests/param_test/client.dsp:
+ Added new test. The data type is a complex Any, suggested
+ by a real-world use case submitted by
+ Frank Buschmann <Frank.Buschmann@mchp.siemens.de>. See
+ comment in complex_any.cpp above reset_parameters for
+ the Any structure.
+
+ * TAO/tests/param_test/any.cpp:
+ Fixed some indentation and removed a memory leak related
+ to gen_string.
+
Fri May 21 12:27:16 1999 Nagarajan Surendran <naga@cs.wustl.edu>
* orbsvcs/orbsvcs/AV/AVStreams_i.{h,cpp}: