summaryrefslogtreecommitdiff
path: root/ACE/examples/Threads
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Threads')
-rw-r--r--ACE/examples/Threads/future1.cpp2
-rw-r--r--ACE/examples/Threads/future2.cpp2
-rw-r--r--ACE/examples/Threads/process_manager.cpp2
-rw-r--r--ACE/examples/Threads/thread_pool.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/ACE/examples/Threads/future1.cpp b/ACE/examples/Threads/future1.cpp
index eaa9fa6d976..db54db97fc3 100644
--- a/ACE/examples/Threads/future1.cpp
+++ b/ACE/examples/Threads/future1.cpp
@@ -5,7 +5,7 @@
*
* This example tests the ACE Future.
*
- * @author Andres Kruse <Andres.Kruse@cern.ch> and Douglas C. Schmidt <schmidt@cs.wustl.edu>
+ * @author Andres Kruse <Andres.Kruse@cern.ch> and Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
*/
//=============================================================================
diff --git a/ACE/examples/Threads/future2.cpp b/ACE/examples/Threads/future2.cpp
index 3b94d570d84..5695d9ec27a 100644
--- a/ACE/examples/Threads/future2.cpp
+++ b/ACE/examples/Threads/future2.cpp
@@ -5,7 +5,7 @@
*
* This example tests the ACE Future.
*
- * @author Andres Kruse <Andres.Kruse@cern.ch> and Douglas C. Schmidt <schmidt@cs.wustl.edu> and "Method_Request_work". - make the methods "work_i" and "name_i" private the tests so they are more modular.
+ * @author Andres Kruse <Andres.Kruse@cern.ch> and Douglas C. Schmidt <d.schmidt@vanderbilt.edu> and "Method_Request_work". - make the methods "work_i" and "name_i" private the tests so they are more modular.
*/
//=============================================================================
diff --git a/ACE/examples/Threads/process_manager.cpp b/ACE/examples/Threads/process_manager.cpp
index 0cd5eeac6f3..c7cbc2f36d1 100644
--- a/ACE/examples/Threads/process_manager.cpp
+++ b/ACE/examples/Threads/process_manager.cpp
@@ -14,7 +14,7 @@
*
* Specific-pid and generic exit-handler functions are also tested.
*
- * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> and Dave Madden <dhm@mersenne.com>
+ * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu> and Dave Madden <dhm@mersenne.com>
*/
//=============================================================================
diff --git a/ACE/examples/Threads/thread_pool.cpp b/ACE/examples/Threads/thread_pool.cpp
index 13d7fb00a6f..dfd85641bd0 100644
--- a/ACE/examples/Threads/thread_pool.cpp
+++ b/ACE/examples/Threads/thread_pool.cpp
@@ -7,7 +7,7 @@
//
// This code is original based on a test program written by Karlheinz
// Dorn <Karlheinz.Dorn@med.siemens.de>. It was modified to utilize
-// more ACE features by Doug Schmidt <schmidt@cs.wustl.edu>.
+// more ACE features by Doug Schmidt <d.schmidt@vanderbilt.edu>.
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_string.h"