summaryrefslogtreecommitdiff
path: root/ACE/tests/Future_Set_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2009-12-14 02:17:22 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2009-12-14 02:17:22 +0000
commit27e7e45717e7311a9b4749c3d3a2234622dcd3fd (patch)
tree34986de0ff706447fb282151ab4712a961cca854 /ACE/tests/Future_Set_Test.cpp
parenta43905a53603fbe09ace8562d48c8634f5094d3b (diff)
downloadATCD-27e7e45717e7311a9b4749c3d3a2234622dcd3fd.tar.gz
ChangeLogTag:Thu
Diffstat (limited to 'ACE/tests/Future_Set_Test.cpp')
-rw-r--r--ACE/tests/Future_Set_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Future_Set_Test.cpp b/ACE/tests/Future_Set_Test.cpp
index 8f2eb9306ef..f27282809d9 100644
--- a/ACE/tests/Future_Set_Test.cpp
+++ b/ACE/tests/Future_Set_Test.cpp
@@ -11,7 +11,7 @@
// = DESCRIPTION
// This example tests the ACE Future Set and illustrates an
// implementation of the Active Object pattern, which is available
-// at <http://www.cs.wustl.edu/~schmidt/Act-Obj.ps.gz>. The
+// at <http://www.cs.wustl.edu/~schmidt/PDF/Act-Obj.pdf>. The
// Active Object itself is very simple -- it determines if numbers
// are prime.
//