diff options
author | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-11-24 18:18:27 +0000 |
---|---|---|
committer | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-11-24 18:18:27 +0000 |
commit | 65fe0d1e23f8d1d8beb1b5046dd24cd4a698f91e (patch) | |
tree | b61ee4792da2c2ebef0ccb40c65f6228b8e47349 | |
parent | c307c48757693732cd1d9fbb73975a05bfaff21a (diff) | |
download | ATCD-65fe0d1e23f8d1d8beb1b5046dd24cd4a698f91e.tar.gz |
ChangeLogTag: Mon Nov 22 11:42:21 1999 Steve Totten <totten_s@ociweb.com>
-rw-r--r-- | TAO/ChangeLog-99c | 7 | ||||
-rw-r--r-- | TAO/examples/DeveloperGuideExamples.txt | 20 |
2 files changed, 27 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c index acc5ccbaa36..f064de4e5a3 100644 --- a/TAO/ChangeLog-99c +++ b/TAO/ChangeLog-99c @@ -198,6 +198,13 @@ Mon Nov 22 12:10:37 1999 Nanbor Wang <nanbor@cs.wustl.edu> * orbsvcs/orbsvcs/orbsvcs.dsp: Fixed custom build rule for DsLogAdmin.idl. +Mon Nov 22 11:42:21 1999 Steve Totten <totten_s@ociweb.com> + + * examples/DeveloperGuideExamples.txt: + + Added this file describing where to find the example source code + from OCI's TAO Developer's Guide. + Sun Nov 21 19:15:10 1999 Darrell Brunsch <brunsch@cs.wustl.edu> * TAO_IDL/be/be_codegen.cpp: diff --git a/TAO/examples/DeveloperGuideExamples.txt b/TAO/examples/DeveloperGuideExamples.txt new file mode 100644 index 00000000000..86504411817 --- /dev/null +++ b/TAO/examples/DeveloperGuideExamples.txt @@ -0,0 +1,20 @@ +$Id$ + +The OCI TAO Developer's Guide contains source code for many examples which +are not part of the regular ACE+TAO source code distribution available from +the Center for Distributed Object Computing at Washington University. These +examples were developed independently by OCI and are tightly integrated with +the discussion of various topics in the TAO Developer's Guide. + +The source code for these examples is available for download from the +following site: + +<http://www.theaceorb.com/TAO/Support/tao1.0a_example_source_code.html> + +After downloading and extracting the example source code, you will find +a subdirectory corresponding to each of several chapters in OCI's TAO +Developer's Guide. + +For more information on OCI's Distribution of TAO and the TAO Documentation Set, +visit <http://www.theaceorb.com/>. + |