summaryrefslogtreecommitdiff
path: root/ACE/tests/Reactor_Exceptions_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 12:32:21 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 12:32:21 +0100
commit6f2f966de47619c67fa97c7cfdbb76476efe8f2d (patch)
tree47508a819d370a11fb6590427af5d8bfb6be9714 /ACE/tests/Reactor_Exceptions_Test.cpp
parent6021df96ef4e1eb231d442a3bc29ccf6bc1447c3 (diff)
downloadATCD-6f2f966de47619c67fa97c7cfdbb76476efe8f2d.tar.gz
Fixed broken links and updated email address D. Schmidt to the correct one
Diffstat (limited to 'ACE/tests/Reactor_Exceptions_Test.cpp')
-rw-r--r--ACE/tests/Reactor_Exceptions_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Reactor_Exceptions_Test.cpp b/ACE/tests/Reactor_Exceptions_Test.cpp
index d14b1df3d28..6f452938235 100644
--- a/ACE/tests/Reactor_Exceptions_Test.cpp
+++ b/ACE/tests/Reactor_Exceptions_Test.cpp
@@ -6,7 +6,7 @@
* This is a test that makes sure the <ACE_Reactor> works
* correctly in the face of C++ exceptions and threads.
*
- * @author Luca Priorelli <lucapri@mbox.vol.it> and Douglas C. Schmidt <schmidt@cs.wustl.edu>
+ * @author Luca Priorelli <lucapri@mbox.vol.it> and Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
*/
//=============================================================================