summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-03 03:14:33 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-03 03:14:33 +0000
commit85c5cc091a69538fbee28ade8176c94b05ac81ee (patch)
tree0d16fa72f60e38baaeebbc312cbd07a4ecd3647b
parent9d8849b04323e9bf5b3e53f6e6a5310ef5d452c3 (diff)
downloadATCD-85c5cc091a69538fbee28ade8176c94b05ac81ee.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 4c22ecf7972..32bb5f64272 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,7 @@
+Sun May 02 22:11:42 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Makefile: always build Trader with LifeCycle.
+
Sun May 02 22:09:42 1999 David L. Levine <levine@cs.wustl.edu>
* orbsvcs/orbsvcs/CosEvent/{Consumer,Supplier}Admin_i.cpp,
@@ -32,9 +36,9 @@ Sun May 02 14:32:44 1999 David L. Levine <levine@cs.wustl.edu>
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.
+ * orbsvcs/orbsvcs/Makefile: always build Sched with Event
+ or Event2. Added dependency on Event's IDL_SRC's. Thanks
+ to Carlos for letting me know that these are 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.