summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/Event_Comm/Consumer_Handler.h2
-rw-r--r--TAO/examples/Event_Comm/Consumer_Input_Handler.h2
-rw-r--r--TAO/examples/Event_Comm/Event_Comm.idl2
-rw-r--r--TAO/examples/Event_Comm/Event_Comm_i.h2
-rw-r--r--TAO/examples/Event_Comm/Notifier_Handler.h2
-rw-r--r--TAO/examples/Event_Comm/Supplier_Input_Handler.h2
-rw-r--r--TAO/examples/Load_Balancing/Load_Balancer.idl2
-rw-r--r--TAO/examples/Load_Balancing_persistent/Load_Balancer.idl2
-rw-r--r--TAO/examples/Simple/time-date/Time_Date_Client_i.h2
-rw-r--r--TAO/examples/Simple/time-date/Time_Date_i.h2
-rw-r--r--TAO/examples/Simple/time-date/server.cpp2
11 files changed, 11 insertions, 11 deletions
diff --git a/TAO/examples/Event_Comm/Consumer_Handler.h b/TAO/examples/Event_Comm/Consumer_Handler.h
index 07538447d86..008d5b235ea 100644
--- a/TAO/examples/Event_Comm/Consumer_Handler.h
+++ b/TAO/examples/Event_Comm/Consumer_Handler.h
@@ -7,7 +7,7 @@
* Subclass of Corba_Handler that sets up the Consumer handler
* for use with the ACE ACE_Reactor.
*
- * @author Douglas C. Schmidt (schmidt@cs.wustl.edu) and Pradeep Gore (pradeep@cs.wustl.edu)
+ * @author Douglas C. Schmidt (d.schmidt@vanderbilt.edu) and Pradeep Gore (pradeep@cs.wustl.edu)
*/
//=============================================================================
diff --git a/TAO/examples/Event_Comm/Consumer_Input_Handler.h b/TAO/examples/Event_Comm/Consumer_Input_Handler.h
index a1e807ff84f..2a5f599d21f 100644
--- a/TAO/examples/Event_Comm/Consumer_Input_Handler.h
+++ b/TAO/examples/Event_Comm/Consumer_Input_Handler.h
@@ -4,7 +4,7 @@
/**
* @file Consumer_Input_Handler.h
*
- * @author Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * @author Douglas C. Schmidt (d.schmidt@vanderbilt.edu)
*/
//=============================================================================
diff --git a/TAO/examples/Event_Comm/Event_Comm.idl b/TAO/examples/Event_Comm/Event_Comm.idl
index b347475dcc7..92b24036dd6 100644
--- a/TAO/examples/Event_Comm/Event_Comm.idl
+++ b/TAO/examples/Event_Comm/Event_Comm.idl
@@ -7,7 +7,7 @@
* The CORBA IDL module for distributed event notification.
*
*
- * @author Douglas C. Schmidt (schmidt@cs.wustl.edu) and Pradeep Gore (pradeep@cs.wustl.edu)
+ * @author Douglas C. Schmidt (d.schmidt@vanderbilt.edu) and Pradeep Gore (pradeep@cs.wustl.edu)
*/
//=============================================================================
diff --git a/TAO/examples/Event_Comm/Event_Comm_i.h b/TAO/examples/Event_Comm/Event_Comm_i.h
index 133c0008e00..82dde90d39e 100644
--- a/TAO/examples/Event_Comm/Event_Comm_i.h
+++ b/TAO/examples/Event_Comm/Event_Comm_i.h
@@ -7,7 +7,7 @@
* Class interface for the implementation of the distributed
* event notification mechanism.
*
- * @author Douglas C. Schmidt (schmidt@cs.wustl.edu) and Pradeep Gore <pradeep@cs.wustl.edu>
+ * @author Douglas C. Schmidt (d.schmidt@vanderbilt.edu) and Pradeep Gore <pradeep@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Event_Comm/Notifier_Handler.h b/TAO/examples/Event_Comm/Notifier_Handler.h
index 0c4b9533c82..61dd0cd0ba3 100644
--- a/TAO/examples/Event_Comm/Notifier_Handler.h
+++ b/TAO/examples/Event_Comm/Notifier_Handler.h
@@ -4,7 +4,7 @@
/**
* @file Notifier_Handler.h
*
- * @author Douglas C. Schmidt (schmidt@cs.wustl.edu) and Pradeep Gore (pradeep@cs.wustl.edu)
+ * @author Douglas C. Schmidt (d.schmidt@vanderbilt.edu) and Pradeep Gore (pradeep@cs.wustl.edu)
*/
//=============================================================================
diff --git a/TAO/examples/Event_Comm/Supplier_Input_Handler.h b/TAO/examples/Event_Comm/Supplier_Input_Handler.h
index bef78d458ce..77dbd8bb38f 100644
--- a/TAO/examples/Event_Comm/Supplier_Input_Handler.h
+++ b/TAO/examples/Event_Comm/Supplier_Input_Handler.h
@@ -6,7 +6,7 @@
*
* Handle input from the keyboard.
*
- * @author Douglas C. Schmidt (schmidt@cs.wustl.edu) and Pradeep Gore (pradeep@cs.wustl.edu)
+ * @author Douglas C. Schmidt (d.schmidt@vanderbilt.edu) and Pradeep Gore (pradeep@cs.wustl.edu)
*/
//=============================================================================
diff --git a/TAO/examples/Load_Balancing/Load_Balancer.idl b/TAO/examples/Load_Balancing/Load_Balancer.idl
index 2380f981cff..bf29e56829c 100644
--- a/TAO/examples/Load_Balancing/Load_Balancer.idl
+++ b/TAO/examples/Load_Balancing/Load_Balancer.idl
@@ -10,7 +10,7 @@
* well as use cases for this approach.
*
*
- * @author Interfaces in this file came from OrbixNames Load Balancing features with modifications by: Doug Schmidt (schmidt@cs.wustl.edu) Marina Spivak (marina@cs.wustl.edu)
+ * @author Interfaces in this file came from OrbixNames Load Balancing features with modifications by: Doug Schmidt (d.schmidt@vanderbilt.edu) Marina Spivak (marina@cs.wustl.edu)
*/
//=============================================================================
diff --git a/TAO/examples/Load_Balancing_persistent/Load_Balancer.idl b/TAO/examples/Load_Balancing_persistent/Load_Balancer.idl
index b04eb9bbe9e..f439e8fe3d9 100644
--- a/TAO/examples/Load_Balancing_persistent/Load_Balancer.idl
+++ b/TAO/examples/Load_Balancing_persistent/Load_Balancer.idl
@@ -10,7 +10,7 @@
* well as use cases for this approach.
*
*
- * @author Interfaces in this file came from OrbixNames Load Balancing features with modifications by: Doug Schmidt (schmidt@cs.wustl.edu) Marina Spivak (marina@cs.wustl.edu)
+ * @author Interfaces in this file came from OrbixNames Load Balancing features with modifications by: Doug Schmidt (d.schmidt@vanderbilt.edu) Marina Spivak (marina@cs.wustl.edu)
*/
//=============================================================================
diff --git a/TAO/examples/Simple/time-date/Time_Date_Client_i.h b/TAO/examples/Simple/time-date/Time_Date_Client_i.h
index fbcf6501ae4..2a9c1a5e4b4 100644
--- a/TAO/examples/Simple/time-date/Time_Date_Client_i.h
+++ b/TAO/examples/Simple/time-date/Time_Date_Client_i.h
@@ -6,7 +6,7 @@
*
* This class implements the interface calls for RMI.
*
- * @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
+ * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Simple/time-date/Time_Date_i.h b/TAO/examples/Simple/time-date/Time_Date_i.h
index 2941fde811f..4ce9bbd0c42 100644
--- a/TAO/examples/Simple/time-date/Time_Date_i.h
+++ b/TAO/examples/Simple/time-date/Time_Date_i.h
@@ -6,7 +6,7 @@
*
* This class implements the Time_Date IDL interface.
*
- * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> and Michael Kircher.
+ * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu> and Michael Kircher.
*/
//=============================================================================
diff --git a/TAO/examples/Simple/time-date/server.cpp b/TAO/examples/Simple/time-date/server.cpp
index 4742621485e..d81d6988cb3 100644
--- a/TAO/examples/Simple/time-date/server.cpp
+++ b/TAO/examples/Simple/time-date/server.cpp
@@ -7,7 +7,7 @@
* Service Configurator can dynamically configure an ORB and its
* servants from a svc.conf file.
*
- * @author Doug Schmidt <schmidt@cs.wustl.edu>
+ * @author Doug Schmidt <d.schmidt@vanderbilt.edu>
*/
//=============================================================================