summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-02 19:05:50 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-02 19:05:50 +0000
commitc3fc8a0a7a236b19659bb6b34cd34689e06c220d (patch)
tree86b58697a2cacd69a1ba163c390f61f43a843204
parent50654ce8e16df132d9c7f721f5434be110c1750b (diff)
downloadATCD-c3fc8a0a7a236b19659bb6b34cd34689e06c220d.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c15
1 files changed, 14 insertions, 1 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 63c0227ddef..b5cc90eb752 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,8 +1,21 @@
+Sun May 02 14:02:23 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Makefile: added dependency of Event on
+ Sched, and Event2 on Event's IDL_SRC's. Thanks to
+ Carlos for letting me know that they're necessary.
+ Reordered subset support to be top-to-bottom, so that
+ lower level services can be easily included if needed
+ only by higher level services.
+
+ * orbsvcs/Event_Service/Makefile,orbsvcs/tests/EC_Throughput/Makefile:
+ added dependency on TAO_ORBSVCS Naming. Thanks to Carlos for
+ pointing out that these modules use Naming.
+
Sun May 02 11:55:00 1999 Chris Gill <cdgill@cs.wustl.edu>
* orbsvcs\orbsvcs\Sched\Reconfig_Scheduler.{cpp, h, i} (new)
orbsvcs\orbsvcs\Scheduler_Factory.h: Very early draft
- of the reconfigurable scheduler implementation.
+ of the reconfigurable scheduler implementation.
Sun May 02 08:15:50 1999 David L. Levine <levine@cs.wustl.edu>