1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
README for the PolyORB CORBA examples
-------------------------------------
$Id: README 113586 2007-07-16 16:42:17Z duff $
This directory contains CORBA examples.
all_functions/ : tests CORBA method invocations,
all_types/ : tests CORBA types,
echo/ : simple echo program,
random/ : random test, see http://www.random.org/corba.html for more
details.
send/ : test MIOP implementation
secure_echo/ : simple echo program with enabled security and a set of
demonstration configuration files
|