summaryrefslogtreecommitdiff
path: root/ACE/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 11:10:09 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 11:10:09 +0100
commit2b072ace999e019e903379787b8ae13efb2eca5c (patch)
treeb0fa0939bcabd5e7a234da3463d3ccd0e71818b0 /ACE/tests
parentd255148732f20ba5f25040ccd2d7221a3445f04c (diff)
downloadATCD-2b072ace999e019e903379787b8ae13efb2eca5c.tar.gz
Updated several broken links
Diffstat (limited to 'ACE/tests')
-rw-r--r--ACE/tests/Future_Set_Test.cpp2
-rw-r--r--ACE/tests/Refcounted_Auto_Ptr_Test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/Future_Set_Test.cpp b/ACE/tests/Future_Set_Test.cpp
index 8611fdd87c0..c8c6e1617b0 100644
--- a/ACE/tests/Future_Set_Test.cpp
+++ b/ACE/tests/Future_Set_Test.cpp
@@ -5,7 +5,7 @@
*
* 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/PDF/Act-Obj.pdf>. The
+ * at <http://www.dre.vanderbilt.edu/~schmidt/PDF/Act-Obj.pdf>. The
* Active Object itself is very simple -- it determines if numbers
* are prime.
*
diff --git a/ACE/tests/Refcounted_Auto_Ptr_Test.cpp b/ACE/tests/Refcounted_Auto_Ptr_Test.cpp
index 6cff912cfa5..0609e204cfd 100644
--- a/ACE/tests/Refcounted_Auto_Ptr_Test.cpp
+++ b/ACE/tests/Refcounted_Auto_Ptr_Test.cpp
@@ -5,7 +5,7 @@
* This example tests the <ACE_Refcounted_Auto_Ptr> and illustrates
* how they may be dispersed between multiple threads using an
* implementation of the Active Object pattern, which is available
- * at <http://www.cs.wustl.edu/~schmidt/PDF/Act-Obj.pdf>.
+ * at <http://www.dre.vanderbilt.edu/~schmidt/PDF/Act-Obj.pdf>.
*
* @author Johnny Tucker <johnny_tucker@yahoo.com>
*/