diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-09-16 01:17:03 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-09-16 01:17:03 +0000 |
commit | d7955c253ee86d6ffd8b12db481f1b9a159f83c7 (patch) | |
tree | 6a3e97dbb10b7eb2aebaf23edcf218fe1ad0b633 /TAO/examples/README | |
parent | 8b7820baee66523a221d9b2f8dfd89a586b4bde9 (diff) | |
download | ATCD-d7955c253ee86d6ffd8b12db481f1b9a159f83c7.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/examples/README')
-rw-r--r-- | TAO/examples/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/examples/README b/TAO/examples/README new file mode 100644 index 00000000000..58f84522538 --- /dev/null +++ b/TAO/examples/README @@ -0,0 +1,22 @@ +This directory contains a number of example applications that +illustrate how to program with standard CORBA using TAO. The +individual directories contain READMEs on how to run the following +examples: + + . POA + + Contains various small examples of POA features based on + the OMG POA specification. + + . Quoter + + Illustrates how to use the Global POA options with multiple + threads. This example also shows how to use the Lifecycle + service. + + . Simple + + Contains a number of very simple examples, which also + illustrate how to write canonical Orbix/VisiBroker/OmniORB + examples in TAO using standard CORBA features rather than + proprietary ORB features. |