summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-98c
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-31 22:38:02 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-31 22:38:02 +0000
commitc2e772cd200400b3bb9422db0f0d1385778e063c (patch)
tree22955ab9af79bc4470978643cbe4a8646f4ad05f /TAO/ChangeLog-98c
parentef9b096936d0afbc60bc9d6c0bd76b94baf37c42 (diff)
downloadATCD-c2e772cd200400b3bb9422db0f0d1385778e063c.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/ChangeLog-98c')
-rw-r--r--TAO/ChangeLog-98c45
1 files changed, 35 insertions, 10 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 6dbcea9e380..4de8ce762a4 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,12 +1,37 @@
+Thu Dec 31 16:28:27 1998 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * TAO_IDL/tao_idl.dsp:
+ * TAO_IDL/tao_idl_static.dsp: Also write the executables to
+ $ACE_ROOT/bin.
+
+ * orbsvcs/Naming_Service/Naming_Service.dsp: Dependency update.
+
+ * orbsvcs/orbsvcs/orbsvcs.dsp: Added Corlos' new files for Event
+ Channel into the project. Cleaned up IDL configurations.
+
+ * orbsvcs/orbsvcs/CosEvent/ConsumerAdmin_i.cpp:
+ * orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.cpp:
+ * orbsvcs/orbsvcs/CosEvent/ProxyPushSupplier_i.cpp:
+ * orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.cpp: Don't need to
+ specify relative path for header files reside in the same
+ directory.
+
+ * orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.h:
+ * orbsvcs/orbsvcs/CosEvent/ConsumerAdmin_i.h:
+ * orbsvcs/orbsvcs/CosEvent/EventChannel_i.h:
+ * orbsvcs/orbsvcs/CosEvent/ProxyPushSupplier_i.h:
+ * orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.h: Added
+ TAO_ORBSVCS_export decls.
+
Thu Dec 31 15:28:49 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
- * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
- * orbsvcs/orbsvcs/Event/EC_Dispatching.h:
- * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
- * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h:
- * orbsvcs/orbsvcs/Event/EC_Filter.h:
- * orbsvcs/orbsvcs/Event/EC_Filter_Builder.h:
+ * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
+ * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
+ * orbsvcs/orbsvcs/Event/EC_Dispatching.h:
+ * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
+ * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h:
+ * orbsvcs/orbsvcs/Event/EC_Filter.h:
+ * orbsvcs/orbsvcs/Event/EC_Filter_Builder.h:
I'm prototyping a new version of the real-time Event Channel,
this version will be more efficient, more configurable and
(hopefully) easier to maintain. This initial commit is just for
@@ -15,17 +40,17 @@ Thu Dec 31 15:28:49 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Thu Dec 31 15:34:47 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.cpp:
+ * orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.cpp:
Removed temporary reference called _env, it is not needed
because we can use TAO_THROW_ENV() instead of TAO_THROW.
Thu Dec 31 15:04:57 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * orbsvcs/orbsvcs/Makefile:
+ * orbsvcs/orbsvcs/Makefile:
Added the CosEC files to the Makefile; it compiles with both
Sun/CC and egcs.
- * orbsvcs/orbsvcs/Time/Timer_Helper.cpp:
+ * orbsvcs/orbsvcs/Time/Timer_Helper.cpp:
Removed template instantiations, they are in
orbsvcs-tmplinst.cpp already.