diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-01-24 10:57:26 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-01-24 10:57:26 +0100 |
commit | e6d011fcaf792bdac1ea2f8912ae7f7820d98f19 (patch) | |
tree | 3265b2cc2873dde48465f960735cb5f2f6b35ddb /ACE/tests/Bound_Ptr_Test.cpp | |
parent | dcfe399129e863c8dc46c6635e2266260befc265 (diff) | |
download | ATCD-e6d011fcaf792bdac1ea2f8912ae7f7820d98f19.tar.gz |
Fixed several broken links
* ACE/docs/ACE-categories.html:
* ACE/docs/ACE-porting.html:
* ACE/docs/exceptions.html:
* ACE/examples/Bounded_Packet_Relay/README:
* ACE/examples/Service_Configurator/IPC-tests/README:
* ACE/tests/Bound_Ptr_Test.cpp:
Diffstat (limited to 'ACE/tests/Bound_Ptr_Test.cpp')
-rw-r--r-- | ACE/tests/Bound_Ptr_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Bound_Ptr_Test.cpp b/ACE/tests/Bound_Ptr_Test.cpp index 08e15f74937..0147d14e1e3 100644 --- a/ACE/tests/Bound_Ptr_Test.cpp +++ b/ACE/tests/Bound_Ptr_Test.cpp @@ -6,7 +6,7 @@ * <ACE_Weak_Bound_Ptr> and illustrates how they may be dispersed * between multiple threads using an implementation of the Active * Object pattern, which is available in the POSA2 book - * <http://www.cs.wustl.edu/~schmidt/POSA>. + * <http://www.dre.vanderbilt.edu/~schmidt/POSA>. * * @author Christopher Kohlhoff <chris@kohlhoff.com> */ |