summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-29 18:23:59 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-29 18:23:59 +0000
commit67a784eddb8431c26362ac21edab0a89411b3ff8 (patch)
treeb1345d63b384df61173a6ed033d21cf7c2194138
parent2051677a1ecfe103ad18fe6f0e90539eec258dc6 (diff)
downloadATCD-67a784eddb8431c26362ac21edab0a89411b3ff8.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c25
1 files changed, 18 insertions, 7 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 81e0558e943..bdd4121f18b 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,18 +1,29 @@
Wed Jul 29 08:58:01 1998 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>
- * TAO_IDL/be/be_visitor_field/{field_ci, field_cs}.cpp: Added code
- to handle arrays. I had forgotten to invoke the code generator for
- arrays that are struct members. I had only handled the header file
- but not the inline file and the implementation file. The visitor
- that does this was already done, but it was not getting
- invoked. Thanks to Andreas Geisler
- (andreas.geisler@erls.siemens.de) for reporting this problem.
+ * TAO_IDL/be/be_visitor_field/{field_ci, field_cs}.cpp: Added code
+ to handle arrays. I had forgotten to invoke the code generator for
+ arrays that are struct members. I had only handled the header file
+ but not the inline file and the implementation file. The visitor
+ that does this was already done, but it was not getting
+ invoked. Thanks to Andreas Geisler
+ (andreas.geisler@erls.siemens.de) for reporting this problem.
Wed Jul 29 06:45:54 1998 David L. Levine <levine@cs.wustl.edu>
* tests/NestedUpcall/MT_Client_Test/ local_server.cpp (MT_Server):
reordered initializers to match declaration order.
+ * orbsvcs/tests/EC_Multiple/EC_Multiple.h: allow up to 1024 each
+ consumers and suppliers.
+
+ * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp (main): dynamically
+ allocate the Test_ECG instance so that a large stack space isn't
+ required.
+
+ * orbsvcs/tests/EC_Multiple/Scheduler_Runtime_Dynamic.h,
+ run_dynamic,gen_dynamic,dyn_plot: added 1000 low-priority
+ consumers. Used these versions for DASC-98 paper.
+
Tue Jul 28 23:01:21 1998 Darrell Brunsch <brunsch@cs.wustl.edu>
* orbsvcs/tests/Logger/runtests.pl: Removed this since it has been