summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/examples/CosEC/Simple/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/examples/CosEC/Simple/README')
-rw-r--r--ACE/TAO/orbsvcs/examples/CosEC/Simple/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/examples/CosEC/Simple/README b/ACE/TAO/orbsvcs/examples/CosEC/Simple/README
new file mode 100644
index 00000000000..6090cd7419e
--- /dev/null
+++ b/ACE/TAO/orbsvcs/examples/CosEC/Simple/README
@@ -0,0 +1,15 @@
+# $Id$
+
+ This directory contains what possibly is the simplest example
+for a COS Event Service. It contains three executables; a consumer,
+supplier and a program to create the event channel itself.
+
+ To test is use the run_test.pl script, or:
+
+$ ./Service -o ec.ior
+$ ./Consumer file://ec.ior
+$ ./Supplier file://ec.ior
+
+ more advanced tests are located in:
+
+$TAO_ROOT/orbsvcs/tests/CosEvent