summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-21 00:27:38 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-21 00:27:38 +0000
commit299f3a9e715d863fb363cf5f22983b25bfd5c6f8 (patch)
tree0b934dd31c10ff22be2ed67cc413818061991a8b
parent5ccf3974bad7298bef55fc4dba669f09811893f8 (diff)
downloadATCD-299f3a9e715d863fb363cf5f22983b25bfd5c6f8.tar.gz
Added Notify to the NT project files.
-rw-r--r--TAO/ChangeLog-99c26
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 3856964cbe3..55cffacc3d9 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,29 @@
+Mon Dec 20 18:25:34 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/orbsvcs.dsp:
+ Added the Notify files to the project. The static project
+ will be coming in soon.
+
+ * orbsvcs/orbsvcs/Notify/ID_Pool_T.h:
+ Added in an include of "ace/config.h" at the top of this file.
+ That way, it is guaranteed that we will get the macros we need
+ defined.
+
+ * orbsvcs/orbsvcs/Notify/Notify_ConsumerAdmin_i.h:
+ * orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.h:
+ * orbsvcs/orbsvcs/Notify/Notify_ProxyConsumer_i.h:
+ * orbsvcs/orbsvcs/Notify/Notify_ProxyPushConsumer_i.h:
+ * orbsvcs/orbsvcs/Notify/Notify_ProxyPushSupplier_i.h:
+ * orbsvcs/orbsvcs/Notify/Notify_ProxySupplier_i.h:
+ * orbsvcs/orbsvcs/Notify/Notify_StructuredProxyPushConsumer_i.h:
+ * orbsvcs/orbsvcs/Notify/Notify_StructuredProxyPushSupplier_i.h:
+ * orbsvcs/orbsvcs/Notify/Notify_SupplierAdmin_i.h:
+ Added in blocks to disable that "inheritance by dominance"
+ warning that MSVC loves to give.
+
+ * orbsvcs/orbsvcs/Notify/Notify_Filter_i.h: Used ACE_NESTED_CLASS
+ for the templates so both SUNCC and MSVC will be happy.
+
Mon Dec 20 14:22:57 1999 Balachandran Natarajan <bala@cs.wustl.edu>
* orbsvcs/orbsvcs/Notify/Notify_Filter_i.cpp: