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/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/Simple/README b/TAO/orbsvcs/examples/RtEC/Simple/README
index fff86abc12f..a0cc11e59e4 100644
--- a/TAO/orbsvcs/examples/RtEC/Simple/README
+++ b/TAO/orbsvcs/examples/RtEC/Simple/README
@@ -6,9 +6,10 @@ 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
+$ ../../../Naming_Service/Naming_Service
+$ ./Service
+$ ./Consumer
+$ ./Supplier
more advanced tests are available in
$TAO_ROOT/orbsvcs/tests/Event and $TAO_ROOT/orbsvcs/EC_*