summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 10:54:07 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 10:54:07 +0100
commitdcfe399129e863c8dc46c6635e2266260befc265 (patch)
treecc070fbbb5bed6346f025240e2b8d8464a1913ad
parentfb4051352dfaffb481ddcc1fa50640a514496619 (diff)
downloadATCD-dcfe399129e863c8dc46c6635e2266260befc265.tar.gz
Fixed links to gperf pdf
* ACE/apps/gperf/README: * TAO/docs/compiler.html:
-rw-r--r--ACE/apps/gperf/README2
-rw-r--r--TAO/docs/compiler.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/ACE/apps/gperf/README b/ACE/apps/gperf/README
index b16e43fca20..aca4aa4a663 100644
--- a/ACE/apps/gperf/README
+++ b/ACE/apps/gperf/README
@@ -23,7 +23,7 @@ by TAO'd IDL compiler to generate operation dispatching tables.
For more information on GPERF, please see
-http://www.cs.wustl.edu/~schmidt/PDF/gperf.pdf
+http://www.dre.vanderbilt.edu/~schmidt/PDF/gperf.pdf
Happy hacking!
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index 359f2475a19..f87debfae0c 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -180,7 +180,7 @@ generate perfect hash functions, which is generally the most <A
HREF="http://www.cs.wustl.edu/~schmidt/PDF/COOTS-99.pdf">efficient and
predictable operation demuxing technique</A>. To generate perfect
hash functions, TAO's IDL compiler uses <a
-href="http://www.cs.wustl.edu/~schmidt/PDF/gperf.pdf">gperf </a>, which
+href="http://www.dre.vanderbilt.edu/~schmidt/PDF/gperf.pdf">gperf </a>, which
is a general-purpose perfect hash function generator. <P>
To configure TAO's IDL compiler to support perfect hashing please do
@@ -646,7 +646,7 @@ also receives other options that are specific to it.<p>
<td>To specify the IDL compiler to generate skeleton code that uses perfect
hashed operation demuxing strategy, which is the default strategy. Perfect
- hashing uses <a href="http://www.cs.wustl.edu/~schmidt/PDF/gperf.pdf">gperf
+ hashing uses <a href="http://www.dre.vanderbilt.edu/~schmidt/PDF/gperf.pdf">gperf
</a>program,
to generate demuxing methods.&nbsp;</td>
<td>&nbsp;</td>