summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-24 22:19:10 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-24 22:19:10 +0000
commit2e3c3c66d5a98b875048ec271cb63f9e6b31d3e5 (patch)
tree2e5cac8f39cfb50132762983d554f00e5fc5f623
parentb4264c2a99f6de2269b9af0680e5564d98217c0e (diff)
downloadATCD-2e3c3c66d5a98b875048ec271cb63f9e6b31d3e5.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a28
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/README6
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/README10
3 files changed, 38 insertions, 6 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index b2bed755639..9431f141c3c 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,31 @@
+Wed May 24 15:32:49 2000 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
+
+ * orbsvcs/examples/Notify/Filter/Filter.h:
+ * orbsvcs/examples/Notify/Filter/Filter.cpp:
+ * orbsvcs/examples/Notify/Filter/Makefile:
+ * orbsvcs/examples/Notify/Subscribe/Subscribe.h:
+ * orbsvcs/examples/Notify/Subscribe/Subscribe.cpp:
+ * orbsvcs/examples/Notify/Subscribe/Makefile:
+ Modified examples to not use helper classes.
+
+ * orbsvcs/orbsvcs/Makefile.CosNotification:
+ * orbsvcs/orbsvcs/Notify/README:
+ Removed the helper files from the Notify lib.
+
+ * orbsvcs/tests/Notify/lib/Makefile:
+ * orbsvcs/tests/Notify/lib/Notify_PushConsumer.cpp:
+ * orbsvcs/tests/Notify/lib/Notify_PushConsumer.h:
+ * orbsvcs/tests/Notify/lib/Notify_PushSupplier.cpp:
+ * orbsvcs/tests/Notify/lib/Notify_PushSupplier.h:
+ * orbsvcs/tests/Notify/lib/Notify_StructuredPushConsumer.cpp:
+ * orbsvcs/tests/Notify/lib/Notify_StructuredPushConsumer.h:
+ * orbsvcs/tests/Notify/lib/Notify_StructuredPushSupplier.cpp:
+ * orbsvcs/tests/Notify/lib/Notify_StructuredPushSupplier.h:
+ * orbsvcs/tests/Notify/lib/notify_test_export.h:
+ * orbsvcs/tests/Notify/lib/README:
+ Moved the helper files to a lib: libNotifyTests.so
+ The Notify tests will use this lib.
+
Wed May 24 11:45:00 2000 Chris Gill <cdgill@cs.wustl.edu>
* examples/Simulator/DOVEBrowser/Makefile
diff --git a/TAO/orbsvcs/orbsvcs/Notify/README b/TAO/orbsvcs/orbsvcs/Notify/README
index 522dcc1441c..ce0da4e2867 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/README
+++ b/TAO/orbsvcs/orbsvcs/Notify/README
@@ -18,12 +18,6 @@ CosNotifyChannelAdmin::ConsumerAdmin
CosNotifyChannelAdmin::SupplierAdmin
CosNotifyChannelAdmin::EventChannel
-Helper classes TAO_Notify_StructuredPushConsumer,
- TAO_Notify_StructuredPushSupplier,
- TAO_Notify_PushConsumer,
- TAO_Notify_PushSupplier,
-to help write client consumers and suppliers.
-
Work in progress:
----------------
diff --git a/TAO/orbsvcs/tests/Notify/lib/README b/TAO/orbsvcs/tests/Notify/lib/README
new file mode 100644
index 00000000000..ea2342a1f29
--- /dev/null
+++ b/TAO/orbsvcs/tests/Notify/lib/README
@@ -0,0 +1,10 @@
+//$Id$
+
+This directory has the library used by the test examples to test the
+Notification Service.
+
+Helper classes TAO_Notify_StructuredPushConsumer,
+ TAO_Notify_StructuredPushSupplier,
+ TAO_Notify_PushConsumer,
+ TAO_Notify_PushSupplier,
+to help write client consumers and suppliers.