summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Anyop/anyop.cpp2
-rw-r--r--TAO/performance-tests/Anyop/test.idl2
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.h2
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestApps/ServerApp.h2
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestInf/ClientEngine.h2
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestInf/ClientTask.h2
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestInf/OrbShutdownTask.cpp2
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestInf/OrbShutdownTask.h2
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestInf/OrbTask.cpp2
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestInf/OrbTask.h2
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestServant/Foo_ClientEngine.h2
-rw-r--r--TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp2
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h2
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.h2
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp2
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.h2
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h2
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.h2
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/Globals.h2
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h2
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/Timer.h2
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/Util_Thread.h2
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/client.h2
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/cubit_i.h2
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp2
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/server.h2
-rw-r--r--TAO/performance-tests/POA/Demux/client.cpp2
-rw-r--r--TAO/performance-tests/POA/Demux/demux_stats.cpp2
-rw-r--r--TAO/performance-tests/POA/Demux/demux_test_client.cpp2
-rw-r--r--TAO/performance-tests/POA/Demux/demux_test_client.h2
-rw-r--r--TAO/performance-tests/POA/Demux/demux_test_macros.h2
-rw-r--r--TAO/performance-tests/POA/Demux/demux_test_server.cpp2
-rw-r--r--TAO/performance-tests/POA/Demux/demux_test_server.h2
-rw-r--r--TAO/performance-tests/POA/Demux/server.cpp2
-rw-r--r--TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp2
-rw-r--r--TAO/performance-tests/Pluggable/PP_Test_Client.h2
-rw-r--r--TAO/performance-tests/Pluggable/PP_Test_Server.h2
-rw-r--r--TAO/performance-tests/Pluggable/PP_Test_i.cpp2
-rw-r--r--TAO/performance-tests/Pluggable/PP_Test_i.h2
-rw-r--r--TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/test_i.h2
-rw-r--r--TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.h2
41 files changed, 0 insertions, 82 deletions
diff --git a/TAO/performance-tests/Anyop/anyop.cpp b/TAO/performance-tests/Anyop/anyop.cpp
index 2ec26e47fc4..7225949bead 100644
--- a/TAO/performance-tests/Anyop/anyop.cpp
+++ b/TAO/performance-tests/Anyop/anyop.cpp
@@ -3,8 +3,6 @@
/**
* @file anyop.cpp
*
- * $Id$
- *
* Modified from anyop.cpp in Param_Test to benchmark Any insertion and
* extraction operators for various IDL types.
*
diff --git a/TAO/performance-tests/Anyop/test.idl b/TAO/performance-tests/Anyop/test.idl
index 20dc75c7a23..e75b3fcc79f 100644
--- a/TAO/performance-tests/Anyop/test.idl
+++ b/TAO/performance-tests/Anyop/test.idl
@@ -3,8 +3,6 @@
/**
* @file test.idl
*
- * $Id$
- *
* The basis for this file is the IDL file in TAO/tests/Param_Test
* but modified slightly for testing the performance of Any
* insertion and extraction operators. Not every IDL type in this
diff --git a/TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.h b/TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.h
index 5b34cd82090..8914549880c 100644
--- a/TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.h
+++ b/TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.h
@@ -4,8 +4,6 @@
/**
* @file ClientApp.h
*
- * $Id$
- *
* @author Tim Bradley <bradley_t@ociweb.com>
*/
//=============================================================================
diff --git a/TAO/performance-tests/CSD_Strategy/TestApps/ServerApp.h b/TAO/performance-tests/CSD_Strategy/TestApps/ServerApp.h
index 9aa13150f4e..23a617750be 100644
--- a/TAO/performance-tests/CSD_Strategy/TestApps/ServerApp.h
+++ b/TAO/performance-tests/CSD_Strategy/TestApps/ServerApp.h
@@ -4,8 +4,6 @@
/**
* @file ServerApp.h
*
- * $Id$
- *
* @author Tim Bradley <bradley_t@ociweb.com>
*/
//=============================================================================
diff --git a/TAO/performance-tests/CSD_Strategy/TestInf/ClientEngine.h b/TAO/performance-tests/CSD_Strategy/TestInf/ClientEngine.h
index 447fd230557..492f680bd22 100644
--- a/TAO/performance-tests/CSD_Strategy/TestInf/ClientEngine.h
+++ b/TAO/performance-tests/CSD_Strategy/TestInf/ClientEngine.h
@@ -4,8 +4,6 @@
/**
* @file ClientEngine.h
*
- * $Id$
- *
* @author Tim Bradley <bradley_t@ociweb.com>
*/
//=============================================================================
diff --git a/TAO/performance-tests/CSD_Strategy/TestInf/ClientTask.h b/TAO/performance-tests/CSD_Strategy/TestInf/ClientTask.h
index fe25eb3b470..2cfb52cbde2 100644
--- a/TAO/performance-tests/CSD_Strategy/TestInf/ClientTask.h
+++ b/TAO/performance-tests/CSD_Strategy/TestInf/ClientTask.h
@@ -4,8 +4,6 @@
/**
* @file ClientTask.h
*
- * $Id$
- *
* @author Tim Bradley <bradley_t@ociweb.com>
*/
//=============================================================================
diff --git a/TAO/performance-tests/CSD_Strategy/TestInf/OrbShutdownTask.cpp b/TAO/performance-tests/CSD_Strategy/TestInf/OrbShutdownTask.cpp
index c7f01889e9c..e0932bd4c38 100644
--- a/TAO/performance-tests/CSD_Strategy/TestInf/OrbShutdownTask.cpp
+++ b/TAO/performance-tests/CSD_Strategy/TestInf/OrbShutdownTask.cpp
@@ -4,8 +4,6 @@
/**
* @file OrbShutdownTask.cpp
*
- * $Id$
- *
* @author Tim Bradley <bradley_t@ociweb.com>
*/
//=============================================================================
diff --git a/TAO/performance-tests/CSD_Strategy/TestInf/OrbShutdownTask.h b/TAO/performance-tests/CSD_Strategy/TestInf/OrbShutdownTask.h
index 11f2bbd341a..b42abe6f910 100644
--- a/TAO/performance-tests/CSD_Strategy/TestInf/OrbShutdownTask.h
+++ b/TAO/performance-tests/CSD_Strategy/TestInf/OrbShutdownTask.h
@@ -4,8 +4,6 @@
/**
* @file OrbShutdownTask.h
*
- * $Id$
- *
* @author Tim Bradley <bradley_t@ociweb.com>
*/
//=============================================================================
diff --git a/TAO/performance-tests/CSD_Strategy/TestInf/OrbTask.cpp b/TAO/performance-tests/CSD_Strategy/TestInf/OrbTask.cpp
index 337b7746687..cc48ab3ef5c 100644
--- a/TAO/performance-tests/CSD_Strategy/TestInf/OrbTask.cpp
+++ b/TAO/performance-tests/CSD_Strategy/TestInf/OrbTask.cpp
@@ -4,8 +4,6 @@
/**
* @file OrbTask.cpp
*
- * $Id$
- *
* @author Tim Bradley <bradley_t@ociweb.com>
*/
//=============================================================================
diff --git a/TAO/performance-tests/CSD_Strategy/TestInf/OrbTask.h b/TAO/performance-tests/CSD_Strategy/TestInf/OrbTask.h
index 3631273c548..c81e4212793 100644
--- a/TAO/performance-tests/CSD_Strategy/TestInf/OrbTask.h
+++ b/TAO/performance-tests/CSD_Strategy/TestInf/OrbTask.h
@@ -4,8 +4,6 @@
/**
* @file OrbTask.h
*
- * $Id$
- *
* @author Tim Bradley <bradley_t@ociweb.com>
*/
//=============================================================================
diff --git a/TAO/performance-tests/CSD_Strategy/TestServant/Foo_ClientEngine.h b/TAO/performance-tests/CSD_Strategy/TestServant/Foo_ClientEngine.h
index 9e19230d886..233c9f7bcdf 100644
--- a/TAO/performance-tests/CSD_Strategy/TestServant/Foo_ClientEngine.h
+++ b/TAO/performance-tests/CSD_Strategy/TestServant/Foo_ClientEngine.h
@@ -4,8 +4,6 @@
/**
* @file Foo_ClientEngine.h
*
- * $Id$
- *
* @author Tim Bradley <bradley_t@ociweb.com>
*/
//=============================================================================
diff --git a/TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp b/TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp
index 1320adc03b8..7d4e6d0d5b5 100644
--- a/TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp
+++ b/TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp
@@ -4,8 +4,6 @@
/**
* @file client.cpp
*
- * $Id$
- *
* This class implements a simple CORBA client of the Cubit
* interface using DII functionality.
*
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h
index 8f5cebe215a..0f437c5b233 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h
@@ -3,8 +3,6 @@
/**
* @file Cubit_Client.h
*
- * $Id$
- *
* This class implements a simple "cube" CORBA client for the Cubit
* example using stubs generated by the TAO ORB IDL compiler.
*
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.h b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.h
index 37459496aef..36e6f205d7f 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.h
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.h
@@ -3,8 +3,6 @@
/**
* @file Cubit_Server.h
*
- * $Id$
- *
* This class implements a simple "cube" CORBA server for the Cubit
* example using skeletons generated by the TAO ORB IDL compiler.
*
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp
index 37acb7c6821..265d0114025 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp
@@ -3,8 +3,6 @@
/**
* @file Cubit_i.cpp
*
- * $Id$
- *
* @author Andy Gokhale
* @author Sumedh Mungee and Sergio Flores-Gaitan
*/
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.h b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.h
index 7b2083f6784..09a3d31852d 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.h
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.h
@@ -3,8 +3,6 @@
/**
* @file Cubit_i.h
*
- * $Id$
- *
* @author Andy Gokhale
* @author Sumedh Mungee and Sergio Flores-Gaitan
*/
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h
index f35a834746a..0179f82ddd7 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h
@@ -3,8 +3,6 @@
/**
* @file RTI_IO.h
*
- * $Id$
- *
* @author Dave Meyer <dmeyer@std.saic.com>
*/
//=============================================================================
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.h b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.h
index 60e75e00e3a..0c2cf288240 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.h
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.h
@@ -4,8 +4,6 @@
/**
* @file Cubit_Task.h
*
- * $Id$
- *
* @author Andy Gokhale
* @author Sumedh Mungee
* @author Sergio Flores-Gaitan and Nagarajan Surendran.
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Globals.h b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Globals.h
index 21b99dcb31e..034252a6433 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Globals.h
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Globals.h
@@ -7,8 +7,6 @@
/**
* @file Globals.h
*
- * $Id$
- *
* All the globally defined classes, functions, types, and #defines
* are centralized here.
*
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h
index 0fd4f3fc865..67d58aec398 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h
@@ -4,8 +4,6 @@
/**
* @file Task_Client.h
*
- * $Id$
- *
* @author Andy Gokhale
* @author Sumedh Mungee
* @author Sergio Flores-Gaitan
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Timer.h b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Timer.h
index 1e3166d6f8b..36ed52485fb 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Timer.h
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Timer.h
@@ -4,8 +4,6 @@
/**
* @file Timer.h
*
- * $Id$
- *
* @author Andy Gokhale
* @author Sumedh Mungee
* @author Sergio Flores-Gaitan and Nagarajan Surendran.
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Util_Thread.h b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Util_Thread.h
index 04c9faeb05a..15448fc7f99 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Util_Thread.h
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Util_Thread.h
@@ -4,8 +4,6 @@
/**
* @file Util_Thread.h
*
- * $Id$
- *
* @author Andy Gokhale
* @author Sumedh Mungee
* @author Sergio Flores-Gaitan and Nagarajan Surendran.
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.h b/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.h
index a10b01d9ea3..803bf32ee8c 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.h
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.h
@@ -4,8 +4,6 @@
/**
* @file client.h
*
- * $Id$
- *
* @author Andy Gokhale
* @author Brian Mendel
* @author Sumedh Mungee
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/cubit_i.h b/TAO/performance-tests/Cubit/TAO/MT_Cubit/cubit_i.h
index d75c929c226..28453fdc622 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/cubit_i.h
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/cubit_i.h
@@ -4,8 +4,6 @@
/**
* @file cubit_i.h
*
- * $Id$
- *
* @author Andy Gokhale
* @author Sumedh Mungee
* @author Sergio Flores-Gaitan and Nagarajan Surendran.
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp b/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp
index d413a5becac..5651bbfe937 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp
@@ -3,8 +3,6 @@
/**
* @file server.cpp
*
- * $Id$
- *
* @author Andy Gokhale
* @author Sumedh Mungee
* @author Sergio Flores-Gaitan
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.h b/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.h
index be32928483c..7effcbdfd9e 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.h
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.h
@@ -4,8 +4,6 @@
/**
* @file server.h
*
- * $Id$
- *
* @author Andy Gokhale
* @author Sumedh Mungee
* @author Sergio Flores-Gaitan and Nagarajan Surendran.
diff --git a/TAO/performance-tests/POA/Demux/client.cpp b/TAO/performance-tests/POA/Demux/client.cpp
index 97276ef5e26..afb4acfe869 100644
--- a/TAO/performance-tests/POA/Demux/client.cpp
+++ b/TAO/performance-tests/POA/Demux/client.cpp
@@ -2,8 +2,6 @@
/**
* @file client.cpp
*
- * $Id$
- *
* client side main program
*
* @author Aniruddha Gokhale
diff --git a/TAO/performance-tests/POA/Demux/demux_stats.cpp b/TAO/performance-tests/POA/Demux/demux_stats.cpp
index 9216900f4a2..2cea585ce4c 100644
--- a/TAO/performance-tests/POA/Demux/demux_stats.cpp
+++ b/TAO/performance-tests/POA/Demux/demux_stats.cpp
@@ -2,8 +2,6 @@
/**
* @file demux_stats.cpp
*
- * $Id$
- *
* @author Vishal Kachroo
*/
//=============================================================================
diff --git a/TAO/performance-tests/POA/Demux/demux_test_client.cpp b/TAO/performance-tests/POA/Demux/demux_test_client.cpp
index a08f467c5fe..5d4a632fc5a 100644
--- a/TAO/performance-tests/POA/Demux/demux_test_client.cpp
+++ b/TAO/performance-tests/POA/Demux/demux_test_client.cpp
@@ -2,8 +2,6 @@
/**
* @file demux_test_client.cpp
*
- * $Id$
- *
* @author Aniruddha Gokhale
*/
//=============================================================================
diff --git a/TAO/performance-tests/POA/Demux/demux_test_client.h b/TAO/performance-tests/POA/Demux/demux_test_client.h
index a736ea627c6..8612a173f20 100644
--- a/TAO/performance-tests/POA/Demux/demux_test_client.h
+++ b/TAO/performance-tests/POA/Demux/demux_test_client.h
@@ -5,8 +5,6 @@
/**
* @file demux_test_client.h
*
- * $Id$
- *
* Definition of the client-side demux_test class
*
* @author Aniruddha Gokhale
diff --git a/TAO/performance-tests/POA/Demux/demux_test_macros.h b/TAO/performance-tests/POA/Demux/demux_test_macros.h
index 2e5c678eda0..fb227525762 100644
--- a/TAO/performance-tests/POA/Demux/demux_test_macros.h
+++ b/TAO/performance-tests/POA/Demux/demux_test_macros.h
@@ -5,8 +5,6 @@
/**
* @file demux_test_macros.h
*
- * $Id$
- *
* Constants used by both the server and client
*
* @author Aniruddha Gokhale
diff --git a/TAO/performance-tests/POA/Demux/demux_test_server.cpp b/TAO/performance-tests/POA/Demux/demux_test_server.cpp
index f77a33ef55a..7f8ee4a8c99 100644
--- a/TAO/performance-tests/POA/Demux/demux_test_server.cpp
+++ b/TAO/performance-tests/POA/Demux/demux_test_server.cpp
@@ -2,8 +2,6 @@
/**
* @file demux_test_server.cpp
*
- * $Id$
- *
* @author Aniruddha Gokhale
*/
//=============================================================================
diff --git a/TAO/performance-tests/POA/Demux/demux_test_server.h b/TAO/performance-tests/POA/Demux/demux_test_server.h
index 89bfd91755b..8fbf653f604 100644
--- a/TAO/performance-tests/POA/Demux/demux_test_server.h
+++ b/TAO/performance-tests/POA/Demux/demux_test_server.h
@@ -2,8 +2,6 @@
/**
* @file demux_test_server.h
*
- * $Id$
- *
* Server-side demux_test class
*
* @author Aniruddha Gokhale
diff --git a/TAO/performance-tests/POA/Demux/server.cpp b/TAO/performance-tests/POA/Demux/server.cpp
index 4f0e2c77da3..bac7c2a6fc9 100644
--- a/TAO/performance-tests/POA/Demux/server.cpp
+++ b/TAO/performance-tests/POA/Demux/server.cpp
@@ -2,8 +2,6 @@
/**
* @file server.cpp
*
- * $Id$
- *
* Server-side driver program
*
* @author Aniruddha Gokhale
diff --git a/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp b/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp
index eb4703c1899..aae04e66f7f 100644
--- a/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp
+++ b/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp
@@ -3,8 +3,6 @@
/**
* @file registration.cpp
*
- * $Id$
- *
*
* This test is used to measure the time it takes to register and
* activate an object in the POA.
diff --git a/TAO/performance-tests/Pluggable/PP_Test_Client.h b/TAO/performance-tests/Pluggable/PP_Test_Client.h
index 30359941d3d..1685b1c9330 100644
--- a/TAO/performance-tests/Pluggable/PP_Test_Client.h
+++ b/TAO/performance-tests/Pluggable/PP_Test_Client.h
@@ -3,8 +3,6 @@
/**
* @file PP_Test_Client.h
*
- * $Id$
- *
* This class implements some basic no-op twoway and oneway requests
* to time the latency of the pluggable protocol implementation.
*
diff --git a/TAO/performance-tests/Pluggable/PP_Test_Server.h b/TAO/performance-tests/Pluggable/PP_Test_Server.h
index fb3d184dabf..152a92ddc47 100644
--- a/TAO/performance-tests/Pluggable/PP_Test_Server.h
+++ b/TAO/performance-tests/Pluggable/PP_Test_Server.h
@@ -3,8 +3,6 @@
/**
* @file PP_Test_Server.h
*
- * $Id$
- *
* This class implements simple oneway and twoway no-op requests
* to time latency and overhead of the pluggable protocol functionality.
*
diff --git a/TAO/performance-tests/Pluggable/PP_Test_i.cpp b/TAO/performance-tests/Pluggable/PP_Test_i.cpp
index fb9bd0df41d..71d7968e128 100644
--- a/TAO/performance-tests/Pluggable/PP_Test_i.cpp
+++ b/TAO/performance-tests/Pluggable/PP_Test_i.cpp
@@ -3,8 +3,6 @@
/**
* @file PP_Test_i.cpp
*
- * $Id$
- *
* @author Jeff Parsons <parsons@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/performance-tests/Pluggable/PP_Test_i.h b/TAO/performance-tests/Pluggable/PP_Test_i.h
index f964518c379..f6d78fcca71 100644
--- a/TAO/performance-tests/Pluggable/PP_Test_i.h
+++ b/TAO/performance-tests/Pluggable/PP_Test_i.h
@@ -3,8 +3,6 @@
/**
* @file PP_Test_i.h
*
- * $Id$
- *
* @author Jeff Parsons <parsons@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/test_i.h b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/test_i.h
index aa9c06f130a..0b86c5ac4fe 100644
--- a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/test_i.h
+++ b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/test_i.h
@@ -3,8 +3,6 @@
/**
* @file test_i.h
*
- * $Id$
- *
* @author Carlos O'Ryan
*/
//=============================================================================
diff --git a/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.h b/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.h
index 5f5a56a1a83..5a5bd2564f1 100644
--- a/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.h
+++ b/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.h
@@ -3,8 +3,6 @@
/**
* @file test_i.h
*
- * $Id$
- *
* @author Jeff Parsons
*/
//=============================================================================