Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / examples / CosEC / Simple / README
blob2d826aeb51022b524723837b8c3a975ec1358b7d
3         This directory contains what possibly is the simplest example
4 for a COS Event Service.  It contains three executables; a consumer,
5 supplier and a program to create the event channel itself.
7         To test is use the run_test.pl script, or:
9 $ ./Service -o ec.ior
10 $ ./Consumer file://ec.ior
11 $ ./Supplier file://ec.ior
13         more advanced tests are located in:
15 $TAO_ROOT/orbsvcs/tests/CosEvent