diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 1997-10-23 01:07:26 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 1997-10-23 01:07:26 +0000 |
commit | 6073a0753d2abf908c0090fac64d71b35d10c05a (patch) | |
tree | 4a6a5f60436d697f7fa04811eebb06b0de19f6d3 /TAO/README.sun | |
parent | 151d516d6c05e1cbb13d281fd9687ee7ba419d60 (diff) | |
download | ATCD-6073a0753d2abf908c0090fac64d71b35d10c05a.tar.gz |
* README.sun: Added an explicit reminder at the top that the
information in this file is historical in nature and does not
necessarily apply to current reality.
* README: Updated the season from "summer" to "Fall" ;-) Also
added a note that warned people not to try to link TAO with a
version of ACE that's linked with another ORB library, e.g.,
liborbix.so. Thanks to Steven Wohlever <wohlever@mitre.org> for
bringing this instructional omission to our attention.
* tao/tao_internals.cpp (fake_service_entries_i): Made the body of
this function conditional on the TAO_PLATFORM_SVC_CONF_FILE_NOTSUP
preprocessor definition since it doesn't need to exist in
platforms that grok the Service Configurator. This will also
reduce the memory footprint :-). Thanks to David Miron
<dxm@crapper.dsto.defence.gov.au> for pointing this out!
* tao/orb_core.cpp (TAO_ORB_Core): Removed explicit CTOR
initialization of reactor_ member.
Diffstat (limited to 'TAO/README.sun')
-rw-r--r-- | TAO/README.sun | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/README.sun b/TAO/README.sun index 789d97b7bcc..b8ff647db2b 100644 --- a/TAO/README.sun +++ b/TAO/README.sun @@ -1,9 +1,13 @@ ======================================== This file contains the original README that came with the SunSoft IIOP -release. The information contained here is largely obsolete by the -features added to TAO. Please see the ./README file that comes with -TAO for up-to-date information. +release. This information in this file is historical in nature and +the much of the specific information probably is inaccurate with +respect to the current state of TAO. Please see the ./README file +that comes with TAO for up-to-date information. + +Specifically, many of the file referred to in here may not appear in +TAO. ======================================== |