summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:58:17 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:58:17 +0100
commit91ec92bc2e0052c8ab2a6bdfd2da3069218a6422 (patch)
treefa7dcaf5940500db33ed6ab2392313ae23a43b87 /TAO/examples
parent8ff95cb206cb5bdbad270e244b562e4bd8df82d3 (diff)
downloadATCD-91ec92bc2e0052c8ab2a6bdfd2da3069218a6422.tar.gz
Shorter header
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/Buffered_AMI/client.cpp1
-rw-r--r--TAO/examples/Buffered_Oneways/client.cpp1
-rw-r--r--TAO/examples/Callback_Quoter/Consumer_Handler.cpp1
-rw-r--r--TAO/examples/Callback_Quoter/Consumer_Input_Handler.cpp1
-rw-r--r--TAO/examples/Callback_Quoter/Consumer_Signal_Handler.cpp1
-rw-r--r--TAO/examples/Callback_Quoter/Consumer_i.cpp1
-rw-r--r--TAO/examples/Callback_Quoter/Notifier_Input_Handler.cpp1
-rw-r--r--TAO/examples/Callback_Quoter/Notifier_i.cpp1
-rw-r--r--TAO/examples/Callback_Quoter/Supplier_i.cpp1
-rw-r--r--TAO/examples/Load_Balancing/Identity_i.cpp1
-rw-r--r--TAO/examples/Load_Balancing_persistent/Identity_i.cpp1
-rw-r--r--TAO/examples/PluggableUDP/tests/Performance/client.cpp1
-rw-r--r--TAO/examples/PluggableUDP/tests/Performance/server.cpp1
-rw-r--r--TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp1
-rw-r--r--TAO/examples/PluggableUDP/tests/SimplePerformance/server.cpp1
-rw-r--r--TAO/examples/Quoter/Factory_Finder.cpp1
-rw-r--r--TAO/examples/Quoter/Factory_Finder_i.cpp1
-rw-r--r--TAO/examples/Quoter/Generic_Factory.cpp1
-rw-r--r--TAO/examples/Quoter/Generic_Factory_i.cpp1
-rw-r--r--TAO/examples/Quoter/server.cpp1
-rw-r--r--TAO/examples/Simple/chat/Broadcaster_i.cpp1
-rw-r--r--TAO/examples/Simple/chat/Client_i.cpp1
-rw-r--r--TAO/examples/Simple/chat/Receiver_i.cpp1
-rw-r--r--TAO/examples/Simple/chat/Server_i.cpp1
-rw-r--r--TAO/examples/Simple/chat/client.cpp1
-rw-r--r--TAO/examples/Simple/chat/server.cpp1
-rw-r--r--TAO/examples/Simple/time-date/server.cpp1
-rw-r--r--TAO/examples/Simulator/Event_Supplier/DOVE_Supplier.cpp1
-rw-r--r--TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp1
-rw-r--r--TAO/examples/Simulator/Event_Supplier/Event_Con.cpp1
-rw-r--r--TAO/examples/Simulator/Event_Supplier/Event_Sup.cpp1
-rw-r--r--TAO/examples/Simulator/Event_Supplier/Logging_Sup.cpp1
-rw-r--r--TAO/examples/ior_corbaloc/client.cpp1
-rw-r--r--TAO/examples/ior_corbaloc/corbaname_client.cpp1
-rw-r--r--TAO/examples/ior_corbaloc/ior_corbaloc_client_i.cpp1
35 files changed, 0 insertions, 35 deletions
diff --git a/TAO/examples/Buffered_AMI/client.cpp b/TAO/examples/Buffered_AMI/client.cpp
index f75fc6e56aa..b58a7483565 100644
--- a/TAO/examples/Buffered_AMI/client.cpp
+++ b/TAO/examples/Buffered_AMI/client.cpp
@@ -5,7 +5,6 @@
*
* This is a client that uses buffered AMI calls.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/examples/Buffered_Oneways/client.cpp b/TAO/examples/Buffered_Oneways/client.cpp
index fbe911e968a..1bf1affe144 100644
--- a/TAO/examples/Buffered_Oneways/client.cpp
+++ b/TAO/examples/Buffered_Oneways/client.cpp
@@ -5,7 +5,6 @@
*
* This is a client that uses buffered oneways.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/examples/Callback_Quoter/Consumer_Handler.cpp b/TAO/examples/Callback_Quoter/Consumer_Handler.cpp
index d4664285933..e82cacb225d 100644
--- a/TAO/examples/Callback_Quoter/Consumer_Handler.cpp
+++ b/TAO/examples/Callback_Quoter/Consumer_Handler.cpp
@@ -5,7 +5,6 @@
*
* Implementation of the Consumer_Handler class.
*
- *
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Callback_Quoter/Consumer_Input_Handler.cpp b/TAO/examples/Callback_Quoter/Consumer_Input_Handler.cpp
index 68612d3ffbe..c6cb2966135 100644
--- a/TAO/examples/Callback_Quoter/Consumer_Input_Handler.cpp
+++ b/TAO/examples/Callback_Quoter/Consumer_Input_Handler.cpp
@@ -4,7 +4,6 @@
*
* Implementation of the Consumer_Input_Handler class.
*
- *
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Callback_Quoter/Consumer_Signal_Handler.cpp b/TAO/examples/Callback_Quoter/Consumer_Signal_Handler.cpp
index ba3bc631d62..9298cad5ce2 100644
--- a/TAO/examples/Callback_Quoter/Consumer_Signal_Handler.cpp
+++ b/TAO/examples/Callback_Quoter/Consumer_Signal_Handler.cpp
@@ -6,7 +6,6 @@
*
* Implementation of the Consumer_Signal_Handler class.
*
- *
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Callback_Quoter/Consumer_i.cpp b/TAO/examples/Callback_Quoter/Consumer_i.cpp
index 09d49dafc15..35f47f2df2d 100644
--- a/TAO/examples/Callback_Quoter/Consumer_i.cpp
+++ b/TAO/examples/Callback_Quoter/Consumer_i.cpp
@@ -6,7 +6,6 @@
* Implements the Consumer_i class, which is used by the
* callback quoter client.
*
- *
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Callback_Quoter/Notifier_Input_Handler.cpp b/TAO/examples/Callback_Quoter/Notifier_Input_Handler.cpp
index 829646fac82..dffe423c889 100644
--- a/TAO/examples/Callback_Quoter/Notifier_Input_Handler.cpp
+++ b/TAO/examples/Callback_Quoter/Notifier_Input_Handler.cpp
@@ -5,7 +5,6 @@
*
* Implementation of the callback quoter Notifier_Input_Handler class.
*
- *
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Callback_Quoter/Notifier_i.cpp b/TAO/examples/Callback_Quoter/Notifier_i.cpp
index 7efa90b50db..64855f0766d 100644
--- a/TAO/examples/Callback_Quoter/Notifier_i.cpp
+++ b/TAO/examples/Callback_Quoter/Notifier_i.cpp
@@ -6,7 +6,6 @@
* Implementation of the Notifier_i class. This class is the servant
* object for the callback quoter server.
*
- *
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Callback_Quoter/Supplier_i.cpp b/TAO/examples/Callback_Quoter/Supplier_i.cpp
index 7f47838a130..fb6ed593ca4 100644
--- a/TAO/examples/Callback_Quoter/Supplier_i.cpp
+++ b/TAO/examples/Callback_Quoter/Supplier_i.cpp
@@ -4,7 +4,6 @@
*
* Implementation of the Supplier class.
*
- *
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Load_Balancing/Identity_i.cpp b/TAO/examples/Load_Balancing/Identity_i.cpp
index 775a156f289..9c9806b40ca 100644
--- a/TAO/examples/Load_Balancing/Identity_i.cpp
+++ b/TAO/examples/Load_Balancing/Identity_i.cpp
@@ -5,7 +5,6 @@
*
* Implements the interface in Identity.idl.
*
- *
* @author Marina Spivak <marina@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Load_Balancing_persistent/Identity_i.cpp b/TAO/examples/Load_Balancing_persistent/Identity_i.cpp
index d6bacdbb083..10be44939a2 100644
--- a/TAO/examples/Load_Balancing_persistent/Identity_i.cpp
+++ b/TAO/examples/Load_Balancing_persistent/Identity_i.cpp
@@ -5,7 +5,6 @@
*
* Implements the interface in Identity.idl.
*
- *
* @author Marina Spivak <marina@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/PluggableUDP/tests/Performance/client.cpp b/TAO/examples/PluggableUDP/tests/Performance/client.cpp
index 4e7102e1f48..72f7bb4ebe0 100644
--- a/TAO/examples/PluggableUDP/tests/Performance/client.cpp
+++ b/TAO/examples/PluggableUDP/tests/Performance/client.cpp
@@ -5,7 +5,6 @@
*
* This is the client for the UDP performance test.
*
- *
* @author Michael Kircher <Michael.Kircher@mchp.siemens.de>
*/
//=============================================================================
diff --git a/TAO/examples/PluggableUDP/tests/Performance/server.cpp b/TAO/examples/PluggableUDP/tests/Performance/server.cpp
index b4423920a38..87e563c6ab8 100644
--- a/TAO/examples/PluggableUDP/tests/Performance/server.cpp
+++ b/TAO/examples/PluggableUDP/tests/Performance/server.cpp
@@ -5,7 +5,6 @@
*
* Implementation of the server running the UDP object.
*
- *
* @author Michael Kircher <Michael.Kircher@mchp.siemens.de>
*/
//=============================================================================
diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp b/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp
index bb654268d47..ae03fd9da69 100644
--- a/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp
+++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/client.cpp
@@ -5,7 +5,6 @@
*
* This is the client for the UDP simple performance test.
*
- *
* @author Michael Kircher <Michael.Kircher@mchp.siemens.de>
*/
//=============================================================================
diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/server.cpp b/TAO/examples/PluggableUDP/tests/SimplePerformance/server.cpp
index 152411ca710..3a34e3f3f4f 100644
--- a/TAO/examples/PluggableUDP/tests/SimplePerformance/server.cpp
+++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/server.cpp
@@ -5,7 +5,6 @@
*
* Implementation of the server running the UDP object.
*
- *
* @author Michael Kircher <Michael.Kircher@mchp.siemens.de>
*/
//=============================================================================
diff --git a/TAO/examples/Quoter/Factory_Finder.cpp b/TAO/examples/Quoter/Factory_Finder.cpp
index e98add2f4f0..9dbd858d32d 100644
--- a/TAO/examples/Quoter/Factory_Finder.cpp
+++ b/TAO/examples/Quoter/Factory_Finder.cpp
@@ -6,7 +6,6 @@
* A Factory Finder for the Quoter example. This example conforms
* to the CosLifeCycle Factory Finder notion.
*
- *
* @author Michael Kircher (mk1@cs.wustl.edu)
*/
//=============================================================================
diff --git a/TAO/examples/Quoter/Factory_Finder_i.cpp b/TAO/examples/Quoter/Factory_Finder_i.cpp
index 41a697059f8..461ccaccd91 100644
--- a/TAO/examples/Quoter/Factory_Finder_i.cpp
+++ b/TAO/examples/Quoter/Factory_Finder_i.cpp
@@ -6,7 +6,6 @@
* A Factory Finder for the Quoter example. This example conforms
* to the CosLifeCycle Factory Finder notion.
*
- *
* @author Michael Kircher (mk1@cs.wustl.edu)
*/
//=============================================================================
diff --git a/TAO/examples/Quoter/Generic_Factory.cpp b/TAO/examples/Quoter/Generic_Factory.cpp
index d3179939771..31cf6f21b4c 100644
--- a/TAO/examples/Quoter/Generic_Factory.cpp
+++ b/TAO/examples/Quoter/Generic_Factory.cpp
@@ -5,7 +5,6 @@
*
* The server for the GenericFactory for the quoter example.
*
- *
* @author Michael Kircher (mk1@cs.wustl.edu)
*/
//=============================================================================
diff --git a/TAO/examples/Quoter/Generic_Factory_i.cpp b/TAO/examples/Quoter/Generic_Factory_i.cpp
index b9eecb839d2..5ba2333b03c 100644
--- a/TAO/examples/Quoter/Generic_Factory_i.cpp
+++ b/TAO/examples/Quoter/Generic_Factory_i.cpp
@@ -6,7 +6,6 @@
* The implementation of a LifeCycle Service GenericFactory for the
* Quoter example.
*
- *
* @author Michael Kircher (mk1@cs.wustl.edu)
*/
//=============================================================================
diff --git a/TAO/examples/Quoter/server.cpp b/TAO/examples/Quoter/server.cpp
index 7fa3909bace..6907e551726 100644
--- a/TAO/examples/Quoter/server.cpp
+++ b/TAO/examples/Quoter/server.cpp
@@ -4,7 +4,6 @@
*
* The Server for the Quoter Factory
*
- *
* @author Darrell Brunsch (brunsch@cs.wustl.edu) Michael Kircher (mk1@cs.wustl.edu)
*/
//=============================================================================
diff --git a/TAO/examples/Simple/chat/Broadcaster_i.cpp b/TAO/examples/Simple/chat/Broadcaster_i.cpp
index 71dd538d1f1..f500dbf99c1 100644
--- a/TAO/examples/Simple/chat/Broadcaster_i.cpp
+++ b/TAO/examples/Simple/chat/Broadcaster_i.cpp
@@ -6,7 +6,6 @@
* Implementation of the Broadcaster_i class. This class is the servant
* object for the chat server.
*
- *
* @author Pradeep Gore <pradeep@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Simple/chat/Client_i.cpp b/TAO/examples/Simple/chat/Client_i.cpp
index 31ff7192af5..f5773f4e00a 100644
--- a/TAO/examples/Simple/chat/Client_i.cpp
+++ b/TAO/examples/Simple/chat/Client_i.cpp
@@ -5,7 +5,6 @@
*
* Implementation of the Client_i class.
*
- *
* @author Pradeep Gore <pradeep@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Simple/chat/Receiver_i.cpp b/TAO/examples/Simple/chat/Receiver_i.cpp
index 9a291e53e0b..cfebe82f8eb 100644
--- a/TAO/examples/Simple/chat/Receiver_i.cpp
+++ b/TAO/examples/Simple/chat/Receiver_i.cpp
@@ -5,7 +5,6 @@
*
* Implements the Receiver_i class, which is used by the chat client.
*
- *
* @author Pradeep Gore <pradeep@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Simple/chat/Server_i.cpp b/TAO/examples/Simple/chat/Server_i.cpp
index 0bbb8735284..c62fb1f7bb7 100644
--- a/TAO/examples/Simple/chat/Server_i.cpp
+++ b/TAO/examples/Simple/chat/Server_i.cpp
@@ -5,7 +5,6 @@
*
* Implementation of the Chat Server_i class.
*
- *
* @author Pradeep Gore <pradeep@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Simple/chat/client.cpp b/TAO/examples/Simple/chat/client.cpp
index fe85eeff2f3..ddb87e5aa55 100644
--- a/TAO/examples/Simple/chat/client.cpp
+++ b/TAO/examples/Simple/chat/client.cpp
@@ -5,7 +5,6 @@
*
* The Chat client program entry point.
*
- *
* @author Pradeep Gore <pradeep@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Simple/chat/server.cpp b/TAO/examples/Simple/chat/server.cpp
index 0fade430ec7..1581f3debbc 100644
--- a/TAO/examples/Simple/chat/server.cpp
+++ b/TAO/examples/Simple/chat/server.cpp
@@ -5,7 +5,6 @@
*
* Entry point for the chat server.
*
- *
* @author Pradeep Gore <pradeep@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Simple/time-date/server.cpp b/TAO/examples/Simple/time-date/server.cpp
index 78ef0107ece..4742621485e 100644
--- a/TAO/examples/Simple/time-date/server.cpp
+++ b/TAO/examples/Simple/time-date/server.cpp
@@ -7,7 +7,6 @@
* Service Configurator can dynamically configure an ORB and its
* servants from a svc.conf file.
*
- *
* @author Doug Schmidt <schmidt@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Simulator/Event_Supplier/DOVE_Supplier.cpp b/TAO/examples/Simulator/Event_Supplier/DOVE_Supplier.cpp
index 820152492e9..750be01de8b 100644
--- a/TAO/examples/Simulator/Event_Supplier/DOVE_Supplier.cpp
+++ b/TAO/examples/Simulator/Event_Supplier/DOVE_Supplier.cpp
@@ -6,7 +6,6 @@
* A wrapper around the event service initialization and
* marshalling
*
- *
* @author Michael Kircher (mk1@cs.wustl.edu)
*/
//=============================================================================
diff --git a/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp b/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp
index a098c4e051a..fb2b427f324 100644
--- a/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp
+++ b/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp
@@ -6,7 +6,6 @@
* Event Supplier for visualizing scheduling behavior, using arrival
* and dispatch data logged by an event channel dispatch command object
*
- *
* @author Chris Gill (cdgill@cs.wustl.edu) Adapted from the DOVE simulation event supplier originally David Levine (levine@cs.wustl.edu) and Tim Harrison (harrison@cs.wustl.edu) modified Michael Kircher (mk1@cs.wustl.edu)
*/
//=============================================================================
diff --git a/TAO/examples/Simulator/Event_Supplier/Event_Con.cpp b/TAO/examples/Simulator/Event_Supplier/Event_Con.cpp
index eb21cb14b02..78bb5182a80 100644
--- a/TAO/examples/Simulator/Event_Supplier/Event_Con.cpp
+++ b/TAO/examples/Simulator/Event_Supplier/Event_Con.cpp
@@ -10,7 +10,6 @@
* architecture expects an supplier which has inherited from the
* Rtec Supplier.
*
- *
* @author originally David Levine (levine@cs.wustl.edu) and Tim Harrison (harrison@cs.wustl.edu) modified Michael Kircher (mk1@cs.wustl.edu)
*/
//=============================================================================
diff --git a/TAO/examples/Simulator/Event_Supplier/Event_Sup.cpp b/TAO/examples/Simulator/Event_Supplier/Event_Sup.cpp
index e1e7a1130eb..5afcf85c89c 100644
--- a/TAO/examples/Simulator/Event_Supplier/Event_Sup.cpp
+++ b/TAO/examples/Simulator/Event_Supplier/Event_Sup.cpp
@@ -5,7 +5,6 @@
*
* Event Supplier for the flight simulator
*
- *
* @author originally David Levine (levine@cs.wustl.edu) and Tim Harrison (harrison@cs.wustl.edu) modified Michael Kircher (mk1@cs.wustl.edu)
*/
//=============================================================================
diff --git a/TAO/examples/Simulator/Event_Supplier/Logging_Sup.cpp b/TAO/examples/Simulator/Event_Supplier/Logging_Sup.cpp
index 77a7700cacd..2f343983540 100644
--- a/TAO/examples/Simulator/Event_Supplier/Logging_Sup.cpp
+++ b/TAO/examples/Simulator/Event_Supplier/Logging_Sup.cpp
@@ -6,7 +6,6 @@
* Event Supplier for visualizing scheduling behavior, using arrival
* and dispatch data logged by an event channel dispatch command object
*
- *
* @author Chris Gill (cdgill@cs.wustl.edu) Adapted from the DOVE simulation event supplier originally David Levine (levine@cs.wustl.edu) and Tim Harrison (harrison@cs.wustl.edu) modified Michael Kircher (mk1@cs.wustl.edu)
*/
//=============================================================================
diff --git a/TAO/examples/ior_corbaloc/client.cpp b/TAO/examples/ior_corbaloc/client.cpp
index bdc80d87c98..2026ed3214f 100644
--- a/TAO/examples/ior_corbaloc/client.cpp
+++ b/TAO/examples/ior_corbaloc/client.cpp
@@ -6,7 +6,6 @@
* This implements a simple CORBA client for the
* corbaloc: style IOR parser
*
- *
* @author Priyanka Gontla <pgontla@ece.uci.edu>
*/
//=============================================================================
diff --git a/TAO/examples/ior_corbaloc/corbaname_client.cpp b/TAO/examples/ior_corbaloc/corbaname_client.cpp
index 140e2bd43c4..276db75fa4a 100644
--- a/TAO/examples/ior_corbaloc/corbaname_client.cpp
+++ b/TAO/examples/ior_corbaloc/corbaname_client.cpp
@@ -5,7 +5,6 @@
* This implements a simple CORBA client to tests the
* corbaname: style IOR parser
*
- *
* @author Craig Rodrigues <crodrigu@bbn.com>
*/
//=============================================================================
diff --git a/TAO/examples/ior_corbaloc/ior_corbaloc_client_i.cpp b/TAO/examples/ior_corbaloc/ior_corbaloc_client_i.cpp
index 6351f931609..76222292423 100644
--- a/TAO/examples/ior_corbaloc/ior_corbaloc_client_i.cpp
+++ b/TAO/examples/ior_corbaloc/ior_corbaloc_client_i.cpp
@@ -7,7 +7,6 @@
* style url to the server and gets a response from the
* server to indicate that the server has received the request.
*
- *
* @author Priyanka Gontla <pgontla@ece.uci.edu>
*/
//=============================================================================