summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/Simple/README
blob: 6090cd7419e5705c53c58165969b07312b902d30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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