summaryrefslogtreecommitdiff
path: root/TAO/tests/POA
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/tests/POA
parent8ff95cb206cb5bdbad270e244b562e4bd8df82d3 (diff)
downloadATCD-91ec92bc2e0052c8ab2a6bdfd2da3069218a6422.tar.gz
Shorter header
Diffstat (limited to 'TAO/tests/POA')
-rw-r--r--TAO/tests/POA/Adapter_Activator/server.cpp1
-rw-r--r--TAO/tests/POA/Bug_2511_Regression/server.cpp1
-rw-r--r--TAO/tests/POA/Current/Current.cpp1
-rw-r--r--TAO/tests/POA/DSI/client.cpp1
-rw-r--r--TAO/tests/POA/DSI/server.cpp1
-rw-r--r--TAO/tests/POA/Default_Servant/Default_Servant.cpp1
-rw-r--r--TAO/tests/POA/Default_Servant2/File_i.cpp1
-rw-r--r--TAO/tests/POA/Default_Servant2/client.cpp1
-rw-r--r--TAO/tests/POA/Default_Servant2/server.cpp1
-rw-r--r--TAO/tests/POA/Etherealization/Etherealization.cpp1
-rw-r--r--TAO/tests/POA/Excessive_Object_Deactivations/Excessive_Object_Deactivations.cpp1
-rw-r--r--TAO/tests/POA/Explicit_Activation/server.cpp1
-rw-r--r--TAO/tests/POA/FindPOA/FindPOA.cpp1
-rw-r--r--TAO/tests/POA/Forwarding/client.cpp2
-rw-r--r--TAO/tests/POA/Forwarding/server.cpp1
-rw-r--r--TAO/tests/POA/Identity/Identity.cpp1
-rw-r--r--TAO/tests/POA/Loader/Servant_Activator.cpp1
-rw-r--r--TAO/tests/POA/Loader/Servant_Locator.cpp1
-rw-r--r--TAO/tests/POA/Loader/server.cpp1
-rw-r--r--TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp1
-rw-r--r--TAO/tests/POA/Nested_Non_Servant_Upcalls/Nested_Non_Servant_Upcalls.cpp1
-rw-r--r--TAO/tests/POA/NewPOA/NewPOA.cpp1
-rw-r--r--TAO/tests/POA/Non_Servant_Upcalls/Non_Servant_Upcalls.cpp1
-rw-r--r--TAO/tests/POA/Object_Reactivation/Object_Reactivation.cpp1
-rw-r--r--TAO/tests/POA/On_Demand_Act_Direct_Coll/Servant_Activator.cpp1
-rw-r--r--TAO/tests/POA/On_Demand_Activation/Servant_Activator.cpp1
-rw-r--r--TAO/tests/POA/On_Demand_Activation/Servant_Locator.cpp1
-rw-r--r--TAO/tests/POA/On_Demand_Activation/server.cpp1
-rw-r--r--TAO/tests/POA/On_Demand_Loading/Servant_Activator.cpp1
-rw-r--r--TAO/tests/POA/On_Demand_Loading/Servant_Locator.cpp1
-rw-r--r--TAO/tests/POA/On_Demand_Loading/Servant_Manager.cpp1
-rw-r--r--TAO/tests/POA/On_Demand_Loading/server.cpp1
-rw-r--r--TAO/tests/POA/POAManagerFactory/POAManagerFactory.cpp1
-rw-r--r--TAO/tests/POA/POA_BiDir/POA_BiDir.cpp1
-rw-r--r--TAO/tests/POA/POA_Destruction/POA_Destruction.cpp1
-rw-r--r--TAO/tests/POA/Persistent_ID/client.cpp1
-rw-r--r--TAO/tests/POA/Persistent_ID/server.cpp1
-rw-r--r--TAO/tests/POA/Policies/Policies.cpp1
-rw-r--r--TAO/tests/POA/Reference_Counted_Servant/server.cpp1
-rw-r--r--TAO/tests/POA/RootPOA/RootPOA.cpp1
-rw-r--r--TAO/tests/POA/Single_Threaded_POA/Single_Threaded_POA.cpp1
-rw-r--r--TAO/tests/POA/TIE/client.cpp1
-rw-r--r--TAO/tests/POA/TIE/server.cpp1
-rw-r--r--TAO/tests/POA/TIE/test_i.cpp1
-rw-r--r--TAO/tests/POA/wait_for_completion/wait_for_completion.cpp1
45 files changed, 0 insertions, 46 deletions
diff --git a/TAO/tests/POA/Adapter_Activator/server.cpp b/TAO/tests/POA/Adapter_Activator/server.cpp
index d4a2556bd54..c3402e28182 100644
--- a/TAO/tests/POA/Adapter_Activator/server.cpp
+++ b/TAO/tests/POA/Adapter_Activator/server.cpp
@@ -11,7 +11,6 @@
* Similar to the Explicit_Activation, the client for this example
* is Generic_Servant.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Bug_2511_Regression/server.cpp b/TAO/tests/POA/Bug_2511_Regression/server.cpp
index 31a23182892..a0a1aa657cf 100644
--- a/TAO/tests/POA/Bug_2511_Regression/server.cpp
+++ b/TAO/tests/POA/Bug_2511_Regression/server.cpp
@@ -6,7 +6,6 @@
* This program tests that multiple calls to the Servant Locator
* can take place simultaneously.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Current/Current.cpp b/TAO/tests/POA/Current/Current.cpp
index 24b802ed6a5..f17155b7a59 100644
--- a/TAO/tests/POA/Current/Current.cpp
+++ b/TAO/tests/POA/Current/Current.cpp
@@ -6,7 +6,6 @@
* This program tests if accessing the POA current before the
* RootPOA can cause any problems.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/DSI/client.cpp b/TAO/tests/POA/DSI/client.cpp
index bcbd934120b..2647416cc9c 100644
--- a/TAO/tests/POA/DSI/client.cpp
+++ b/TAO/tests/POA/DSI/client.cpp
@@ -5,7 +5,6 @@
*
* A client program for the Database IDL module
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/DSI/server.cpp b/TAO/tests/POA/DSI/server.cpp
index 0895c895833..437ea3794b4 100644
--- a/TAO/tests/POA/DSI/server.cpp
+++ b/TAO/tests/POA/DSI/server.cpp
@@ -5,7 +5,6 @@
*
* A server program for the File IDL module
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Default_Servant/Default_Servant.cpp b/TAO/tests/POA/Default_Servant/Default_Servant.cpp
index 20f2f6061f3..f3a54ca0129 100644
--- a/TAO/tests/POA/Default_Servant/Default_Servant.cpp
+++ b/TAO/tests/POA/Default_Servant/Default_Servant.cpp
@@ -6,7 +6,6 @@
* This program tests the behavior of POA::id_to_servant() and
* POA::reference_to_servant() with the use of default servants.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Default_Servant2/File_i.cpp b/TAO/tests/POA/Default_Servant2/File_i.cpp
index 19b8848b452..54c374ca0df 100644
--- a/TAO/tests/POA/Default_Servant2/File_i.cpp
+++ b/TAO/tests/POA/Default_Servant2/File_i.cpp
@@ -6,7 +6,6 @@
* Implementation of the File IDL module and the interfaces
* Descriptor and System in it.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Default_Servant2/client.cpp b/TAO/tests/POA/Default_Servant2/client.cpp
index 86a9e820d32..00e10b17a37 100644
--- a/TAO/tests/POA/Default_Servant2/client.cpp
+++ b/TAO/tests/POA/Default_Servant2/client.cpp
@@ -5,7 +5,6 @@
*
* A client program for the File IDL module
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Default_Servant2/server.cpp b/TAO/tests/POA/Default_Servant2/server.cpp
index 486e63bdbcc..3504cec4662 100644
--- a/TAO/tests/POA/Default_Servant2/server.cpp
+++ b/TAO/tests/POA/Default_Servant2/server.cpp
@@ -5,7 +5,6 @@
*
* A server program for the File IDL module
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Etherealization/Etherealization.cpp b/TAO/tests/POA/Etherealization/Etherealization.cpp
index 447b436dbaf..37de8d7661e 100644
--- a/TAO/tests/POA/Etherealization/Etherealization.cpp
+++ b/TAO/tests/POA/Etherealization/Etherealization.cpp
@@ -6,7 +6,6 @@
* This program tests for deactivation and etherealization of
* reference counted and non reference counted servants.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Excessive_Object_Deactivations/Excessive_Object_Deactivations.cpp b/TAO/tests/POA/Excessive_Object_Deactivations/Excessive_Object_Deactivations.cpp
index 11023cd6fcc..00f53cac6ce 100644
--- a/TAO/tests/POA/Excessive_Object_Deactivations/Excessive_Object_Deactivations.cpp
+++ b/TAO/tests/POA/Excessive_Object_Deactivations/Excessive_Object_Deactivations.cpp
@@ -8,7 +8,6 @@
* and other POA with USER_ID. The test also check for excessive
* deactivations during upcalls.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Explicit_Activation/server.cpp b/TAO/tests/POA/Explicit_Activation/server.cpp
index 5ebd204e06d..aa5ca495c5c 100644
--- a/TAO/tests/POA/Explicit_Activation/server.cpp
+++ b/TAO/tests/POA/Explicit_Activation/server.cpp
@@ -5,7 +5,6 @@
*
* Explicit creation of servants.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/FindPOA/FindPOA.cpp b/TAO/tests/POA/FindPOA/FindPOA.cpp
index e23ef6a45f1..609dd992db1 100644
--- a/TAO/tests/POA/FindPOA/FindPOA.cpp
+++ b/TAO/tests/POA/FindPOA/FindPOA.cpp
@@ -5,7 +5,6 @@
*
* This Program tests the find_POA method of a POA.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Forwarding/client.cpp b/TAO/tests/POA/Forwarding/client.cpp
index fa90877dbb5..45d1fc3755e 100644
--- a/TAO/tests/POA/Forwarding/client.cpp
+++ b/TAO/tests/POA/Forwarding/client.cpp
@@ -3,11 +3,9 @@
/**
* @file client.cpp
*
- *
* This is a simple test client implementation. Also looks out
* for forwarding exceptions
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Forwarding/server.cpp b/TAO/tests/POA/Forwarding/server.cpp
index 72cfedbfeb9..9ab88d53801 100644
--- a/TAO/tests/POA/Forwarding/server.cpp
+++ b/TAO/tests/POA/Forwarding/server.cpp
@@ -6,7 +6,6 @@
* Server that receives requests. The server can be asked to
* forward new requests to another server.
*
- *
* @author Irfan Pyarali Michael Kircher
*/
//=============================================================================
diff --git a/TAO/tests/POA/Identity/Identity.cpp b/TAO/tests/POA/Identity/Identity.cpp
index a1c77b1d081..4a099a65fd1 100644
--- a/TAO/tests/POA/Identity/Identity.cpp
+++ b/TAO/tests/POA/Identity/Identity.cpp
@@ -6,7 +6,6 @@
* This program demonstrates and tests how to move between id,
* reference, and servants.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Loader/Servant_Activator.cpp b/TAO/tests/POA/Loader/Servant_Activator.cpp
index d7eb32742e5..e567d06fb06 100644
--- a/TAO/tests/POA/Loader/Servant_Activator.cpp
+++ b/TAO/tests/POA/Loader/Servant_Activator.cpp
@@ -6,7 +6,6 @@
* Implementation of <ServantActivator>, which is used by a POA
* with a RETAIN policy.
*
- *
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/tests/POA/Loader/Servant_Locator.cpp b/TAO/tests/POA/Loader/Servant_Locator.cpp
index 22de62cf1ed..be759f8d63f 100644
--- a/TAO/tests/POA/Loader/Servant_Locator.cpp
+++ b/TAO/tests/POA/Loader/Servant_Locator.cpp
@@ -6,7 +6,6 @@
* Implementation of ServantLocator class, used with a POA
* having a NON_RETAIN policy.
*
- *
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/tests/POA/Loader/server.cpp b/TAO/tests/POA/Loader/server.cpp
index 276a65ffa72..fad2f61b8a8 100644
--- a/TAO/tests/POA/Loader/server.cpp
+++ b/TAO/tests/POA/Loader/server.cpp
@@ -5,7 +5,6 @@
*
* Server application to test the Servant Activator and Servant Locator.
*
- *
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp b/TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp
index 811f8e5ffcc..2af32ba3983 100644
--- a/TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp
+++ b/TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp
@@ -6,7 +6,6 @@
* This program tests that multiple calls to the Servant Locator
* can take place simultaneously.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Nested_Non_Servant_Upcalls/Nested_Non_Servant_Upcalls.cpp b/TAO/tests/POA/Nested_Non_Servant_Upcalls/Nested_Non_Servant_Upcalls.cpp
index 12ba936e94f..7aefcc52e47 100644
--- a/TAO/tests/POA/Nested_Non_Servant_Upcalls/Nested_Non_Servant_Upcalls.cpp
+++ b/TAO/tests/POA/Nested_Non_Servant_Upcalls/Nested_Non_Servant_Upcalls.cpp
@@ -6,7 +6,6 @@
* This program tests that nested non-servant upcalls are handled
* correctly.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/NewPOA/NewPOA.cpp b/TAO/tests/POA/NewPOA/NewPOA.cpp
index c99dbb669df..0eea1764dec 100644
--- a/TAO/tests/POA/NewPOA/NewPOA.cpp
+++ b/TAO/tests/POA/NewPOA/NewPOA.cpp
@@ -12,7 +12,6 @@
* RootPOA--
* \-->third_poa
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Non_Servant_Upcalls/Non_Servant_Upcalls.cpp b/TAO/tests/POA/Non_Servant_Upcalls/Non_Servant_Upcalls.cpp
index e9611df0d90..f2da5f47bfe 100644
--- a/TAO/tests/POA/Non_Servant_Upcalls/Non_Servant_Upcalls.cpp
+++ b/TAO/tests/POA/Non_Servant_Upcalls/Non_Servant_Upcalls.cpp
@@ -8,7 +8,6 @@
* is being destroyed during because of a deactivate_object()
* call, tries to deactivate another object in its destructor.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Object_Reactivation/Object_Reactivation.cpp b/TAO/tests/POA/Object_Reactivation/Object_Reactivation.cpp
index 27d4d954195..de40e09f58e 100644
--- a/TAO/tests/POA/Object_Reactivation/Object_Reactivation.cpp
+++ b/TAO/tests/POA/Object_Reactivation/Object_Reactivation.cpp
@@ -6,7 +6,6 @@
* This program tests the reactivation of a servant that has been
* deactivated but not removed from the Active Object Map yet.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/On_Demand_Act_Direct_Coll/Servant_Activator.cpp b/TAO/tests/POA/On_Demand_Act_Direct_Coll/Servant_Activator.cpp
index 29c25e83119..51f1955cf31 100644
--- a/TAO/tests/POA/On_Demand_Act_Direct_Coll/Servant_Activator.cpp
+++ b/TAO/tests/POA/On_Demand_Act_Direct_Coll/Servant_Activator.cpp
@@ -6,7 +6,6 @@
* Implementation of ServantActivator, which is used by a POA with
* a RETAIN policy.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/On_Demand_Activation/Servant_Activator.cpp b/TAO/tests/POA/On_Demand_Activation/Servant_Activator.cpp
index 636a4e4ba29..c4123985d72 100644
--- a/TAO/tests/POA/On_Demand_Activation/Servant_Activator.cpp
+++ b/TAO/tests/POA/On_Demand_Activation/Servant_Activator.cpp
@@ -6,7 +6,6 @@
* Implementation of ServantActivator, which is used by a POA with
* a RETAIN policy.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/On_Demand_Activation/Servant_Locator.cpp b/TAO/tests/POA/On_Demand_Activation/Servant_Locator.cpp
index faec7e47208..99b71879fdd 100644
--- a/TAO/tests/POA/On_Demand_Activation/Servant_Locator.cpp
+++ b/TAO/tests/POA/On_Demand_Activation/Servant_Locator.cpp
@@ -6,7 +6,6 @@
* Implementation of ServantLocator class , used with a POA
* having a NON_RETAIN policy.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/On_Demand_Activation/server.cpp b/TAO/tests/POA/On_Demand_Activation/server.cpp
index 344b2b3833b..252da700f7b 100644
--- a/TAO/tests/POA/On_Demand_Activation/server.cpp
+++ b/TAO/tests/POA/On_Demand_Activation/server.cpp
@@ -5,7 +5,6 @@
*
* Server to test the Servant Activator and Servant Locator for a POA.
*
- *
* @author Irfan Pyarali <irfan@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/tests/POA/On_Demand_Loading/Servant_Activator.cpp b/TAO/tests/POA/On_Demand_Loading/Servant_Activator.cpp
index d99d3f3009b..dffafbc5465 100644
--- a/TAO/tests/POA/On_Demand_Loading/Servant_Activator.cpp
+++ b/TAO/tests/POA/On_Demand_Loading/Servant_Activator.cpp
@@ -6,7 +6,6 @@
* Implementation of <ServantActivator_i>, which is used by a POA
* with a RETAIN policy.
*
- *
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/tests/POA/On_Demand_Loading/Servant_Locator.cpp b/TAO/tests/POA/On_Demand_Loading/Servant_Locator.cpp
index 9baa1dab59d..aad9ca32bfd 100644
--- a/TAO/tests/POA/On_Demand_Loading/Servant_Locator.cpp
+++ b/TAO/tests/POA/On_Demand_Loading/Servant_Locator.cpp
@@ -6,7 +6,6 @@
* Implementation of ServantLocator_i class, used with a POA
* having a NON_RETAIN policy.
*
- *
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/tests/POA/On_Demand_Loading/Servant_Manager.cpp b/TAO/tests/POA/On_Demand_Loading/Servant_Manager.cpp
index d9b7c112489..130b92172bd 100644
--- a/TAO/tests/POA/On_Demand_Loading/Servant_Manager.cpp
+++ b/TAO/tests/POA/On_Demand_Loading/Servant_Manager.cpp
@@ -6,7 +6,6 @@
* Implementation of the helper class for the ServantActivator_i
* and the ServantLocator_i.
*
- *
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/tests/POA/On_Demand_Loading/server.cpp b/TAO/tests/POA/On_Demand_Loading/server.cpp
index 73da04b56fb..c9908b7ae45 100644
--- a/TAO/tests/POA/On_Demand_Loading/server.cpp
+++ b/TAO/tests/POA/On_Demand_Loading/server.cpp
@@ -5,7 +5,6 @@
*
* Server application to test the Servant Activator and Servant Locator.
*
- *
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/tests/POA/POAManagerFactory/POAManagerFactory.cpp b/TAO/tests/POA/POAManagerFactory/POAManagerFactory.cpp
index c2a54dfc0e1..885a970f65f 100644
--- a/TAO/tests/POA/POAManagerFactory/POAManagerFactory.cpp
+++ b/TAO/tests/POA/POAManagerFactory/POAManagerFactory.cpp
@@ -7,7 +7,6 @@
* the POAManagerFactory interfaces such as create_POAManager(),
* list () and find ().
*
- *
* @author Yan Dai
*/
//=============================================================================
diff --git a/TAO/tests/POA/POA_BiDir/POA_BiDir.cpp b/TAO/tests/POA/POA_BiDir/POA_BiDir.cpp
index a6b319b91e0..636bf782c94 100644
--- a/TAO/tests/POA/POA_BiDir/POA_BiDir.cpp
+++ b/TAO/tests/POA/POA_BiDir/POA_BiDir.cpp
@@ -7,7 +7,6 @@
* the many POA's created this example adds a BiDirGIOP policy to
* one of the POA's.
*
- *
* @author Balachandran Natarajan <bala@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/tests/POA/POA_Destruction/POA_Destruction.cpp b/TAO/tests/POA/POA_Destruction/POA_Destruction.cpp
index 3f86e71da9c..fe211b69c9a 100644
--- a/TAO/tests/POA/POA_Destruction/POA_Destruction.cpp
+++ b/TAO/tests/POA/POA_Destruction/POA_Destruction.cpp
@@ -6,7 +6,6 @@
* This program tests the destruction of a POA while there is an
* upcall in progress.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Persistent_ID/client.cpp b/TAO/tests/POA/Persistent_ID/client.cpp
index 6827aa0d12e..52e48de5944 100644
--- a/TAO/tests/POA/Persistent_ID/client.cpp
+++ b/TAO/tests/POA/Persistent_ID/client.cpp
@@ -5,7 +5,6 @@
*
* This is a client implementation.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Persistent_ID/server.cpp b/TAO/tests/POA/Persistent_ID/server.cpp
index dd8ea299657..967d4186a73 100644
--- a/TAO/tests/POA/Persistent_ID/server.cpp
+++ b/TAO/tests/POA/Persistent_ID/server.cpp
@@ -5,7 +5,6 @@
*
* In this example of using Persistent IDs.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Policies/Policies.cpp b/TAO/tests/POA/Policies/Policies.cpp
index 635128b5164..b47ab82b716 100644
--- a/TAO/tests/POA/Policies/Policies.cpp
+++ b/TAO/tests/POA/Policies/Policies.cpp
@@ -7,7 +7,6 @@
* through the generic ORB::create_policy interface and the
* PortableServer specific interfaces.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Reference_Counted_Servant/server.cpp b/TAO/tests/POA/Reference_Counted_Servant/server.cpp
index 58009816ebd..36da182f180 100644
--- a/TAO/tests/POA/Reference_Counted_Servant/server.cpp
+++ b/TAO/tests/POA/Reference_Counted_Servant/server.cpp
@@ -8,7 +8,6 @@
* Stubs/Skeletons and client code is available in
* ../Generic_Servant.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/RootPOA/RootPOA.cpp b/TAO/tests/POA/RootPOA/RootPOA.cpp
index 65676df086a..d97f7ab36a9 100644
--- a/TAO/tests/POA/RootPOA/RootPOA.cpp
+++ b/TAO/tests/POA/RootPOA/RootPOA.cpp
@@ -6,7 +6,6 @@
* This program gets the name of the Root POA and prints it out on
* the standard output.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/Single_Threaded_POA/Single_Threaded_POA.cpp b/TAO/tests/POA/Single_Threaded_POA/Single_Threaded_POA.cpp
index 005ecb86609..85578e2ed8a 100644
--- a/TAO/tests/POA/Single_Threaded_POA/Single_Threaded_POA.cpp
+++ b/TAO/tests/POA/Single_Threaded_POA/Single_Threaded_POA.cpp
@@ -8,7 +8,6 @@
* time, it makes sure that a servant can call itself or other
* servants in the same POA while in an upcall.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/TIE/client.cpp b/TAO/tests/POA/TIE/client.cpp
index 48497d056c9..85b53b9baf1 100644
--- a/TAO/tests/POA/TIE/client.cpp
+++ b/TAO/tests/POA/TIE/client.cpp
@@ -5,7 +5,6 @@
*
* This is a simple client implementation.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/TIE/server.cpp b/TAO/tests/POA/TIE/server.cpp
index 3bf41a3fdeb..2021a022247 100644
--- a/TAO/tests/POA/TIE/server.cpp
+++ b/TAO/tests/POA/TIE/server.cpp
@@ -5,7 +5,6 @@
*
* In this example,
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/TIE/test_i.cpp b/TAO/tests/POA/TIE/test_i.cpp
index b557bb3c8bb..4e10342787f 100644
--- a/TAO/tests/POA/TIE/test_i.cpp
+++ b/TAO/tests/POA/TIE/test_i.cpp
@@ -5,7 +5,6 @@
*
* This is a simple test servant implementation
*
- *
* @author Irfan Pyarali
*/
//=============================================================================
diff --git a/TAO/tests/POA/wait_for_completion/wait_for_completion.cpp b/TAO/tests/POA/wait_for_completion/wait_for_completion.cpp
index ab979c657f9..77a79ff11d9 100644
--- a/TAO/tests/POA/wait_for_completion/wait_for_completion.cpp
+++ b/TAO/tests/POA/wait_for_completion/wait_for_completion.cpp
@@ -5,7 +5,6 @@
*
* This program tests the wait_for_completion feature of a POA.
*
- *
* @author Irfan Pyarali
*/
//=============================================================================