Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / TAO / orbsvcs / examples / RtEC / Simple / README
blob485bb09e124d2a15cc57264e986f66a5f8c7d2c6
3         This directory contains possibly the most simple example of
4 the real-time event service.  It contains three executables; a
5 consumer, supplier and a program to create the event channel itself.
7         Run using the run_test.pl script or:
9 $ ../../../Naming_Service/Naming_Service
10 $ ./Service
11 $ ./Consumer
12 $ ./Supplier
14         more advanced tests are available in
15 $TAO_ROOT/orbsvcs/tests/Event and $TAO_ROOT/orbsvcs/tests/EC_*