summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 12:37:53 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 12:37:53 +0100
commitc4a4e15b256663e74736a71d2ff4016289fc985f (patch)
tree1298c0313327ed22e34b048573189e3311640c52
parent6f2f966de47619c67fa97c7cfdbb76476efe8f2d (diff)
downloadATCD-c4a4e15b256663e74736a71d2ff4016289fc985f.tar.gz
Fixed broken links and updated email address D. Schmidt to the correct one
-rw-r--r--ACE/ACE-INSTALL.html4
-rw-r--r--ACE/ace/Atomic_Op.h2
-rw-r--r--ACE/ace/Atomic_Op_T.h2
-rw-r--r--ACE/ace/Auto_Ptr.h2
-rw-r--r--ACE/ace/Global_Macros.h4
-rw-r--r--ACE/ace/Process_Mutex.h2
-rw-r--r--ACE/ace/SV_Message_Queue.h2
-rw-r--r--ACE/ace/Stream.h2
-rw-r--r--ACE/ace/Svc_Handler.h2
-rw-r--r--ACE/ace/Synch_Options.h2
-rw-r--r--ACE/ace/TTY_IO.h2
-rw-r--r--ACE/websvcs/lib/URL_Addr.h2
12 files changed, 14 insertions, 14 deletions
diff --git a/ACE/ACE-INSTALL.html b/ACE/ACE-INSTALL.html
index 6d1282a27bf..f63ed826935 100644
--- a/ACE/ACE-INSTALL.html
+++ b/ACE/ACE-INSTALL.html
@@ -150,8 +150,8 @@ document</a>.</p><p>
many versions of Linux/Intel (many compilers).
</td>
<td>DOC sites at <a href="http://www.dre.vanderbilt.edu/">ISIS</a>,
- <a href="http://doc.ece.uci.edu/">UCI</a> and
- <a href="http://tao.doc.wustl.edu/">Washington University</a>
+ <a href="http://www.uci.edu/">UCI</a> and
+ <a href="https://wustl.edu//">Washington University</a>
</td>
</tr>
<tr>
diff --git a/ACE/ace/Atomic_Op.h b/ACE/ace/Atomic_Op.h
index 8ae1b2e5ede..0b2535e7982 100644
--- a/ACE/ace/Atomic_Op.h
+++ b/ACE/ace/Atomic_Op.h
@@ -4,7 +4,7 @@
/**
* @file Atomic_Op.h
*
- * @author Douglas C. Schmidt <schmidt@uci.edu>
+ * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
*/
//=============================================================================
diff --git a/ACE/ace/Atomic_Op_T.h b/ACE/ace/Atomic_Op_T.h
index 0cdc8821243..8031efb205d 100644
--- a/ACE/ace/Atomic_Op_T.h
+++ b/ACE/ace/Atomic_Op_T.h
@@ -4,7 +4,7 @@
/**
* @file Atomic_Op_T.h
*
- * @author Douglas C. Schmidt <schmidt@uci.edu>
+ * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
*/
//=============================================================================
diff --git a/ACE/ace/Auto_Ptr.h b/ACE/ace/Auto_Ptr.h
index ad71242e978..02fbddf9923 100644
--- a/ACE/ace/Auto_Ptr.h
+++ b/ACE/ace/Auto_Ptr.h
@@ -4,7 +4,7 @@
/**
* @file Auto_Ptr.h
*
- * @author Doug Schmidt <schmidt@uci.edu>
+ * @author Doug Schmidt <d.schmidt@vanderbilt.edu>
* @author Irfan Pyarali <irfan@cs.wustl.edu>
* @author Jack Reeves <jack@fx.com>
* @author Dr. Harald M. Mueller <mueller@garwein.hai.siemens.co.at>
diff --git a/ACE/ace/Global_Macros.h b/ACE/ace/Global_Macros.h
index d7649be13fc..ca333768f57 100644
--- a/ACE/ace/Global_Macros.h
+++ b/ACE/ace/Global_Macros.h
@@ -513,9 +513,9 @@ typedef void (*ACE_Service_Object_Exterminator)(void *);
*
* The following macros are used to define helper objects used in
* ACE's Service Configurator framework, which is described in
- * Chapter 5 of C++NPv2 <www.cs.wustl.edu/~schmidt/ACE/book2/>. This
+ * Chapter 5 of C++NPv2 <www.dre.vanderbilt.edu/~schmidt/ACE/book2/>. This
* framework implements the Component Configurator pattern, which is
- * described in Chapter 2 of POSA2 <www.cs.wustl.edu/~schmidt/POSA/>.
+ * described in Chapter 2 of POSA2 <www.dre.vanderbilt.edu/~schmidt/POSA/>.
* The intent of this pattern is to allow developers to dynamically
* load and configure services into a system. With a little help from
* this macros statically linked services can also be dynamically
diff --git a/ACE/ace/Process_Mutex.h b/ACE/ace/Process_Mutex.h
index e1a5b498508..3b713c526ef 100644
--- a/ACE/ace/Process_Mutex.h
+++ b/ACE/ace/Process_Mutex.h
@@ -7,7 +7,7 @@
* A wrapper for mutexes that can be used across processes on the
* same host machine, as well as within a process, of course.
*
- * @author Douglas C. Schmidt <schmidt@uci.edu>
+ * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
*/
//=============================================================================
diff --git a/ACE/ace/SV_Message_Queue.h b/ACE/ace/SV_Message_Queue.h
index c2db7320547..96e64944af0 100644
--- a/ACE/ace/SV_Message_Queue.h
+++ b/ACE/ace/SV_Message_Queue.h
@@ -4,7 +4,7 @@
/**
* @file SV_Message_Queue.h
*
- * @author Douglas C. Schmidt <schmidt@uci.edu>
+ * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
*/
//===========================================================================
diff --git a/ACE/ace/Stream.h b/ACE/ace/Stream.h
index de0aed8af32..d8381dde9f4 100644
--- a/ACE/ace/Stream.h
+++ b/ACE/ace/Stream.h
@@ -4,7 +4,7 @@
/**
* @file Stream.h
*
- * @author Douglas C. Schmidt <schmidt@uci.edu>
+ * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
*/
//==========================================================================
diff --git a/ACE/ace/Svc_Handler.h b/ACE/ace/Svc_Handler.h
index ab893b7edb9..6e44ad2aefc 100644
--- a/ACE/ace/Svc_Handler.h
+++ b/ACE/ace/Svc_Handler.h
@@ -4,7 +4,7 @@
/**
* @file Svc_Handler.h
*
- * @author Douglas Schmidt <schmidt@uci.edu>
+ * @author Douglas Schmidt <d.schmidt@vanderbilt.edu>
* @author Irfan Pyarali <irfan@cs.wustl.edu>
*/
//=============================================================================
diff --git a/ACE/ace/Synch_Options.h b/ACE/ace/Synch_Options.h
index c3651202f1e..171f1e24c15 100644
--- a/ACE/ace/Synch_Options.h
+++ b/ACE/ace/Synch_Options.h
@@ -4,7 +4,7 @@
/**
* @file Synch_Options.h
*
- * @author Douglas C. Schmidt <schmidt@uci.edu>
+ * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
*/
//==========================================================================
diff --git a/ACE/ace/TTY_IO.h b/ACE/ace/TTY_IO.h
index fcc6ac54b14..860184d7de2 100644
--- a/ACE/ace/TTY_IO.h
+++ b/ACE/ace/TTY_IO.h
@@ -4,7 +4,7 @@
/**
* @file TTY_IO.h
*
- * @author Douglas C. Schmidt <schmidt@uci.edu>
+ * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
*/
//=============================================================================
diff --git a/ACE/websvcs/lib/URL_Addr.h b/ACE/websvcs/lib/URL_Addr.h
index c88937bdd11..8d0a9009e77 100644
--- a/ACE/websvcs/lib/URL_Addr.h
+++ b/ACE/websvcs/lib/URL_Addr.h
@@ -54,7 +54,7 @@ public:
/**
* Initializes from the scheme specific address, for instance: if
* the address is an http URL it will initialize the address from
- * an string such as "www.cs.wustl.edu/~schmidt"
+ * an string such as "www.dre.vanderbilt.edu/~schmidt/"
*/
virtual int string_to_addr (const ACE_TCHAR *address);