summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-11 20:59:57 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-11 20:59:57 +0000
commitc54a93bd17c82db7cbe5aa4c808f02b88c0a2ddc (patch)
treeed5ea73c610484b345213f1affa05b15cfe4f808
parent16fca2bbc561753df60ca28eb8063bae3ceac18a (diff)
downloadATCD-c54a93bd17c82db7cbe5aa4c808f02b88c0a2ddc.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c47
1 files changed, 25 insertions, 22 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 82cb988f44d..ccff4702cc4 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -19,6 +19,9 @@ Wed Feb 11 11:20:34 1998 David L. Levine <levine@cs.wustl.edu>
to return debug_stream instead of (not) using it. ghs warned that
"controlling expression is constant" the way things were.
+ * TAO_IDL/Makefile: added default_vxworks target to prevent make
+ warning.
+
Tue Feb 10 17:39:13 1998 Chris Gill <cdgill@cs.wustl.edu>
* orbsvcs/Scheduling_Service/SchedEntry.cpp
@@ -30,7 +33,7 @@ Tue Feb 10 17:39:13 1998 Chris Gill <cdgill@cs.wustl.edu>
Tue Feb 10 11:19:20 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp:
+ * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp:
Fixed several problems detected by SGI/C++ compiler.
Mon Feb 9 20:00:55 1998 Chris Gill <cdgill@cs.wustl.edu>
@@ -45,47 +48,47 @@ Mon Feb 9 20:00:55 1998 Chris Gill <cdgill@cs.wustl.edu>
Mon Feb 9 12:59:29 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * orbsvcs/orbsvcs/RtecEventComm.idl:
- * orbsvcs/Event_Service/Event_Channel.cpp:
- * orbsvcs/Event_Service/Event_Channel.i:
- * orbsvcs/orbsvcs/Event_Utilities.cpp:
- * orbsvcs/orbsvcs/Event_Utilities.i:
- * orbsvcs/tests/Event_Latency/Event_Latency.cpp:
+ * orbsvcs/orbsvcs/RtecEventComm.idl:
+ * orbsvcs/Event_Service/Event_Channel.cpp:
+ * orbsvcs/Event_Service/Event_Channel.i:
+ * orbsvcs/orbsvcs/Event_Utilities.cpp:
+ * orbsvcs/orbsvcs/Event_Utilities.i:
+ * orbsvcs/tests/Event_Latency/Event_Latency.cpp:
Added comments to the EventComm module and a new field (ttl_:
Time-to-Live) to the event data structure.
- * orbsvcs/orbsvcs/Channel_Clients_T.cpp:
- * orbsvcs/orbsvcs/Channel_Clients_T.h:
- * orbsvcs/orbsvcs/Channel_Clients_T.i:
+ * orbsvcs/orbsvcs/Channel_Clients_T.cpp:
+ * orbsvcs/orbsvcs/Channel_Clients_T.h:
+ * orbsvcs/orbsvcs/Channel_Clients_T.i:
I finally needed the TIE classes for PushConsumers and
PushSupplier, they work OK now.
- * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp:
- * orbsvcs/tests/EC_Multiple/EC_Multiple.h:
- * orbsvcs/tests/EC_Multiple/README:
- * orbsvcs/tests/EC_Multiple/Makefile:
- * orbsvcs/tests/Makefile:
+ * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp:
+ * orbsvcs/tests/EC_Multiple/EC_Multiple.h:
+ * orbsvcs/tests/EC_Multiple/README:
+ * orbsvcs/tests/EC_Multiple/Makefile:
+ * orbsvcs/tests/Makefile:
Added a simple example on how to connect multiple event
channels.
- * orbsvcs/Event_Service/Event_Service.cpp:
- * orbsvcs/Naming_Service/CosNaming_i.cpp:
+ * orbsvcs/Event_Service/Event_Service.cpp:
+ * orbsvcs/Naming_Service/CosNaming_i.cpp:
Added and/or fixed some debug messages.
- * orbsvcs/Scheduling_Service/Config_Scheduler.cpp:
+ * orbsvcs/Scheduling_Service/Config_Scheduler.cpp:
Reduce default output level.
- * tao/corba.h:
+ * tao/corba.h:
Fixed TAO_RETHROW_RETURN macro.
- * docs/releasenotes/ec.html:
- * docs/releasenotes/index.html:
+ * docs/releasenotes/ec.html:
+ * docs/releasenotes/index.html:
Split the Event Channel release notes to a separate file, the
index.html was growing without control.
Mon Feb 9 09:15:08 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * docs/releasenotes/orbcore.html:
+ * docs/releasenotes/orbcore.html:
Fixed reference to TAO-Install.html, thanks to Sreedharani
<dharani@sutmyn.com> for reporting this one.