summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE-INSTALL.html4
-rw-r--r--ChangeLog-98b4
-rw-r--r--README1
-rw-r--r--docs/ACE-tutorials.html2
4 files changed, 8 insertions, 3 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 7b5d8320550..d5bbee9e9ca 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -545,8 +545,8 @@ If you use the GNU GCC g++ compiler please note the following:
application uses to your own code. (The ACE libraries are
self-contained: you don't need to add the templates that
they use internally.) Examples of template specializations
- occur in quite a few ACE .cpp files; see
- apps/Gateway/Gateway/Proxy_Handler.cpp for one example.
+ occur in quite a few ACE .cpp files; see the end of
+ <A HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/apps/Gateway/Gateway/Connection_Handler.cpp">$ACE_ROOT/apps/Gateway/Gateway/Connection_Handler.cpp</A> for one example.
An easy way to figure out what template instantiations are
need is to try to build your executable and pipe the output
through c++filt. The linker will report the missing
diff --git a/ChangeLog-98b b/ChangeLog-98b
index cfe9eca1690..a46958026c8 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,5 +1,9 @@
Thu Nov 5 14:42:59 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+ * ACE-INSTALL.html: Cleaned up a typo in the ACE-INSTALL.html
+ file. Thanks to James Megquier <jmegq@bbn.com> for reporting
+ this.
+
* ace/config-sunos5.5.h: Cleaned up the comments a bit to make it
more clear how to enable/disable threads. Thanks to Russ
Noseworthy <rnosewor@objectsciences.com> for reporting this.
diff --git a/README b/README
index 685f11e624f..bb3536b66b9 100644
--- a/README
+++ b/README
@@ -679,6 +679,7 @@ Achim Stindt <stindt@inobis.de>
Fredrik Lindahl <fredrik.lindahl@ausys.se>
Joseph Weihs <joseph-w@Orbotech.Co.IL>
Serge Kolgan <skolgan@cisco.com>
+James Megquier <jmegq@bbn.com>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson and is now at ObjectSpace. Paul devised the recursive
diff --git a/docs/ACE-tutorials.html b/docs/ACE-tutorials.html
index b22e8ee4db1..9c48f67409b 100644
--- a/docs/ACE-tutorials.html
+++ b/docs/ACE-tutorials.html
@@ -18,7 +18,7 @@
<DT> <img alt="o"
src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
- <A HREF="http://www.cs.wustl.edu/~schmidt/PDF/ACE-tutorial.pdf.gz">ACE programmers guide</A>
+ ACE programmers guide <A HREF="http://www.cs.wustl.edu/~schmidt/PDF/ACE-tutorial.pdf.gz">[pdf]</A><A HREF="http://www.cs.wustl.edu/~schmidt/ACE-tutorial.ps.gz">[ps]</A>
<DT> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
<A HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/docs/tutorials/">Introductory online tutorials</A>