summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/Simple/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/RtEC/Simple/README')
-rw-r--r--TAO/orbsvcs/examples/RtEC/Simple/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/Simple/README b/TAO/orbsvcs/examples/RtEC/Simple/README
deleted file mode 100644
index fff86abc12f..00000000000
--- a/TAO/orbsvcs/examples/RtEC/Simple/README
+++ /dev/null
@@ -1,14 +0,0 @@
-# $Id$
-
- This directory containts possibly the most simple example of
-the real-time event service. It contains three executables; a
-consumer, supplier and a program to create the event channel itself.
-
- Run using the run_test.pl script or:
-
-$ ./Service -o ec.ior
-$ ./Consumer file://ec.ior
-$ ./Supplier file://ec.ior
-
- more advanced tests are available in
-$TAO_ROOT/orbsvcs/tests/Event and $TAO_ROOT/orbsvcs/EC_*