diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 16:15:20 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 16:15:20 +0100 |
commit | 7b07caedd286b60f2ed3d99d78f3d4407511d936 (patch) | |
tree | adc82ce5f5b1d3097ae071300bf9d6fc35cb27a0 /TAO/tests | |
parent | c88815f2039e7152d735c18650c102df84d9aa36 (diff) | |
download | ATCD-7b07caedd286b60f2ed3d99d78f3d4407511d936.tar.gz |
Remove doxygen style Id tag with two space before $Id#
Diffstat (limited to 'TAO/tests')
482 files changed, 0 insertions, 964 deletions
diff --git a/TAO/tests/AMI/ami_test.idl b/TAO/tests/AMI/ami_test.idl index 44853a82706..84afd875727 100644 --- a/TAO/tests/AMI/ami_test.idl +++ b/TAO/tests/AMI/ami_test.idl @@ -3,8 +3,6 @@ /** * @file ami_test.idl * - * $Id$ - * * IDL description of the AMI Test interface * * diff --git a/TAO/tests/AMI/ami_test_i.cpp b/TAO/tests/AMI/ami_test_i.cpp index 398914b6099..eda7ef76b7e 100644 --- a/TAO/tests/AMI/ami_test_i.cpp +++ b/TAO/tests/AMI/ami_test_i.cpp @@ -3,8 +3,6 @@ /** * @file ami_test_i.cpp * - * $Id$ - * * Implementation of the AMI Test interface. * * diff --git a/TAO/tests/AMI/ami_test_i.h b/TAO/tests/AMI/ami_test_i.h index 06ea83ef20f..22f9b58728f 100644 --- a/TAO/tests/AMI/ami_test_i.h +++ b/TAO/tests/AMI/ami_test_i.h @@ -3,8 +3,6 @@ /** * @file ami_test_i.h * - * $Id$ - * * @author Michael Kircher <Michael.Kircher@mchp.siemens.de> */ //============================================================================= diff --git a/TAO/tests/AMI/client.cpp b/TAO/tests/AMI/client.cpp index 066eeb5f5ae..2fa5dd7bcd4 100644 --- a/TAO/tests/AMI/client.cpp +++ b/TAO/tests/AMI/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * A client which uses the AMI callback model. * * diff --git a/TAO/tests/AMI/server.cpp b/TAO/tests/AMI/server.cpp index 18d23928d5c..a5128422b69 100644 --- a/TAO/tests/AMI/server.cpp +++ b/TAO/tests/AMI/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * Implementation of the server. * * diff --git a/TAO/tests/AMI/simple_client.cpp b/TAO/tests/AMI/simple_client.cpp index c8dd6fb68b8..1952a8b0344 100644 --- a/TAO/tests/AMI/simple_client.cpp +++ b/TAO/tests/AMI/simple_client.cpp @@ -3,8 +3,6 @@ /** * @file simple_client.cpp * - * $Id$ - * * A very simple client which uses the AMI callback model. * * diff --git a/TAO/tests/AMI_Timeouts/client.cpp b/TAO/tests/AMI_Timeouts/client.cpp index ef9f5991edc..3fa5f350fa2 100644 --- a/TAO/tests/AMI_Timeouts/client.cpp +++ b/TAO/tests/AMI_Timeouts/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * A client, which uses the AMI callback model and timeouts. * * diff --git a/TAO/tests/AMI_Timeouts/server.cpp b/TAO/tests/AMI_Timeouts/server.cpp index 467f3e5cde5..1c2f25063e2 100644 --- a/TAO/tests/AMI_Timeouts/server.cpp +++ b/TAO/tests/AMI_Timeouts/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * Implementation of the server running the Timeout object. * * @author Michael Kircher <Michael.Kircher@mchp.siemens.de> diff --git a/TAO/tests/AMI_Timeouts/timeout.idl b/TAO/tests/AMI_Timeouts/timeout.idl index e6c70e478e6..b87f26ad878 100644 --- a/TAO/tests/AMI_Timeouts/timeout.idl +++ b/TAO/tests/AMI_Timeouts/timeout.idl @@ -3,8 +3,6 @@ /** * @file timeout.idl * - * $Id$ - * * Interface of the test CORBA object. * * diff --git a/TAO/tests/AMI_Timeouts/timeout_client.cpp b/TAO/tests/AMI_Timeouts/timeout_client.cpp index 28ec9e1968b..bbfe8420a71 100644 --- a/TAO/tests/AMI_Timeouts/timeout_client.cpp +++ b/TAO/tests/AMI_Timeouts/timeout_client.cpp @@ -2,8 +2,6 @@ /** * @file timeout_client.cpp * - * $Id$ - * * Tests for proper handling of timeouts with AMI * * diff --git a/TAO/tests/AMI_Timeouts/timeout_client.h b/TAO/tests/AMI_Timeouts/timeout_client.h index e554b62ff80..5b845849cae 100644 --- a/TAO/tests/AMI_Timeouts/timeout_client.h +++ b/TAO/tests/AMI_Timeouts/timeout_client.h @@ -3,8 +3,6 @@ /** * @file timeout_client.h * - * $Id$ - * * Tests timeouts with AMI. * * diff --git a/TAO/tests/AMI_Timeouts/timeout_i.cpp b/TAO/tests/AMI_Timeouts/timeout_i.cpp index 9064b6ca9f0..06bf3e2d5c2 100644 --- a/TAO/tests/AMI_Timeouts/timeout_i.cpp +++ b/TAO/tests/AMI_Timeouts/timeout_i.cpp @@ -3,8 +3,6 @@ /** * @file timeout_i.cpp * - * $Id$ - * * Implements the timeout CORBA Object and its reply handler. * * diff --git a/TAO/tests/AMI_Timeouts/timeout_i.h b/TAO/tests/AMI_Timeouts/timeout_i.h index 3b7c7996303..6d276f2579c 100644 --- a/TAO/tests/AMI_Timeouts/timeout_i.h +++ b/TAO/tests/AMI_Timeouts/timeout_i.h @@ -3,8 +3,6 @@ /** * @file timeout_i.h * - * $Id$ - * * Implements the CORBA object. * * diff --git a/TAO/tests/Alt_Mapping/alt_mapping_i.cpp b/TAO/tests/Alt_Mapping/alt_mapping_i.cpp index 148c44a6c65..ed022f1e666 100644 --- a/TAO/tests/Alt_Mapping/alt_mapping_i.cpp +++ b/TAO/tests/Alt_Mapping/alt_mapping_i.cpp @@ -3,8 +3,6 @@ /** * @file alt_mapping_i.cpp * - * $Id$ - * * @author Jeff Parsons */ //============================================================================= diff --git a/TAO/tests/Alt_Mapping/alt_mapping_i.h b/TAO/tests/Alt_Mapping/alt_mapping_i.h index c7d82ed4d58..e0e852b0fb9 100644 --- a/TAO/tests/Alt_Mapping/alt_mapping_i.h +++ b/TAO/tests/Alt_Mapping/alt_mapping_i.h @@ -3,8 +3,6 @@ /** * @file alt_mapping_i.h * - * $Id$ - * * @author Jeff Parsons */ //============================================================================= diff --git a/TAO/tests/Alt_Mapping/client.cpp b/TAO/tests/Alt_Mapping/client.cpp index c7e35907ed7..e0e7d6e7262 100644 --- a/TAO/tests/Alt_Mapping/client.cpp +++ b/TAO/tests/Alt_Mapping/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * This file contains the implementation of the client-side of the * Alt_Mapping application. * diff --git a/TAO/tests/Alt_Mapping/client.h b/TAO/tests/Alt_Mapping/client.h index fe39af905ca..93fba4dd2c9 100644 --- a/TAO/tests/Alt_Mapping/client.h +++ b/TAO/tests/Alt_Mapping/client.h @@ -3,8 +3,6 @@ /** * @file client.h * - * $Id$ - * * Header file for the Alt_Mapping_Test client application. * * diff --git a/TAO/tests/Alt_Mapping/driver.cpp b/TAO/tests/Alt_Mapping/driver.cpp index 33c8f309576..63d7f91ae31 100644 --- a/TAO/tests/Alt_Mapping/driver.cpp +++ b/TAO/tests/Alt_Mapping/driver.cpp @@ -3,8 +3,6 @@ /** * @file driver.cpp * - * $Id$ - * * Driver program * * diff --git a/TAO/tests/Alt_Mapping/driver.h b/TAO/tests/Alt_Mapping/driver.h index e20e146ca7d..ca7cacc5038 100644 --- a/TAO/tests/Alt_Mapping/driver.h +++ b/TAO/tests/Alt_Mapping/driver.h @@ -3,8 +3,6 @@ /** * @file driver.h * - * $Id$ - * * Header file for the driver program. The driver is a singleton. * * diff --git a/TAO/tests/Alt_Mapping/helper.cpp b/TAO/tests/Alt_Mapping/helper.cpp index e3102eedaa0..240143fb586 100644 --- a/TAO/tests/Alt_Mapping/helper.cpp +++ b/TAO/tests/Alt_Mapping/helper.cpp @@ -3,8 +3,6 @@ /** * @file helper.cpp * - * $Id$ - * * Defines a helper class that can generate values for the parameters used * for the Alt_Mapping example * diff --git a/TAO/tests/Alt_Mapping/helper.h b/TAO/tests/Alt_Mapping/helper.h index 440dea5fb6c..8438c7ab3bd 100644 --- a/TAO/tests/Alt_Mapping/helper.h +++ b/TAO/tests/Alt_Mapping/helper.h @@ -3,8 +3,6 @@ /** * @file helper.h * - * $Id$ - * * Defines a helper class that can generate values for the parameters used * for the Param_Test example * diff --git a/TAO/tests/Alt_Mapping/options.cpp b/TAO/tests/Alt_Mapping/options.cpp index 66277389717..7ed7cff02c1 100644 --- a/TAO/tests/Alt_Mapping/options.cpp +++ b/TAO/tests/Alt_Mapping/options.cpp @@ -4,8 +4,6 @@ /** * @file options.cpp * - * $Id$ - * * Options for the Param_Test application * * diff --git a/TAO/tests/Alt_Mapping/options.h b/TAO/tests/Alt_Mapping/options.h index 1c6d3fcbcc3..da01da0a050 100644 --- a/TAO/tests/Alt_Mapping/options.h +++ b/TAO/tests/Alt_Mapping/options.h @@ -3,8 +3,6 @@ /** * @file options.h * - * $Id$ - * * Options for the Param_Test application * * diff --git a/TAO/tests/Alt_Mapping/results.cpp b/TAO/tests/Alt_Mapping/results.cpp index d196920829c..4b4b22c714e 100644 --- a/TAO/tests/Alt_Mapping/results.cpp +++ b/TAO/tests/Alt_Mapping/results.cpp @@ -3,8 +3,6 @@ /** * @file results.cpp * - * $Id$ - * * Printing the results * * diff --git a/TAO/tests/Alt_Mapping/results.h b/TAO/tests/Alt_Mapping/results.h index 65c490debd4..cd8fd6009d1 100644 --- a/TAO/tests/Alt_Mapping/results.h +++ b/TAO/tests/Alt_Mapping/results.h @@ -3,8 +3,6 @@ /** * @file results.h * - * $Id$ - * * Printing the results * * diff --git a/TAO/tests/Alt_Mapping/server.cpp b/TAO/tests/Alt_Mapping/server.cpp index 16b2a14bcfc..9dc0bacc8a6 100644 --- a/TAO/tests/Alt_Mapping/server.cpp +++ b/TAO/tests/Alt_Mapping/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * @author Jeff Parsons */ //============================================================================= diff --git a/TAO/tests/Alt_Mapping/tests.h b/TAO/tests/Alt_Mapping/tests.h index e435bc5d383..20c57fdfdf6 100644 --- a/TAO/tests/Alt_Mapping/tests.h +++ b/TAO/tests/Alt_Mapping/tests.h @@ -3,8 +3,6 @@ /** * @file tests.h * - * $Id$ - * * All the test objects header files included here * * diff --git a/TAO/tests/Alt_Mapping/ub_string.cpp b/TAO/tests/Alt_Mapping/ub_string.cpp index 420d0215d4e..9749344a855 100644 --- a/TAO/tests/Alt_Mapping/ub_string.cpp +++ b/TAO/tests/Alt_Mapping/ub_string.cpp @@ -3,8 +3,6 @@ /** * @file ub_string.cpp * - * $Id$ - * * tests unbounded strings * * diff --git a/TAO/tests/Alt_Mapping/ub_string.h b/TAO/tests/Alt_Mapping/ub_string.h index 18660b9c57a..ef5f7320464 100644 --- a/TAO/tests/Alt_Mapping/ub_string.h +++ b/TAO/tests/Alt_Mapping/ub_string.h @@ -3,8 +3,6 @@ /** * @file ub_string.h * - * $Id$ - * * Tests unbounded string * * diff --git a/TAO/tests/Alt_Mapping/ub_struct_seq.cpp b/TAO/tests/Alt_Mapping/ub_struct_seq.cpp index 34084dd495a..8ade7c2d814 100644 --- a/TAO/tests/Alt_Mapping/ub_struct_seq.cpp +++ b/TAO/tests/Alt_Mapping/ub_struct_seq.cpp @@ -3,8 +3,6 @@ /** * @file ub_struct_seq.cpp * - * $Id$ - * * tests unbounded struct sequences * * diff --git a/TAO/tests/Alt_Mapping/ub_struct_seq.h b/TAO/tests/Alt_Mapping/ub_struct_seq.h index 17ee8681201..ce13f5a26b4 100644 --- a/TAO/tests/Alt_Mapping/ub_struct_seq.h +++ b/TAO/tests/Alt_Mapping/ub_struct_seq.h @@ -3,8 +3,6 @@ /** * @file ub_struct_seq.h * - * $Id$ - * * Tests unbounded struct sequence * * diff --git a/TAO/tests/Any/Recursive/Hello.h b/TAO/tests/Any/Recursive/Hello.h index 64c39d87300..a5a13ea2723 100644 --- a/TAO/tests/Any/Recursive/Hello.h +++ b/TAO/tests/Any/Recursive/Hello.h @@ -4,8 +4,6 @@ /** * @file Hello.h * - * $Id$ - * * Header file for recursive type Any insertion and extraction test. * * @author Ossama Othman diff --git a/TAO/tests/BiDirectional/test_i.h b/TAO/tests/BiDirectional/test_i.h index 3914ef78a3e..7536e63f0d6 100644 --- a/TAO/tests/BiDirectional/test_i.h +++ b/TAO/tests/BiDirectional/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Balachandran Natarajan <bala@cs.wustl.edu> */ //============================================================================= diff --git a/TAO/tests/BiDirectional_DelayedUpcall/test_i.h b/TAO/tests/BiDirectional_DelayedUpcall/test_i.h index 3a4bc82f063..7d63e09030c 100644 --- a/TAO/tests/BiDirectional_DelayedUpcall/test_i.h +++ b/TAO/tests/BiDirectional_DelayedUpcall/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Balachandran Natarajan <bala@cs.wustl.edu> */ //============================================================================= diff --git a/TAO/tests/BiDirectional_MultipleORB/destroy.cpp b/TAO/tests/BiDirectional_MultipleORB/destroy.cpp index 718576ac8a1..813345363db 100644 --- a/TAO/tests/BiDirectional_MultipleORB/destroy.cpp +++ b/TAO/tests/BiDirectional_MultipleORB/destroy.cpp @@ -3,8 +3,6 @@ /** * @file destroy.cpp * - * $Id$ - * * Modified ORB destruction test. * * diff --git a/TAO/tests/BiDirectional_NestedUpcall/test_i.h b/TAO/tests/BiDirectional_NestedUpcall/test_i.h index 7ae2ce17af0..8051d1c805a 100644 --- a/TAO/tests/BiDirectional_NestedUpcall/test_i.h +++ b/TAO/tests/BiDirectional_NestedUpcall/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Balachandran Natarajan <bala@cs.wustl.edu> */ //============================================================================= diff --git a/TAO/tests/Big_AMI/ami_test.idl b/TAO/tests/Big_AMI/ami_test.idl index 990a202cda5..f0adec4f6c4 100644 --- a/TAO/tests/Big_AMI/ami_test.idl +++ b/TAO/tests/Big_AMI/ami_test.idl @@ -3,8 +3,6 @@ /** * @file ami_test.idl * - * $Id$ - * * IDL description of the AMI Test interface * * diff --git a/TAO/tests/Big_AMI/ami_test_i.cpp b/TAO/tests/Big_AMI/ami_test_i.cpp index 586617ba886..b3affefa60e 100644 --- a/TAO/tests/Big_AMI/ami_test_i.cpp +++ b/TAO/tests/Big_AMI/ami_test_i.cpp @@ -3,8 +3,6 @@ /** * @file ami_test_i.cpp * - * $Id$ - * * Implementation of the AMI Test interface. * * diff --git a/TAO/tests/Big_AMI/ami_test_i.h b/TAO/tests/Big_AMI/ami_test_i.h index 5bc0b26b3d8..843c2e2648c 100644 --- a/TAO/tests/Big_AMI/ami_test_i.h +++ b/TAO/tests/Big_AMI/ami_test_i.h @@ -3,8 +3,6 @@ /** * @file ami_test_i.h * - * $Id$ - * * @author Michael Kircher <Michael.Kircher@mchp.siemens.de> */ //============================================================================= diff --git a/TAO/tests/Big_AMI/client.cpp b/TAO/tests/Big_AMI/client.cpp index 7c26af0223d..a0f249fbe80 100644 --- a/TAO/tests/Big_AMI/client.cpp +++ b/TAO/tests/Big_AMI/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * A very simple client which uses the AMI callback model. * * @author Johnny Willemsen <jwillemsen@remedy.nl> diff --git a/TAO/tests/Big_AMI/server.cpp b/TAO/tests/Big_AMI/server.cpp index 18d23928d5c..a5128422b69 100644 --- a/TAO/tests/Big_AMI/server.cpp +++ b/TAO/tests/Big_AMI/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * Implementation of the server. * * diff --git a/TAO/tests/Big_Reply/Big_Reply_i.h b/TAO/tests/Big_Reply/Big_Reply_i.h index ce1173b3856..48dac729c0e 100644 --- a/TAO/tests/Big_Reply/Big_Reply_i.h +++ b/TAO/tests/Big_Reply/Big_Reply_i.h @@ -3,8 +3,6 @@ /** * @file Big_Reply_i.h * - * $Id$ - * * @author Balachandran Natarajan <bala@cs.wustl.edu> **/ // =================================================================== diff --git a/TAO/tests/Bug_1476_Regression/Sender_i.h b/TAO/tests/Bug_1476_Regression/Sender_i.h index 773e07812e1..bc2dc1bb460 100644 --- a/TAO/tests/Bug_1476_Regression/Sender_i.h +++ b/TAO/tests/Bug_1476_Regression/Sender_i.h @@ -3,8 +3,6 @@ /** * @file Sender_i.h * - * $Id$ - * * @author Johnny Willemsen <jwillemsen@remedy.nl> **/ // =================================================================== diff --git a/TAO/tests/Bug_1495_Regression/test.idl b/TAO/tests/Bug_1495_Regression/test.idl index 2c2673dac6d..2ec0f94b2de 100644 --- a/TAO/tests/Bug_1495_Regression/test.idl +++ b/TAO/tests/Bug_1495_Regression/test.idl @@ -3,8 +3,6 @@ /** * @file test.idl * - * $Id$ - * * Simple IDL file to test regression of bug 1495 * * diff --git a/TAO/tests/Bug_2174_Regression/test_i.h b/TAO/tests/Bug_2174_Regression/test_i.h index eb3d07084a5..32129102136 100644 --- a/TAO/tests/Bug_2174_Regression/test_i.h +++ b/TAO/tests/Bug_2174_Regression/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/Bug_2356_Regression/ami_test.idl b/TAO/tests/Bug_2356_Regression/ami_test.idl index c088eba7a4f..49e5cfa2858 100644 --- a/TAO/tests/Bug_2356_Regression/ami_test.idl +++ b/TAO/tests/Bug_2356_Regression/ami_test.idl @@ -3,8 +3,6 @@ /** * @file ami_test.idl * - * $Id$ - * * IDL description of the AMI Test interface * * diff --git a/TAO/tests/Bug_2356_Regression/ami_test_i.cpp b/TAO/tests/Bug_2356_Regression/ami_test_i.cpp index f40a59b3835..452f994208e 100644 --- a/TAO/tests/Bug_2356_Regression/ami_test_i.cpp +++ b/TAO/tests/Bug_2356_Regression/ami_test_i.cpp @@ -3,8 +3,6 @@ /** * @file ami_test_i.cpp * - * $Id$ - * * Implementation of the AMI Test interface. * * diff --git a/TAO/tests/Bug_2356_Regression/ami_test_i.h b/TAO/tests/Bug_2356_Regression/ami_test_i.h index c9cff1d6cca..1df67e21f06 100644 --- a/TAO/tests/Bug_2356_Regression/ami_test_i.h +++ b/TAO/tests/Bug_2356_Regression/ami_test_i.h @@ -3,8 +3,6 @@ /** * @file ami_test_i.h * - * $Id$ - * * @author Johnny Willemsen <jwillemsen@remedy.nl> */ //============================================================================= diff --git a/TAO/tests/Bug_2356_Regression/client.cpp b/TAO/tests/Bug_2356_Regression/client.cpp index 776495d4669..0dd0891c608 100644 --- a/TAO/tests/Bug_2356_Regression/client.cpp +++ b/TAO/tests/Bug_2356_Regression/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * A very simple client which uses the AMI callback model. * * diff --git a/TAO/tests/Bug_2356_Regression/server.cpp b/TAO/tests/Bug_2356_Regression/server.cpp index 2a53b746a50..af5d4c83d60 100644 --- a/TAO/tests/Bug_2356_Regression/server.cpp +++ b/TAO/tests/Bug_2356_Regression/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * Implementation of the server. * * diff --git a/TAO/tests/Bug_2734_Regression/test_i.h b/TAO/tests/Bug_2734_Regression/test_i.h index eb3d07084a5..32129102136 100644 --- a/TAO/tests/Bug_2734_Regression/test_i.h +++ b/TAO/tests/Bug_2734_Regression/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/Bug_2804_Regression/Hello.h b/TAO/tests/Bug_2804_Regression/Hello.h index 64c39d87300..a5a13ea2723 100644 --- a/TAO/tests/Bug_2804_Regression/Hello.h +++ b/TAO/tests/Bug_2804_Regression/Hello.h @@ -4,8 +4,6 @@ /** * @file Hello.h * - * $Id$ - * * Header file for recursive type Any insertion and extraction test. * * @author Ossama Othman diff --git a/TAO/tests/Bug_2805_Regression/ami_test.idl b/TAO/tests/Bug_2805_Regression/ami_test.idl index ffdc66d63d5..6e6d72f7d81 100644 --- a/TAO/tests/Bug_2805_Regression/ami_test.idl +++ b/TAO/tests/Bug_2805_Regression/ami_test.idl @@ -3,8 +3,6 @@ /** * @file ami_test.idl * - * $Id$ - * * IDL description of the AMI Test interface * * diff --git a/TAO/tests/Bug_2805_Regression/ami_test_i.cpp b/TAO/tests/Bug_2805_Regression/ami_test_i.cpp index 1c6fc7253b7..3edbf09beb2 100644 --- a/TAO/tests/Bug_2805_Regression/ami_test_i.cpp +++ b/TAO/tests/Bug_2805_Regression/ami_test_i.cpp @@ -3,8 +3,6 @@ /** * @file ami_test_i.cpp * - * $Id$ - * * Implementation of the AMI Test interface. * * diff --git a/TAO/tests/Bug_2805_Regression/ami_test_i.h b/TAO/tests/Bug_2805_Regression/ami_test_i.h index 28db6672112..a019bf37775 100644 --- a/TAO/tests/Bug_2805_Regression/ami_test_i.h +++ b/TAO/tests/Bug_2805_Regression/ami_test_i.h @@ -3,8 +3,6 @@ /** * @file ami_test_i.h * - * $Id$ - * * @author Michael Kircher <Michael.Kircher@mchp.siemens.de> */ //============================================================================= diff --git a/TAO/tests/Bug_2805_Regression/client.cpp b/TAO/tests/Bug_2805_Regression/client.cpp index 28b5c3d04b8..b0d833888a3 100644 --- a/TAO/tests/Bug_2805_Regression/client.cpp +++ b/TAO/tests/Bug_2805_Regression/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * A client which uses the AMI callback model. * * diff --git a/TAO/tests/Bug_2844_Regression/Hello.h b/TAO/tests/Bug_2844_Regression/Hello.h index 64c39d87300..a5a13ea2723 100644 --- a/TAO/tests/Bug_2844_Regression/Hello.h +++ b/TAO/tests/Bug_2844_Regression/Hello.h @@ -4,8 +4,6 @@ /** * @file Hello.h * - * $Id$ - * * Header file for recursive type Any insertion and extraction test. * * @author Ossama Othman diff --git a/TAO/tests/Bug_2909_Regression/ami_test.idl b/TAO/tests/Bug_2909_Regression/ami_test.idl index 545b5ea2272..04747737fbf 100644 --- a/TAO/tests/Bug_2909_Regression/ami_test.idl +++ b/TAO/tests/Bug_2909_Regression/ami_test.idl @@ -3,8 +3,6 @@ /** * @file ami_test.idl * - * $Id$ - * * IDL description of the AMI Test interface * * diff --git a/TAO/tests/Bug_2909_Regression/ami_test_i.cpp b/TAO/tests/Bug_2909_Regression/ami_test_i.cpp index 7b31c795f47..5972f9c55fa 100644 --- a/TAO/tests/Bug_2909_Regression/ami_test_i.cpp +++ b/TAO/tests/Bug_2909_Regression/ami_test_i.cpp @@ -3,8 +3,6 @@ /** * @file ami_test_i.cpp * - * $Id$ - * * Implementation of the AMI Test interface. * * @author Johnny Willemsen <jwillemsen@remedy.nl> diff --git a/TAO/tests/Bug_2909_Regression/ami_test_i.h b/TAO/tests/Bug_2909_Regression/ami_test_i.h index c9cff1d6cca..1df67e21f06 100644 --- a/TAO/tests/Bug_2909_Regression/ami_test_i.h +++ b/TAO/tests/Bug_2909_Regression/ami_test_i.h @@ -3,8 +3,6 @@ /** * @file ami_test_i.h * - * $Id$ - * * @author Johnny Willemsen <jwillemsen@remedy.nl> */ //============================================================================= diff --git a/TAO/tests/Bug_2909_Regression/client.cpp b/TAO/tests/Bug_2909_Regression/client.cpp index 0c00328eb04..dd7cfbc2247 100644 --- a/TAO/tests/Bug_2909_Regression/client.cpp +++ b/TAO/tests/Bug_2909_Regression/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * A client which uses the AMI callback model and tests whether exceptions * are redirected to the reply handler when client and servant are * diff --git a/TAO/tests/Bug_2918_Regression/Hello.h b/TAO/tests/Bug_2918_Regression/Hello.h index 64c39d87300..a5a13ea2723 100644 --- a/TAO/tests/Bug_2918_Regression/Hello.h +++ b/TAO/tests/Bug_2918_Regression/Hello.h @@ -4,8 +4,6 @@ /** * @file Hello.h * - * $Id$ - * * Header file for recursive type Any insertion and extraction test. * * @author Ossama Othman diff --git a/TAO/tests/Bug_2935_Regression/middle_i.h b/TAO/tests/Bug_2935_Regression/middle_i.h index 08ef48d788f..358822d83c8 100644 --- a/TAO/tests/Bug_2935_Regression/middle_i.h +++ b/TAO/tests/Bug_2935_Regression/middle_i.h @@ -4,8 +4,6 @@ /** * @file middle_i.h * - * $Id$ - * * This class implements the Time IDL interface. * * diff --git a/TAO/tests/Bug_2935_Regression/sink_i.h b/TAO/tests/Bug_2935_Regression/sink_i.h index 5d986e5084d..819142d5d5f 100644 --- a/TAO/tests/Bug_2935_Regression/sink_i.h +++ b/TAO/tests/Bug_2935_Regression/sink_i.h @@ -4,8 +4,6 @@ /** * @file sink_i.h * - * $Id$ - * * This class implements the ThreeTier IDL interface. * It acts as the "end of the line" for tick and tock * requests. diff --git a/TAO/tests/Bug_2935_Regression/source_i.h b/TAO/tests/Bug_2935_Regression/source_i.h index 7c1e423ff82..d406917c20f 100644 --- a/TAO/tests/Bug_2935_Regression/source_i.h +++ b/TAO/tests/Bug_2935_Regression/source_i.h @@ -4,8 +4,6 @@ /** * @file source_i.h * - * $Id$ - * * This class implements the source for a three tier system * Adapted from TAO/examples/Simple/time * diff --git a/TAO/tests/Bug_3068_Regression/test_i.h b/TAO/tests/Bug_3068_Regression/test_i.h index 461312294b9..c64bc84d507 100644 --- a/TAO/tests/Bug_3068_Regression/test_i.h +++ b/TAO/tests/Bug_3068_Regression/test_i.h @@ -4,8 +4,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Balachandran Natarajan <bala@cs.wustl.edu> */ //============================================================================= diff --git a/TAO/tests/Bug_3567_Regression/ami_test.idl b/TAO/tests/Bug_3567_Regression/ami_test.idl index ffdc66d63d5..6e6d72f7d81 100644 --- a/TAO/tests/Bug_3567_Regression/ami_test.idl +++ b/TAO/tests/Bug_3567_Regression/ami_test.idl @@ -3,8 +3,6 @@ /** * @file ami_test.idl * - * $Id$ - * * IDL description of the AMI Test interface * * diff --git a/TAO/tests/Bug_3567_Regression/ami_test_i.cpp b/TAO/tests/Bug_3567_Regression/ami_test_i.cpp index c2f5f3bf243..e726be23969 100644 --- a/TAO/tests/Bug_3567_Regression/ami_test_i.cpp +++ b/TAO/tests/Bug_3567_Regression/ami_test_i.cpp @@ -3,8 +3,6 @@ /** * @file ami_test_i.cpp * - * $Id$ - * * Implementation of the AMI Test interface. * * diff --git a/TAO/tests/Bug_3567_Regression/ami_test_i.h b/TAO/tests/Bug_3567_Regression/ami_test_i.h index 06ea83ef20f..22f9b58728f 100644 --- a/TAO/tests/Bug_3567_Regression/ami_test_i.h +++ b/TAO/tests/Bug_3567_Regression/ami_test_i.h @@ -3,8 +3,6 @@ /** * @file ami_test_i.h * - * $Id$ - * * @author Michael Kircher <Michael.Kircher@mchp.siemens.de> */ //============================================================================= diff --git a/TAO/tests/Bug_3567_Regression/client.cpp b/TAO/tests/Bug_3567_Regression/client.cpp index a3e7f9b8d02..1ebbc8bde8e 100644 --- a/TAO/tests/Bug_3567_Regression/client.cpp +++ b/TAO/tests/Bug_3567_Regression/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * A client which uses the AMI callback model. */ //============================================================================= diff --git a/TAO/tests/Bug_3567_Regression/server.cpp b/TAO/tests/Bug_3567_Regression/server.cpp index cdcc3991947..ed6b94730cb 100644 --- a/TAO/tests/Bug_3567_Regression/server.cpp +++ b/TAO/tests/Bug_3567_Regression/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * Implementation of the server. * * diff --git a/TAO/tests/Bug_3672_Regression/ami_test.idl b/TAO/tests/Bug_3672_Regression/ami_test.idl index fa04f8a7b3e..f4c9805dc39 100644 --- a/TAO/tests/Bug_3672_Regression/ami_test.idl +++ b/TAO/tests/Bug_3672_Regression/ami_test.idl @@ -3,8 +3,6 @@ /** * @file ami_test.idl * - * $Id$ - * * IDL description of the AMI Test interface * * diff --git a/TAO/tests/Bug_3672_Regression/ami_test_i.cpp b/TAO/tests/Bug_3672_Regression/ami_test_i.cpp index 9b77796e863..dabd26fbb3a 100644 --- a/TAO/tests/Bug_3672_Regression/ami_test_i.cpp +++ b/TAO/tests/Bug_3672_Regression/ami_test_i.cpp @@ -3,8 +3,6 @@ /** * @file ami_test_i.cpp * - * $Id$ - * * Implementation of the AMI Test interface. * * diff --git a/TAO/tests/Bug_3672_Regression/ami_test_i.h b/TAO/tests/Bug_3672_Regression/ami_test_i.h index 4b5beee5254..f648ca5fe34 100644 --- a/TAO/tests/Bug_3672_Regression/ami_test_i.h +++ b/TAO/tests/Bug_3672_Regression/ami_test_i.h @@ -3,8 +3,6 @@ /** * @file ami_test_i.h * - * $Id$ - * * @author Michael Kircher <Michael.Kircher@mchp.siemens.de> */ //============================================================================= diff --git a/TAO/tests/Bug_3672_Regression/client.cpp b/TAO/tests/Bug_3672_Regression/client.cpp index 8a530fef2f8..2f3e381b68a 100644 --- a/TAO/tests/Bug_3672_Regression/client.cpp +++ b/TAO/tests/Bug_3672_Regression/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * A client which uses the AMI callback model. * * diff --git a/TAO/tests/Bug_3672_Regression/server.cpp b/TAO/tests/Bug_3672_Regression/server.cpp index 18d23928d5c..a5128422b69 100644 --- a/TAO/tests/Bug_3672_Regression/server.cpp +++ b/TAO/tests/Bug_3672_Regression/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * Implementation of the server. * * diff --git a/TAO/tests/Bug_3683_Regression/Echo_Client_i.h b/TAO/tests/Bug_3683_Regression/Echo_Client_i.h index df2d4496a5d..f9ffa13813b 100644 --- a/TAO/tests/Bug_3683_Regression/Echo_Client_i.h +++ b/TAO/tests/Bug_3683_Regression/Echo_Client_i.h @@ -4,8 +4,6 @@ /** * @file Echo_Client_i.h * - * $Id$ - * * This class implements the interface calls for RMI. * * diff --git a/TAO/tests/Bug_3683_Regression/Echo_i.h b/TAO/tests/Bug_3683_Regression/Echo_i.h index f626d509794..051d300c6a8 100644 --- a/TAO/tests/Bug_3683_Regression/Echo_i.h +++ b/TAO/tests/Bug_3683_Regression/Echo_i.h @@ -4,8 +4,6 @@ /** * @file Echo_i.h * - * $Id$ - * * This class implements the Echo IDL interface. * * diff --git a/TAO/tests/Bug_3683_Regression/Simple_util.h b/TAO/tests/Bug_3683_Regression/Simple_util.h index ccee51b7aa6..4a0061463f6 100644 --- a/TAO/tests/Bug_3683_Regression/Simple_util.h +++ b/TAO/tests/Bug_3683_Regression/Simple_util.h @@ -3,8 +3,6 @@ /** * @file Simple_util.h * - * $Id$ - * * The classe define the templates for the client and server. * * @author Balachandran Natarajan <bala@cs.wustl.edu> diff --git a/TAO/tests/Bug_3801_Regression/ami_test.idl b/TAO/tests/Bug_3801_Regression/ami_test.idl index 9b24ec68d59..753124d858f 100644 --- a/TAO/tests/Bug_3801_Regression/ami_test.idl +++ b/TAO/tests/Bug_3801_Regression/ami_test.idl @@ -3,8 +3,6 @@ /** * @file ami_test.idl * - * $Id$ - * * IDL description of the AMI Test interface * * diff --git a/TAO/tests/Bug_3801_Regression/ami_test_i.cpp b/TAO/tests/Bug_3801_Regression/ami_test_i.cpp index d58451eb346..0e02afd5b79 100644 --- a/TAO/tests/Bug_3801_Regression/ami_test_i.cpp +++ b/TAO/tests/Bug_3801_Regression/ami_test_i.cpp @@ -3,8 +3,6 @@ /** * @file ami_test_i.cpp * - * $Id$ - * * Implementation of the AMI Test interface. * * diff --git a/TAO/tests/Bug_3801_Regression/ami_test_i.h b/TAO/tests/Bug_3801_Regression/ami_test_i.h index 1ba1aafc893..629f53a90f1 100644 --- a/TAO/tests/Bug_3801_Regression/ami_test_i.h +++ b/TAO/tests/Bug_3801_Regression/ami_test_i.h @@ -3,8 +3,6 @@ /** * @file ami_test_i.h * - * $Id$ - * * @author Michael Kircher <Michael.Kircher@mchp.siemens.de> */ //============================================================================= diff --git a/TAO/tests/Bug_3801_Regression/server.cpp b/TAO/tests/Bug_3801_Regression/server.cpp index 18d23928d5c..a5128422b69 100644 --- a/TAO/tests/Bug_3801_Regression/server.cpp +++ b/TAO/tests/Bug_3801_Regression/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * Implementation of the server. * * diff --git a/TAO/tests/Bug_3801_Regression/simple_client.cpp b/TAO/tests/Bug_3801_Regression/simple_client.cpp index b91b1602926..52febe94fd2 100644 --- a/TAO/tests/Bug_3801_Regression/simple_client.cpp +++ b/TAO/tests/Bug_3801_Regression/simple_client.cpp @@ -3,8 +3,6 @@ /** * @file simple_client.cpp * - * $Id$ - * * A very simple client which uses the AMI callback model. * * diff --git a/TAO/tests/Bug_3919_Regression/Hello.h b/TAO/tests/Bug_3919_Regression/Hello.h index 64c39d87300..a5a13ea2723 100644 --- a/TAO/tests/Bug_3919_Regression/Hello.h +++ b/TAO/tests/Bug_3919_Regression/Hello.h @@ -4,8 +4,6 @@ /** * @file Hello.h * - * $Id$ - * * Header file for recursive type Any insertion and extraction test. * * @author Ossama Othman diff --git a/TAO/tests/CDR/alignment.cpp b/TAO/tests/CDR/alignment.cpp index bd4b8574737..613a404be1a 100644 --- a/TAO/tests/CDR/alignment.cpp +++ b/TAO/tests/CDR/alignment.cpp @@ -3,8 +3,6 @@ /** * @file alignment.cpp * - * $Id$ - * * Verifies that octet sequence marshaling does not affect * marshaling. * diff --git a/TAO/tests/CDR/allocator.cpp b/TAO/tests/CDR/allocator.cpp index 87320568722..8dccb4716b7 100644 --- a/TAO/tests/CDR/allocator.cpp +++ b/TAO/tests/CDR/allocator.cpp @@ -3,8 +3,6 @@ /** * @file allocator.cpp * - * $Id$ - * * Compares the performance of a TSS allocator, with no locks, to * the global allocator (with locks) even in the abscence of * contention. diff --git a/TAO/tests/CDR/basic_types.cpp b/TAO/tests/CDR/basic_types.cpp index b4341bddaf0..520cd8ea4e2 100644 --- a/TAO/tests/CDR/basic_types.cpp +++ b/TAO/tests/CDR/basic_types.cpp @@ -3,8 +3,6 @@ /** * @file basic_types.cpp * - * $Id$ - * * Test the basic funcionality of a CDR stream by encoding some * basic types and then decoding them again. * diff --git a/TAO/tests/CDR/growth.cpp b/TAO/tests/CDR/growth.cpp index 270aff91fb4..8465a0eaf1e 100644 --- a/TAO/tests/CDR/growth.cpp +++ b/TAO/tests/CDR/growth.cpp @@ -3,8 +3,6 @@ /** * @file growth.cpp * - * $Id$ - * * Helps in measuring how the growth strategy affects the * performance of CDR streams. * diff --git a/TAO/tests/CDR/octet_sequence.cpp b/TAO/tests/CDR/octet_sequence.cpp index 22888c58360..7d7099b5a7d 100644 --- a/TAO/tests/CDR/octet_sequence.cpp +++ b/TAO/tests/CDR/octet_sequence.cpp @@ -3,8 +3,6 @@ /** * @file octet_sequence.cpp * - * $Id$ - * * Verifies that reference counting is performed correctly for octet * sequence marshaling. * diff --git a/TAO/tests/CDR/tc.cpp b/TAO/tests/CDR/tc.cpp index f15126eceb2..4c5941dc7c2 100644 --- a/TAO/tests/CDR/tc.cpp +++ b/TAO/tests/CDR/tc.cpp @@ -3,8 +3,6 @@ /** * @file tc.cpp * - * $Id$ - * * Verify that the basic typecodes are able to interpret their CDR * buffers. * diff --git a/TAO/tests/CSD_Collocation/Collocation_Tester.h b/TAO/tests/CSD_Collocation/Collocation_Tester.h index 025f0398008..0f9650b9d2b 100644 --- a/TAO/tests/CSD_Collocation/Collocation_Tester.h +++ b/TAO/tests/CSD_Collocation/Collocation_Tester.h @@ -3,8 +3,6 @@ /** * @file Collocation_Tester.h * - * $Id$ - * * Server class to perform testing of TAO's collocation mechanism. * * @author Nanbor Wang diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientEngine.h b/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientEngine.h index 895aeaa52cb..0a1ce4c76fc 100644 --- a/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientEngine.h +++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientEngine.h @@ -4,8 +4,6 @@ /** * @file ClientEngine.h * - * $Id$ - * * @author Tim Bradley <bradley_t@ociweb.com> */ //============================================================================= diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientTask.h b/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientTask.h index 2279b3a90e3..ed41fc51f39 100644 --- a/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientTask.h +++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientTask.h @@ -4,8 +4,6 @@ /** * @file ClientTask.h * - * $Id$ - * * @author Tim Bradley <bradley_t@ociweb.com> */ //============================================================================= diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbShutdownTask.cpp b/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbShutdownTask.cpp index c7f01889e9c..e0932bd4c38 100644 --- a/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbShutdownTask.cpp +++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbShutdownTask.cpp @@ -4,8 +4,6 @@ /** * @file OrbShutdownTask.cpp * - * $Id$ - * * @author Tim Bradley <bradley_t@ociweb.com> */ //============================================================================= diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbShutdownTask.h b/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbShutdownTask.h index 221251a7d3f..9197b8083d5 100644 --- a/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbShutdownTask.h +++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbShutdownTask.h @@ -4,8 +4,6 @@ /** * @file OrbShutdownTask.h * - * $Id$ - * * @author Tim Bradley <bradley_t@ociweb.com> */ //============================================================================= diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbTask.cpp b/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbTask.cpp index a9861cf062a..758b9b2d833 100644 --- a/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbTask.cpp +++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbTask.cpp @@ -4,8 +4,6 @@ /** * @file OrbTask.cpp * - * $Id$ - * * @author Tim Bradley <bradley_t@ociweb.com> */ //============================================================================= diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbTask.h b/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbTask.h index dc01e3ca191..dcacb31119d 100644 --- a/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbTask.h +++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbTask.h @@ -4,8 +4,6 @@ /** * @file OrbTask.h * - * $Id$ - * * @author Tim Bradley <bradley_t@ociweb.com> */ //============================================================================= diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Foo_A/Foo_A_ClientEngine.h b/TAO/tests/CSD_Strategy_Tests/TP_Foo_A/Foo_A_ClientEngine.h index ce83a52896c..1fc1cdec42a 100644 --- a/TAO/tests/CSD_Strategy_Tests/TP_Foo_A/Foo_A_ClientEngine.h +++ b/TAO/tests/CSD_Strategy_Tests/TP_Foo_A/Foo_A_ClientEngine.h @@ -4,8 +4,6 @@ /** * @file Foo_A_ClientEngine.h * - * $Id$ - * * @author Tim Bradley <bradley_t@ociweb.com> */ //============================================================================= diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_ClientEngine.h b/TAO/tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_ClientEngine.h index e0fb3995fdb..5bf5c62d92c 100644 --- a/TAO/tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_ClientEngine.h +++ b/TAO/tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_ClientEngine.h @@ -4,8 +4,6 @@ /** * @file Foo_B_ClientEngine.h * - * $Id$ - * * @author Tim Bradley <bradley_t@ociweb.com> */ //============================================================================= diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_SimpleClientEngine.h b/TAO/tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_SimpleClientEngine.h index a1c3f535c33..b821b2c7230 100644 --- a/TAO/tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_SimpleClientEngine.h +++ b/TAO/tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_SimpleClientEngine.h @@ -4,8 +4,6 @@ /** * @file Foo_B_SimpleClientEngine.h * - * $Id$ - * * @author Tim Bradley <bradley_t@ociweb.com> */ //============================================================================= diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_ClientEngine.h b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_ClientEngine.h index 493edfc853d..4e6e3f7d045 100644 --- a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_ClientEngine.h +++ b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_ClientEngine.h @@ -4,8 +4,6 @@ /** * @file Foo_C_ClientEngine.h * - * $Id$ - * * @author Tim Bradley <bradley_t@ociweb.com> */ //============================================================================= diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Custom_ClientEngine.h b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Custom_ClientEngine.h index ae66ab13afe..f3b9d19cb7e 100644 --- a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Custom_ClientEngine.h +++ b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Custom_ClientEngine.h @@ -4,8 +4,6 @@ /** * @file Foo_C_Custom_ClientEngine.h * - * $Id$ - * * @author Tim Bradley <bradley_t@ociweb.com> */ //============================================================================= diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Custom_Proxy.h b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Custom_Proxy.h index c5e19bd73e4..674e454a4ca 100644 --- a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Custom_Proxy.h +++ b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Custom_Proxy.h @@ -4,8 +4,6 @@ /** * @file Foo_C_Custom_Proxy.h * - * $Id$ - * * @author Tim Bradley <bradley_t@ociweb.com> */ //============================================================================= diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op1.h b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op1.h index b00b7d26290..a107ad34528 100644 --- a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op1.h +++ b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op1.h @@ -4,8 +4,6 @@ /** * @file Foo_C_cust_op1.h * - * $Id$ - * * @author Tim Bradley <bradley_t@ociweb.com> */ //============================================================================= diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op2.h b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op2.h index 9e5cc914ca7..25e6cf28f1a 100644 --- a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op2.h +++ b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op2.h @@ -4,8 +4,6 @@ /** * @file Foo_C_cust_op2.h * - * $Id$ - * * @author Tim Bradley <bradley_t@ociweb.com> */ //============================================================================= diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op3.h b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op3.h index 2f48440f835..cd52e184a6a 100644 --- a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op3.h +++ b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op3.h @@ -4,8 +4,6 @@ /** * @file Foo_C_cust_op3.h * - * $Id$ - * * @author Tim Bradley <bradley_t@ociweb.com> */ //============================================================================= diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op4.h b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op4.h index 1f8e5eeb5db..8d5c42757a0 100644 --- a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op4.h +++ b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op4.h @@ -4,8 +4,6 @@ /** * @file Foo_C_cust_op4.h * - * $Id$ - * * @author Tim Bradley <bradley_t@ociweb.com> */ //============================================================================= diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op5.h b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op5.h index 7c3e239daf2..333fe40d057 100644 --- a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op5.h +++ b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op5.h @@ -4,8 +4,6 @@ /** * @file Foo_C_cust_op5.h * - * $Id$ - * * @author Tim Bradley <bradley_t@ociweb.com> */ //============================================================================= diff --git a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Factory.cpp b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Factory.cpp index 88e1e62aa20..29dbc4540d8 100644 --- a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Factory.cpp +++ b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Factory.cpp @@ -4,8 +4,6 @@ /** * @file Char_IBM1047_ISO8859_Factory.cpp * - * $Id$ - * * A tempate instantiation of the codeset translator factory from TAO. This * one loads a modified version of ACE's IBM1047 (EBCDIC) to ISO8859 (ASCII) * translator. diff --git a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Factory.h b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Factory.h index 16668f9d0cb..cc36589db75 100644 --- a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Factory.h +++ b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Factory.h @@ -4,8 +4,6 @@ /** * @file Char_IBM1047_ISO8859_Factory.h * - * $Id$ - * * A tempate instantiation of the codeset translator factory from TAO. This * one loads a modified version of ACE's IBM1047 (EBCDIC) to ISO8859 (ASCII) * translator. diff --git a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Translator.cpp b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Translator.cpp index 4c9b150d5b9..30dd9b93c0c 100644 --- a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Translator.cpp +++ b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Translator.cpp @@ -4,8 +4,6 @@ /** * @file Char_IBM1047_ISO8859_Translator.cpp * - * $Id$ - * * Defines the arrays required to convert between ISO8859 (aka * Latin/1) and IBM1047 (aka EBCDIC). * diff --git a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Translator.h b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Translator.h index 5b33e74aacf..03014d7fe10 100644 --- a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Translator.h +++ b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Translator.h @@ -4,8 +4,6 @@ /** * @file Char_IBM1047_ISO8859_Translator.h * - * $Id$ - * * Declares the arrays required to convert between ISO8859 (aka * Latin/1) and IBM1047 (aka EBCDIC). * diff --git a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Factory.cpp b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Factory.cpp index 3f9a95a769d..1a17e0dafb3 100644 --- a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Factory.cpp +++ b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Factory.cpp @@ -4,8 +4,6 @@ /** * @file Wchar_IBM1047_ISO8859_Factory.cpp * - * $Id$ - * * A tempate instantiation of the codeset translator factory from TAO. This * one loads a modified version of ACE's IBM1047 (EBCDIC) to ISO8859 (ASCII) * translator. In this case, wchars and wstrings are translated rather than diff --git a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Factory.h b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Factory.h index 403aa8132ff..d95c26e26b7 100644 --- a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Factory.h +++ b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Factory.h @@ -4,8 +4,6 @@ /** * @file Wchar_IBM1047_ISO8859_Factory.h * - * $Id$ - * * A tempate instantiation of the codeset translator factory from TAO. This * one loads a modified version of ACE's IBM1047 (EBCDIC) to ISO8859 (ASCII) * translator. In this case, wchars and wstrings are translated rather than diff --git a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Translator.cpp b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Translator.cpp index 0a30896062e..b815d213df1 100644 --- a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Translator.cpp +++ b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Translator.cpp @@ -4,8 +4,6 @@ /** * @file Wchar_IBM1047_ISO8859_Translator.cpp * - * $Id$ - * * Defines the arrays required to convert between ISO8859 (aka * Latin/1) and IBM1047 (aka EBCDIC). * diff --git a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Translator.h b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Translator.h index cf09e725ce9..b79ab095076 100644 --- a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Translator.h +++ b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Translator.h @@ -4,8 +4,6 @@ /** * @file Wchar_IBM1047_ISO8859_Translator.h * - * $Id$ - * * Declares the arrays required to convert between IBM1047 (aka EBCDIC) and ISO8859 (aka * Latin/1). * diff --git a/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.cpp b/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.cpp index c9eb43d47c2..e950f457f38 100644 --- a/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.cpp +++ b/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.cpp @@ -4,8 +4,6 @@ /** * @file WUCS4_UTF16.cpp * - * $Id$ - * * Defines the arrays required to convert between UCS-4 a 4 byte wide char * codeset, and UCS-16, aka unicode, a 2-byte codeset. * diff --git a/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.h b/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.h index 804c4a53534..b348987a11a 100644 --- a/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.h +++ b/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.h @@ -4,8 +4,6 @@ /** * @file WUCS4_UTF16.h * - * $Id$ - * * * * @author Phil Mesnier <mesnier_p@ociweb.com> diff --git a/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16_Factory.h b/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16_Factory.h index 592b89a6456..4416d7a47af 100644 --- a/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16_Factory.h +++ b/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16_Factory.h @@ -3,8 +3,6 @@ /** * @file WUCS4_UTF16_Factory.h * - * $Id$ - * * * * @author Phil Mesnier <mesnier_p@ociweb.com> diff --git a/TAO/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Factory.cpp b/TAO/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Factory.cpp index 498630aa68c..eb4b9624994 100644 --- a/TAO/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Factory.cpp +++ b/TAO/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Factory.cpp @@ -4,8 +4,6 @@ /** * @file UTF16_UCS2_Factory.cpp * - * $Id$ - * * A tempate instantiation of the codeset translator factory from TAO. * * diff --git a/TAO/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Factory.h b/TAO/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Factory.h index 84751e78266..f219184ffec 100644 --- a/TAO/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Factory.h +++ b/TAO/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Factory.h @@ -4,8 +4,6 @@ /** * @file UTF16_UCS2_Factory.h * - * $Id$ - * * A tempate instantiation of a codeset translator factory from TAO. This * loads the UTF16_UCS2_Translator. * diff --git a/TAO/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Translator.cpp b/TAO/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Translator.cpp index 0c01c8d314d..c7e3c2a1cf9 100644 --- a/TAO/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Translator.cpp +++ b/TAO/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Translator.cpp @@ -4,8 +4,6 @@ /** * @file UTF16_UCS2_Translator.cpp * - * $Id$ - * * Defines the arrays required to convert between UCS-2, a 2 byte wide char * codeset, and UCS-16, aka unicode, a 2-byte codeset. As a bit-pattern * these two should be identical, with the exception that UCS-2 cannot diff --git a/TAO/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Translator.h b/TAO/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Translator.h index a5dca07fa28..ccf22aabf88 100644 --- a/TAO/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Translator.h +++ b/TAO/tests/CodeSets/libs/UTF16_UCS2/UTF16_UCS2_Translator.h @@ -4,8 +4,6 @@ /** * @file UTF16_UCS2_Translator.h * - * $Id$ - * * @author Iliyan Jeliazkov <jeliazkov_i@ociweb.com> * @author Byron Harris <harrisb@ociweb.com> */ diff --git a/TAO/tests/CodeSets/simple/client.cpp b/TAO/tests/CodeSets/simple/client.cpp index 5ca3ec2f5f4..ac0381b9f2e 100644 --- a/TAO/tests/CodeSets/simple/client.cpp +++ b/TAO/tests/CodeSets/simple/client.cpp @@ -4,8 +4,6 @@ /** * @file client.cpp * - * $Id$ - * * A simple client to demonstrate the use of codeset translation * * diff --git a/TAO/tests/CodeSets/simple/server.cpp b/TAO/tests/CodeSets/simple/server.cpp index 47e9ed03870..e5fcce54daa 100644 --- a/TAO/tests/CodeSets/simple/server.cpp +++ b/TAO/tests/CodeSets/simple/server.cpp @@ -4,8 +4,6 @@ /** * @file server.cpp * - * $Id$ - * * A simple server to demonstrate the use of codeset translation * * diff --git a/TAO/tests/Collocation/Collocation_Tester.h b/TAO/tests/Collocation/Collocation_Tester.h index 025f0398008..0f9650b9d2b 100644 --- a/TAO/tests/Collocation/Collocation_Tester.h +++ b/TAO/tests/Collocation/Collocation_Tester.h @@ -3,8 +3,6 @@ /** * @file Collocation_Tester.h * - * $Id$ - * * Server class to perform testing of TAO's collocation mechanism. * * @author Nanbor Wang diff --git a/TAO/tests/DIOP/UDP_Client_i.h b/TAO/tests/DIOP/UDP_Client_i.h index bc6d2580966..26129be8ac8 100644 --- a/TAO/tests/DIOP/UDP_Client_i.h +++ b/TAO/tests/DIOP/UDP_Client_i.h @@ -4,8 +4,6 @@ /** * @file UDP_Client_i.h * - * $Id$ - * * This class implements the client functionality of the UDP test. * * diff --git a/TAO/tests/DIOP/UDP_i.h b/TAO/tests/DIOP/UDP_i.h index 23a7b3da3e2..2951104bddc 100644 --- a/TAO/tests/DIOP/UDP_i.h +++ b/TAO/tests/DIOP/UDP_i.h @@ -4,8 +4,6 @@ /** * @file UDP_i.h * - * $Id$ - * * This class implements the server functionality of the UDP test. * We support only single threaded servers, as we have a null mutex * for locking our state. diff --git a/TAO/tests/DIOP/client.cpp b/TAO/tests/DIOP/client.cpp index 8fd43270900..6b0073ecf51 100644 --- a/TAO/tests/DIOP/client.cpp +++ b/TAO/tests/DIOP/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * This is the client for the UDP test. * * diff --git a/TAO/tests/DIOP/server.cpp b/TAO/tests/DIOP/server.cpp index a7372010e30..7565054d8a9 100644 --- a/TAO/tests/DIOP/server.cpp +++ b/TAO/tests/DIOP/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * Implementation of the server running the UDP object. * * diff --git a/TAO/tests/DSI_AMI_Gateway/test_dsi.h b/TAO/tests/DSI_AMI_Gateway/test_dsi.h index 8f43c163ba1..e1bab6f3184 100644 --- a/TAO/tests/DSI_AMI_Gateway/test_dsi.h +++ b/TAO/tests/DSI_AMI_Gateway/test_dsi.h @@ -3,8 +3,6 @@ /** * @file test_dsi.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/DSI_AMI_Gateway/test_i.h b/TAO/tests/DSI_AMI_Gateway/test_i.h index 0810aac6c63..08fb539dde6 100644 --- a/TAO/tests/DSI_AMI_Gateway/test_i.h +++ b/TAO/tests/DSI_AMI_Gateway/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/DSI_Gateway/test_dsi.h b/TAO/tests/DSI_Gateway/test_dsi.h index 8b1e958e2b9..62e13ed5b10 100644 --- a/TAO/tests/DSI_Gateway/test_dsi.h +++ b/TAO/tests/DSI_Gateway/test_dsi.h @@ -3,8 +3,6 @@ /** * @file test_dsi.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/DSI_Gateway/test_i.h b/TAO/tests/DSI_Gateway/test_i.h index 0810aac6c63..08fb539dde6 100644 --- a/TAO/tests/DSI_Gateway/test_i.h +++ b/TAO/tests/DSI_Gateway/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/DynAny_Test/analyzer.cpp b/TAO/tests/DynAny_Test/analyzer.cpp index db94f7e0019..2b8ea7c7774 100644 --- a/TAO/tests/DynAny_Test/analyzer.cpp +++ b/TAO/tests/DynAny_Test/analyzer.cpp @@ -4,8 +4,6 @@ /** * @file analyzer.cpp * - * $Id$ - * * This file contains a DynAny analyzer that dumps the contents of a DynAny * to the logging. * diff --git a/TAO/tests/DynAny_Test/analyzer.h b/TAO/tests/DynAny_Test/analyzer.h index 1d071a3384c..619380af541 100644 --- a/TAO/tests/DynAny_Test/analyzer.h +++ b/TAO/tests/DynAny_Test/analyzer.h @@ -4,8 +4,6 @@ /** * @file analyzer.h * - * $Id$ - * * This file contains a DynAny analyzer that dumps the contents of a DynAny * to the ace logging using ACE_DEBUG. * diff --git a/TAO/tests/DynAny_Test/data.cpp b/TAO/tests/DynAny_Test/data.cpp index e54d076e045..34e4459ca3f 100644 --- a/TAO/tests/DynAny_Test/data.cpp +++ b/TAO/tests/DynAny_Test/data.cpp @@ -2,8 +2,6 @@ /** * @file data.cpp * - * $Id$ - * * Implementation file for the class containing test constants. * * diff --git a/TAO/tests/DynAny_Test/data.h b/TAO/tests/DynAny_Test/data.h index e25a35da1ad..10d44ec5728 100644 --- a/TAO/tests/DynAny_Test/data.h +++ b/TAO/tests/DynAny_Test/data.h @@ -2,8 +2,6 @@ /** * @file data.h * - * $Id$ - * * Header file for the class containing test constants. * * diff --git a/TAO/tests/DynAny_Test/driver.cpp b/TAO/tests/DynAny_Test/driver.cpp index e143ff00d6b..f10bb663373 100644 --- a/TAO/tests/DynAny_Test/driver.cpp +++ b/TAO/tests/DynAny_Test/driver.cpp @@ -3,8 +3,6 @@ /** * @file driver.cpp * - * $Id$ - * * Implementation file for the driver program. * * diff --git a/TAO/tests/DynAny_Test/driver.h b/TAO/tests/DynAny_Test/driver.h index cd92175d134..b4eb6142180 100644 --- a/TAO/tests/DynAny_Test/driver.h +++ b/TAO/tests/DynAny_Test/driver.h @@ -3,8 +3,6 @@ /** * @file driver.h * - * $Id$ - * * Header file for the driver program. * * diff --git a/TAO/tests/DynAny_Test/test_dynany.cpp b/TAO/tests/DynAny_Test/test_dynany.cpp index f0b2a436e77..25cf051ad54 100644 --- a/TAO/tests/DynAny_Test/test_dynany.cpp +++ b/TAO/tests/DynAny_Test/test_dynany.cpp @@ -2,8 +2,6 @@ /** * @file test_dynany.cpp * - * $Id$ - * * Implementation of the basic test for simple DynAnys * * @author Jeff Parsons <parsons@cs.wustl.edu> diff --git a/TAO/tests/DynAny_Test/test_dynany.h b/TAO/tests/DynAny_Test/test_dynany.h index b8104ef2d04..4452d7e5840 100644 --- a/TAO/tests/DynAny_Test/test_dynany.h +++ b/TAO/tests/DynAny_Test/test_dynany.h @@ -2,8 +2,6 @@ /** * @file test_dynany.h * - * $Id$ - * * Header file for class to test the simple dynany. * * diff --git a/TAO/tests/DynAny_Test/test_dynarray.cpp b/TAO/tests/DynAny_Test/test_dynarray.cpp index c1dd45d125f..62f5039bffa 100644 --- a/TAO/tests/DynAny_Test/test_dynarray.cpp +++ b/TAO/tests/DynAny_Test/test_dynarray.cpp @@ -2,8 +2,6 @@ /** * @file test_dynarray.cpp * - * $Id$ - * * Implementation of the DynArray test * * diff --git a/TAO/tests/DynAny_Test/test_dynarray.h b/TAO/tests/DynAny_Test/test_dynarray.h index 4604baafccb..67b36e91efd 100644 --- a/TAO/tests/DynAny_Test/test_dynarray.h +++ b/TAO/tests/DynAny_Test/test_dynarray.h @@ -2,8 +2,6 @@ /** * @file test_dynarray.h * - * $Id$ - * * Header file for class to test DynArray. * * diff --git a/TAO/tests/DynAny_Test/test_dynenum.cpp b/TAO/tests/DynAny_Test/test_dynenum.cpp index b19c754a166..494522dc89d 100644 --- a/TAO/tests/DynAny_Test/test_dynenum.cpp +++ b/TAO/tests/DynAny_Test/test_dynenum.cpp @@ -2,8 +2,6 @@ /** * @file test_dynenum.cpp * - * $Id$ - * * Implementation of the simple DynEnum test * * @author Jeff Parsons <parsons@cs.wustl.edu> diff --git a/TAO/tests/DynAny_Test/test_dynenum.h b/TAO/tests/DynAny_Test/test_dynenum.h index d59eae8e754..185147972fe 100644 --- a/TAO/tests/DynAny_Test/test_dynenum.h +++ b/TAO/tests/DynAny_Test/test_dynenum.h @@ -2,8 +2,6 @@ /** * @file test_dynenum.h * - * $Id$ - * * Header file for class to test DynEnum. * * diff --git a/TAO/tests/DynAny_Test/test_dynsequence.cpp b/TAO/tests/DynAny_Test/test_dynsequence.cpp index aa9652a0519..38ba329d72c 100644 --- a/TAO/tests/DynAny_Test/test_dynsequence.cpp +++ b/TAO/tests/DynAny_Test/test_dynsequence.cpp @@ -2,8 +2,6 @@ /** * @file test_dynsequence.cpp * - * $Id$ - * * Implementation of the simple DynSequence test * * diff --git a/TAO/tests/DynAny_Test/test_dynsequence.h b/TAO/tests/DynAny_Test/test_dynsequence.h index 2b74a8ce22d..8679ad77bfa 100644 --- a/TAO/tests/DynAny_Test/test_dynsequence.h +++ b/TAO/tests/DynAny_Test/test_dynsequence.h @@ -2,8 +2,6 @@ /** * @file test_dynsequence.h * - * $Id$ - * * Header file for class to test DynSequence. * * diff --git a/TAO/tests/DynAny_Test/test_dynstruct.cpp b/TAO/tests/DynAny_Test/test_dynstruct.cpp index 548e6847c0e..13b4a23d979 100644 --- a/TAO/tests/DynAny_Test/test_dynstruct.cpp +++ b/TAO/tests/DynAny_Test/test_dynstruct.cpp @@ -2,8 +2,6 @@ /** * @file test_dynstruct.cpp * - * $Id$ - * * Implementation of the DynStruct basic test * * diff --git a/TAO/tests/DynAny_Test/test_dynstruct.h b/TAO/tests/DynAny_Test/test_dynstruct.h index 200d5fb1b5e..a8b41721f7a 100644 --- a/TAO/tests/DynAny_Test/test_dynstruct.h +++ b/TAO/tests/DynAny_Test/test_dynstruct.h @@ -2,8 +2,6 @@ /** * @file test_dynstruct.h * - * $Id$ - * * Header file for class to test DynStruct. * * @author Jeff Parsons <parsons@cs.wustl.edu> diff --git a/TAO/tests/DynAny_Test/test_dynunion.cpp b/TAO/tests/DynAny_Test/test_dynunion.cpp index 8b1bfb9ec9c..f95ecd1e332 100644 --- a/TAO/tests/DynAny_Test/test_dynunion.cpp +++ b/TAO/tests/DynAny_Test/test_dynunion.cpp @@ -2,8 +2,6 @@ /** * @file test_dynunion.cpp * - * $Id$ - * * Implementation of the simple DynUnion test * * @author Jeff Parsons <parsons@cs.wustl.edu> diff --git a/TAO/tests/DynAny_Test/test_dynunion.h b/TAO/tests/DynAny_Test/test_dynunion.h index f790e0b6f57..9015b74309b 100644 --- a/TAO/tests/DynAny_Test/test_dynunion.h +++ b/TAO/tests/DynAny_Test/test_dynunion.h @@ -2,8 +2,6 @@ /** * @file test_dynunion.h * - * $Id$ - * * Header file for class to test DynUnion. * * diff --git a/TAO/tests/DynAny_Test/test_wrapper.cpp b/TAO/tests/DynAny_Test/test_wrapper.cpp index e2e846a0a76..712641124d7 100644 --- a/TAO/tests/DynAny_Test/test_wrapper.cpp +++ b/TAO/tests/DynAny_Test/test_wrapper.cpp @@ -2,8 +2,6 @@ /** * @file test_wrapper.cpp * - * $Id$ - * * This file contains the implementation of the DynAny basic test manager * * diff --git a/TAO/tests/DynAny_Test/test_wrapper.h b/TAO/tests/DynAny_Test/test_wrapper.h index 58c9439e13f..8f533347d62 100644 --- a/TAO/tests/DynAny_Test/test_wrapper.h +++ b/TAO/tests/DynAny_Test/test_wrapper.h @@ -3,8 +3,6 @@ /** * @file test_wrapper.h * - * $Id$ - * * Header file for the DynAny basic test manager * * diff --git a/TAO/tests/Explicit_Event_Loop/client.cpp b/TAO/tests/Explicit_Event_Loop/client.cpp index ccf9be6b357..40f0af3b049 100644 --- a/TAO/tests/Explicit_Event_Loop/client.cpp +++ b/TAO/tests/Explicit_Event_Loop/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * @author Source code used in TAO has been modified and adapted from thecode provided in the book * @author "Advanced CORBA Programming with C++"by Michi Henning and Steve Vinoski. Copyright1999. Addison-Wesley * @author Reading diff --git a/TAO/tests/Explicit_Event_Loop/server.cpp b/TAO/tests/Explicit_Event_Loop/server.cpp index 8da642317de..6e2d9acbfd3 100644 --- a/TAO/tests/Explicit_Event_Loop/server.cpp +++ b/TAO/tests/Explicit_Event_Loop/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * @author Source code used in TAO has been modified and adapted from thecode provided in the book * @author "Advanced CORBA Programming with C++"by Michi Henning and Steve Vinoski. Copyright1999. Addison-Wesley * @author Reading diff --git a/TAO/tests/Explicit_Event_Loop/server.h b/TAO/tests/Explicit_Event_Loop/server.h index 207cc33c69d..a61cc86259e 100644 --- a/TAO/tests/Explicit_Event_Loop/server.h +++ b/TAO/tests/Explicit_Event_Loop/server.h @@ -3,8 +3,6 @@ /** * @file server.h * - * $Id$ - * * @author Source code used in TAO has been modified and adapted from the codeprovided in the book * @author "Advanced CORBA Programming with C++" by MichiHenning and Steve Vinoski. Copyright 1999. Addison-Wesley * @author Reading diff --git a/TAO/tests/Exposed_Policies/Counter_i.h b/TAO/tests/Exposed_Policies/Counter_i.h index 18e32d1c90b..da2af18b2bb 100644 --- a/TAO/tests/Exposed_Policies/Counter_i.h +++ b/TAO/tests/Exposed_Policies/Counter_i.h @@ -3,8 +3,6 @@ /** * @file Counter_i.h * - * $Id$ - * * This class implements the Counter IDL interface. * * diff --git a/TAO/tests/Exposed_Policies/Policy_Tester.h b/TAO/tests/Exposed_Policies/Policy_Tester.h index 8ca8eed1c75..3d4df2b6460 100644 --- a/TAO/tests/Exposed_Policies/Policy_Tester.h +++ b/TAO/tests/Exposed_Policies/Policy_Tester.h @@ -2,8 +2,6 @@ /** * @file Policy_Tester.h * - * $Id$ - * * This class verifies that the policy are correctly embedded * in the IOR. * diff --git a/TAO/tests/Exposed_Policies/Policy_Verifier.h b/TAO/tests/Exposed_Policies/Policy_Verifier.h index ba7a03d7180..1376c95ce20 100644 --- a/TAO/tests/Exposed_Policies/Policy_Verifier.h +++ b/TAO/tests/Exposed_Policies/Policy_Verifier.h @@ -2,8 +2,6 @@ /** * @file Policy_Verifier.h * - * $Id$ - * * This class verifies that the policy are correctly embedded * in the IOR. * diff --git a/TAO/tests/Exposed_Policies/RT_Properties.h b/TAO/tests/Exposed_Policies/RT_Properties.h index e37728ae291..57f5057eb16 100644 --- a/TAO/tests/Exposed_Policies/RT_Properties.h +++ b/TAO/tests/Exposed_Policies/RT_Properties.h @@ -2,8 +2,6 @@ /** * @file RT_Properties.h * - * $Id$ - * * Defines a series of "real time" property that an Object * or a POA created on a RT-ORB can have. * diff --git a/TAO/tests/FL_Cube/test_i.h b/TAO/tests/FL_Cube/test_i.h index 0e44cef3353..8ae8098f7a6 100644 --- a/TAO/tests/FL_Cube/test_i.h +++ b/TAO/tests/FL_Cube/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/Faults/ping_i.h b/TAO/tests/Faults/ping_i.h index 6031f7e400f..809bf32802e 100644 --- a/TAO/tests/Faults/ping_i.h +++ b/TAO/tests/Faults/ping_i.h @@ -3,8 +3,6 @@ /** * @file ping_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/Faults/test_i.h b/TAO/tests/Faults/test_i.h index 68d5f80cd05..884e62ff26d 100644 --- a/TAO/tests/Faults/test_i.h +++ b/TAO/tests/Faults/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/File_IO/File.idl b/TAO/tests/File_IO/File.idl index f8c0f49183f..c62d6963c0f 100644 --- a/TAO/tests/File_IO/File.idl +++ b/TAO/tests/File_IO/File.idl @@ -3,8 +3,6 @@ /** * @file File.idl * - * $Id$ - * * A simple File Descriptor and File System IDL interface. * * diff --git a/TAO/tests/File_IO/File_i.cpp b/TAO/tests/File_IO/File_i.cpp index 62ee922a07c..17429b17491 100644 --- a/TAO/tests/File_IO/File_i.cpp +++ b/TAO/tests/File_IO/File_i.cpp @@ -3,8 +3,6 @@ /** * @file File_i.cpp * - * $Id$ - * * Implementation of the File IDL module and the interfaces * Descriptor and System in it. * diff --git a/TAO/tests/File_IO/File_i.h b/TAO/tests/File_IO/File_i.h index 37d90074392..2daa729cf1e 100644 --- a/TAO/tests/File_IO/File_i.h +++ b/TAO/tests/File_IO/File_i.h @@ -3,8 +3,6 @@ /** * @file File_i.h * - * $Id$ - * * Defines the implementation classes for the File IDL * module * diff --git a/TAO/tests/File_IO/client.cpp b/TAO/tests/File_IO/client.cpp index fa43de2625b..138b0878cf3 100644 --- a/TAO/tests/File_IO/client.cpp +++ b/TAO/tests/File_IO/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * A client program for the File IDL module * * diff --git a/TAO/tests/ForwardOnceUponException/test_i.h b/TAO/tests/ForwardOnceUponException/test_i.h index 169a6a7823f..1c617592d51 100755 --- a/TAO/tests/ForwardOnceUponException/test_i.h +++ b/TAO/tests/ForwardOnceUponException/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/ForwardUponObjectNotExist/test_i.h b/TAO/tests/ForwardUponObjectNotExist/test_i.h index abf27c63925..71c4495c6a8 100755 --- a/TAO/tests/ForwardUponObjectNotExist/test_i.h +++ b/TAO/tests/ForwardUponObjectNotExist/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/Forwarding/test_i.h b/TAO/tests/Forwarding/test_i.h index abf27c63925..71c4495c6a8 100644 --- a/TAO/tests/Forwarding/test_i.h +++ b/TAO/tests/Forwarding/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/IDL_Test/anonymous.idl b/TAO/tests/IDL_Test/anonymous.idl index 98f0ccf5c19..0435449a335 100644 --- a/TAO/tests/IDL_Test/anonymous.idl +++ b/TAO/tests/IDL_Test/anonymous.idl @@ -3,8 +3,6 @@ /** * @file anonymous.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/anyunion.idl b/TAO/tests/IDL_Test/anyunion.idl index adb185425b0..ee32c34bfad 100644 --- a/TAO/tests/IDL_Test/anyunion.idl +++ b/TAO/tests/IDL_Test/anyunion.idl @@ -3,8 +3,6 @@ /** * @file anyunion.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/array.idl b/TAO/tests/IDL_Test/array.idl index 1b0b9d3c12e..63febd22d68 100644 --- a/TAO/tests/IDL_Test/array.idl +++ b/TAO/tests/IDL_Test/array.idl @@ -3,8 +3,6 @@ /** * @file array.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/array_anon_nested.idl b/TAO/tests/IDL_Test/array_anon_nested.idl index d10972445c6..52484d78278 100644 --- a/TAO/tests/IDL_Test/array_anon_nested.idl +++ b/TAO/tests/IDL_Test/array_anon_nested.idl @@ -3,8 +3,6 @@ /** * @file array_anon_nested.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/array_only.idl b/TAO/tests/IDL_Test/array_only.idl index 705d7c56319..a22afd3b62b 100644 --- a/TAO/tests/IDL_Test/array_only.idl +++ b/TAO/tests/IDL_Test/array_only.idl @@ -3,8 +3,6 @@ /** * @file array_only.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/constants.idl b/TAO/tests/IDL_Test/constants.idl index d4216ca82a4..8aa1bf47c5c 100644 --- a/TAO/tests/IDL_Test/constants.idl +++ b/TAO/tests/IDL_Test/constants.idl @@ -3,8 +3,6 @@ /** * @file constants.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/dif2.idl b/TAO/tests/IDL_Test/dif2.idl index 107fb7994c2..65cf571156c 100644 --- a/TAO/tests/IDL_Test/dif2.idl +++ b/TAO/tests/IDL_Test/dif2.idl @@ -3,8 +3,6 @@ /** * @file dif2.idl * - * $Id$ - * * Tests of interface operations and attributes in IDL constructs * * diff --git a/TAO/tests/IDL_Test/enum_in_struct.idl b/TAO/tests/IDL_Test/enum_in_struct.idl index d71e766fa19..9b71f864eb3 100644 --- a/TAO/tests/IDL_Test/enum_in_struct.idl +++ b/TAO/tests/IDL_Test/enum_in_struct.idl @@ -3,8 +3,6 @@ /** * @file enum_in_struct.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/full.idl b/TAO/tests/IDL_Test/full.idl index 95b8eae7591..8145b97c535 100644 --- a/TAO/tests/IDL_Test/full.idl +++ b/TAO/tests/IDL_Test/full.idl @@ -3,8 +3,6 @@ /** * @file full.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/fwd.idl b/TAO/tests/IDL_Test/fwd.idl index 7bed3c823cf..a30c5020041 100644 --- a/TAO/tests/IDL_Test/fwd.idl +++ b/TAO/tests/IDL_Test/fwd.idl @@ -3,8 +3,6 @@ /** * @file fwd.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/generic_object.idl b/TAO/tests/IDL_Test/generic_object.idl index e2c4e2ff570..72d51161616 100644 --- a/TAO/tests/IDL_Test/generic_object.idl +++ b/TAO/tests/IDL_Test/generic_object.idl @@ -3,8 +3,6 @@ /** * @file generic_object.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/gperf.idl b/TAO/tests/IDL_Test/gperf.idl index 37bbb075483..d5ea5c09d74 100644 --- a/TAO/tests/IDL_Test/gperf.idl +++ b/TAO/tests/IDL_Test/gperf.idl @@ -3,8 +3,6 @@ /** * @file gperf.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/included.idl b/TAO/tests/IDL_Test/included.idl index a8d969c49a0..e51b1450725 100644 --- a/TAO/tests/IDL_Test/included.idl +++ b/TAO/tests/IDL_Test/included.idl @@ -3,8 +3,6 @@ /** * @file included.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/including.idl b/TAO/tests/IDL_Test/including.idl index 865d66c879b..01bebec9d5d 100644 --- a/TAO/tests/IDL_Test/including.idl +++ b/TAO/tests/IDL_Test/including.idl @@ -3,8 +3,6 @@ /** * @file including.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/inherit.idl b/TAO/tests/IDL_Test/inherit.idl index 26ac5916d49..827ea48047b 100644 --- a/TAO/tests/IDL_Test/inherit.idl +++ b/TAO/tests/IDL_Test/inherit.idl @@ -3,8 +3,6 @@ /** * @file inherit.idl * - * $Id$ - * * Tests of interface inheritance in IDL constructs * * diff --git a/TAO/tests/IDL_Test/interface.idl b/TAO/tests/IDL_Test/interface.idl index 83f67cdc875..fa2384d0720 100644 --- a/TAO/tests/IDL_Test/interface.idl +++ b/TAO/tests/IDL_Test/interface.idl @@ -3,8 +3,6 @@ /** * @file interface.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/invalid_scoping1.idl b/TAO/tests/IDL_Test/invalid_scoping1.idl index bb3db137549..7138b1d53d3 100644 --- a/TAO/tests/IDL_Test/invalid_scoping1.idl +++ b/TAO/tests/IDL_Test/invalid_scoping1.idl @@ -3,8 +3,6 @@ /** * @file invalid_scoping1.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/invalid_scoping2.idl b/TAO/tests/IDL_Test/invalid_scoping2.idl index 8d4a0299fc2..19321a8c5a8 100644 --- a/TAO/tests/IDL_Test/invalid_scoping2.idl +++ b/TAO/tests/IDL_Test/invalid_scoping2.idl @@ -3,8 +3,6 @@ /** * @file invalid_scoping2.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/keywords.idl b/TAO/tests/IDL_Test/keywords.idl index 97ad967b2a7..561e511b996 100644 --- a/TAO/tests/IDL_Test/keywords.idl +++ b/TAO/tests/IDL_Test/keywords.idl @@ -3,8 +3,6 @@ /** * @file keywords.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/main.cpp b/TAO/tests/IDL_Test/main.cpp index 0c1c1c878a2..4a9d9a28cd6 100644 --- a/TAO/tests/IDL_Test/main.cpp +++ b/TAO/tests/IDL_Test/main.cpp @@ -3,8 +3,6 @@ /** * @file main.cpp * - * $Id$ - * * We test the pragma prefixes generated in pragma.idl, and * the values of some generated constants in constants.idl. * diff --git a/TAO/tests/IDL_Test/module.idl b/TAO/tests/IDL_Test/module.idl index 95d7efe1566..b99c9705df2 100644 --- a/TAO/tests/IDL_Test/module.idl +++ b/TAO/tests/IDL_Test/module.idl @@ -3,8 +3,6 @@ /** * @file module.idl * - * $Id$ - * * Tests of module IDL constructs * * diff --git a/TAO/tests/IDL_Test/nested_scope.idl b/TAO/tests/IDL_Test/nested_scope.idl index 723d444cce3..46697b2d1bb 100644 --- a/TAO/tests/IDL_Test/nested_scope.idl +++ b/TAO/tests/IDL_Test/nested_scope.idl @@ -3,8 +3,6 @@ /** * @file nested_scope.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/old_array.idl b/TAO/tests/IDL_Test/old_array.idl index a8f3d5f3c21..0a17971e3f7 100644 --- a/TAO/tests/IDL_Test/old_array.idl +++ b/TAO/tests/IDL_Test/old_array.idl @@ -3,8 +3,6 @@ /** * @file old_array.idl * - * $Id$ - * * Tests of array IDL constructs * * diff --git a/TAO/tests/IDL_Test/old_constants.idl b/TAO/tests/IDL_Test/old_constants.idl index f04cf8cf5d4..ad76b11ac20 100644 --- a/TAO/tests/IDL_Test/old_constants.idl +++ b/TAO/tests/IDL_Test/old_constants.idl @@ -3,8 +3,6 @@ /** * @file old_constants.idl * - * $Id$ - * * Tests of const IDL constructs * * diff --git a/TAO/tests/IDL_Test/old_sequence.idl b/TAO/tests/IDL_Test/old_sequence.idl index cf357e3e86a..a68dd355d19 100644 --- a/TAO/tests/IDL_Test/old_sequence.idl +++ b/TAO/tests/IDL_Test/old_sequence.idl @@ -3,8 +3,6 @@ /** * @file old_sequence.idl * - * $Id$ - * * Tests of sequence IDL constructs * * diff --git a/TAO/tests/IDL_Test/old_struct.idl b/TAO/tests/IDL_Test/old_struct.idl index d8076def0fe..7a5f3867506 100644 --- a/TAO/tests/IDL_Test/old_struct.idl +++ b/TAO/tests/IDL_Test/old_struct.idl @@ -3,8 +3,6 @@ /** * @file old_struct.idl * - * $Id$ - * * Tests of struct IDL constructs * * diff --git a/TAO/tests/IDL_Test/old_union.idl b/TAO/tests/IDL_Test/old_union.idl index e0f74ebca13..4c312dd25cc 100644 --- a/TAO/tests/IDL_Test/old_union.idl +++ b/TAO/tests/IDL_Test/old_union.idl @@ -3,8 +3,6 @@ /** * @file old_union.idl * - * $Id$ - * * Tests of union IDL constructs * * diff --git a/TAO/tests/IDL_Test/old_union2.idl b/TAO/tests/IDL_Test/old_union2.idl index b5054c22961..72652712ccb 100644 --- a/TAO/tests/IDL_Test/old_union2.idl +++ b/TAO/tests/IDL_Test/old_union2.idl @@ -3,8 +3,6 @@ /** * @file old_union2.idl * - * $Id$ - * * Further tests of union IDL constructs * * diff --git a/TAO/tests/IDL_Test/params.idl b/TAO/tests/IDL_Test/params.idl index 04604bc561f..617bf8546e5 100644 --- a/TAO/tests/IDL_Test/params.idl +++ b/TAO/tests/IDL_Test/params.idl @@ -3,8 +3,6 @@ /** * @file params.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/pragma.idl b/TAO/tests/IDL_Test/pragma.idl index 118742c5fc4..3062e8b3747 100644 --- a/TAO/tests/IDL_Test/pragma.idl +++ b/TAO/tests/IDL_Test/pragma.idl @@ -3,8 +3,6 @@ /** * @file pragma.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/primtypes.idl b/TAO/tests/IDL_Test/primtypes.idl index c47f44bf3da..5dc9d9992af 100644 --- a/TAO/tests/IDL_Test/primtypes.idl +++ b/TAO/tests/IDL_Test/primtypes.idl @@ -3,8 +3,6 @@ /** * @file primtypes.idl * - * $Id$ - * * Tests of primitive types in IDL * * diff --git a/TAO/tests/IDL_Test/reopen_include1.idl b/TAO/tests/IDL_Test/reopen_include1.idl index 6944d33fa04..056039e6476 100644 --- a/TAO/tests/IDL_Test/reopen_include1.idl +++ b/TAO/tests/IDL_Test/reopen_include1.idl @@ -3,8 +3,6 @@ /** * @file reopen_include1.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/reopen_include2.idl b/TAO/tests/IDL_Test/reopen_include2.idl index 56562adb264..d8651d612ec 100644 --- a/TAO/tests/IDL_Test/reopen_include2.idl +++ b/TAO/tests/IDL_Test/reopen_include2.idl @@ -3,8 +3,6 @@ /** * @file reopen_include2.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/reopened_modules.idl b/TAO/tests/IDL_Test/reopened_modules.idl index 431d2b309f5..06167f34bb0 100644 --- a/TAO/tests/IDL_Test/reopened_modules.idl +++ b/TAO/tests/IDL_Test/reopened_modules.idl @@ -3,8 +3,6 @@ /** * @file reopened_modules.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/repo_id_mod.idl b/TAO/tests/IDL_Test/repo_id_mod.idl index 60620865125..454aa3922ca 100644 --- a/TAO/tests/IDL_Test/repo_id_mod.idl +++ b/TAO/tests/IDL_Test/repo_id_mod.idl @@ -3,8 +3,6 @@ /** * @file repo_id_mod.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/sequence.idl b/TAO/tests/IDL_Test/sequence.idl index f8bb18541b6..69f374d1fe2 100644 --- a/TAO/tests/IDL_Test/sequence.idl +++ b/TAO/tests/IDL_Test/sequence.idl @@ -3,8 +3,6 @@ /** * @file sequence.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/simple.idl b/TAO/tests/IDL_Test/simple.idl index de19060f479..a3cb5944042 100644 --- a/TAO/tests/IDL_Test/simple.idl +++ b/TAO/tests/IDL_Test/simple.idl @@ -3,8 +3,6 @@ /** * @file simple.idl * - * $Id$ - * * Tests of simple IDL * * diff --git a/TAO/tests/IDL_Test/simple2.idl b/TAO/tests/IDL_Test/simple2.idl index 339054dd24e..fdf78771961 100644 --- a/TAO/tests/IDL_Test/simple2.idl +++ b/TAO/tests/IDL_Test/simple2.idl @@ -3,8 +3,6 @@ /** * @file simple2.idl * - * $Id$ - * * Further tests of simple IDL * * diff --git a/TAO/tests/IDL_Test/string_value.idl b/TAO/tests/IDL_Test/string_value.idl index 32d951d2f2d..2aa397abd9e 100644 --- a/TAO/tests/IDL_Test/string_value.idl +++ b/TAO/tests/IDL_Test/string_value.idl @@ -3,8 +3,6 @@ /** * @file string_value.idl * - * $Id$ - * * This file contains depends on the TAO supplied StringValue type. Generated * code based on such IDL failed to compile since the IDL compiler inserted a * #include of a non-existent StringValueA.h. diff --git a/TAO/tests/IDL_Test/typecode.idl b/TAO/tests/IDL_Test/typecode.idl index 65901444b5e..d4c1f051da1 100644 --- a/TAO/tests/IDL_Test/typecode.idl +++ b/TAO/tests/IDL_Test/typecode.idl @@ -3,8 +3,6 @@ /** * @file typecode.idl * - * $Id$ - * * Test a sequence of typecodes * * diff --git a/TAO/tests/IDL_Test/typedef.idl b/TAO/tests/IDL_Test/typedef.idl index ee2493ce3e8..621fb7f4f05 100644 --- a/TAO/tests/IDL_Test/typedef.idl +++ b/TAO/tests/IDL_Test/typedef.idl @@ -3,8 +3,6 @@ /** * @file typedef.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/union.idl b/TAO/tests/IDL_Test/union.idl index f5384549328..897b41480df 100644 --- a/TAO/tests/IDL_Test/union.idl +++ b/TAO/tests/IDL_Test/union.idl @@ -3,8 +3,6 @@ /** * @file union.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/IDL_Test/valuetype.idl b/TAO/tests/IDL_Test/valuetype.idl index 799ff4806fd..804ead72947 100644 --- a/TAO/tests/IDL_Test/valuetype.idl +++ b/TAO/tests/IDL_Test/valuetype.idl @@ -3,8 +3,6 @@ /** * @file valuetype.idl * - * $Id$ - * * This file contains examples of IDL code that has * caused problems in the past for the TAO IDL * compiler. This test is to make sure the problems diff --git a/TAO/tests/InterOp-Naming/INS_i.h b/TAO/tests/InterOp-Naming/INS_i.h index 5888b059637..dbb92284b9b 100644 --- a/TAO/tests/InterOp-Naming/INS_i.h +++ b/TAO/tests/InterOp-Naming/INS_i.h @@ -4,8 +4,6 @@ /** * @file INS_i.h * - * $Id$ - * * This class implements the INS interface. * * diff --git a/TAO/tests/InterOp-Naming/Server_i.h b/TAO/tests/InterOp-Naming/Server_i.h index 35248fd2acd..8617f429ff1 100644 --- a/TAO/tests/InterOp-Naming/Server_i.h +++ b/TAO/tests/InterOp-Naming/Server_i.h @@ -3,8 +3,6 @@ /** * @file Server_i.h * - * $Id$ - * * The class is the driver for the INS test server. * * diff --git a/TAO/tests/Leader_Followers/client.cpp b/TAO/tests/Leader_Followers/client.cpp index a69ca775862..0b5b5093248 100644 --- a/TAO/tests/Leader_Followers/client.cpp +++ b/TAO/tests/Leader_Followers/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * See README. * * diff --git a/TAO/tests/Leader_Followers/test_i.h b/TAO/tests/Leader_Followers/test_i.h index 175291ddca8..36c840e09fb 100644 --- a/TAO/tests/Leader_Followers/test_i.h +++ b/TAO/tests/Leader_Followers/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Irfan Pyarali */ //============================================================================= diff --git a/TAO/tests/MProfile/test_i.h b/TAO/tests/MProfile/test_i.h index 58cc6ea1bb9..fd1ccf73069 100644 --- a/TAO/tests/MProfile/test_i.h +++ b/TAO/tests/MProfile/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Carlos O'Ryan <coryan@uci.edu> */ //============================================================================= diff --git a/TAO/tests/MProfile_Connection_Timeout/test_i.h b/TAO/tests/MProfile_Connection_Timeout/test_i.h index bd1c4cbe7e8..4f2b57a5b4d 100644 --- a/TAO/tests/MProfile_Connection_Timeout/test_i.h +++ b/TAO/tests/MProfile_Connection_Timeout/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu> */ //============================================================================= diff --git a/TAO/tests/MProfile_Forwarding/Servant_Locator.cpp b/TAO/tests/MProfile_Forwarding/Servant_Locator.cpp index 5fa43c2d25c..df5072c5ad1 100644 --- a/TAO/tests/MProfile_Forwarding/Servant_Locator.cpp +++ b/TAO/tests/MProfile_Forwarding/Servant_Locator.cpp @@ -3,8 +3,6 @@ /** * @file Servant_Locator.cpp * - * $Id$ - * * Implementation of MyFooServantLocator class , used with a POA * having a NON_RETAIN policy. * diff --git a/TAO/tests/MProfile_Forwarding/Servant_Locator.h b/TAO/tests/MProfile_Forwarding/Servant_Locator.h index 891d8ea1374..2a93218b7aa 100644 --- a/TAO/tests/MProfile_Forwarding/Servant_Locator.h +++ b/TAO/tests/MProfile_Forwarding/Servant_Locator.h @@ -3,8 +3,6 @@ /** * @file Servant_Locator.h * - * $Id$ - * * Defines a MyFooServantLocator class , used with a POA having * a NON_RETAIN policy * diff --git a/TAO/tests/MProfile_Forwarding/test_i.h b/TAO/tests/MProfile_Forwarding/test_i.h index ba29a0b6941..d4c5fd07536 100644 --- a/TAO/tests/MProfile_Forwarding/test_i.h +++ b/TAO/tests/MProfile_Forwarding/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Balachandran Natarajan */ //============================================================================= diff --git a/TAO/tests/MT_Client/test_i.h b/TAO/tests/MT_Client/test_i.h index a752d15c3ea..5990b2f3642 100644 --- a/TAO/tests/MT_Client/test_i.h +++ b/TAO/tests/MT_Client/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/MT_Server/test_i.h b/TAO/tests/MT_Server/test_i.h index aa98bce6909..ce21c4429cc 100644 --- a/TAO/tests/MT_Server/test_i.h +++ b/TAO/tests/MT_Server/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/Mixed_Sync_ASync_Events/main.cpp b/TAO/tests/Mixed_Sync_ASync_Events/main.cpp index c5094d29282..4e264956d96 100644 --- a/TAO/tests/Mixed_Sync_ASync_Events/main.cpp +++ b/TAO/tests/Mixed_Sync_ASync_Events/main.cpp @@ -2,8 +2,6 @@ /** * @file main.cpp * - * $Id$ - * * Implementation of the server. * * diff --git a/TAO/tests/Mixed_Sync_ASync_Events/test.idl b/TAO/tests/Mixed_Sync_ASync_Events/test.idl index 2479ae84d9e..9d8430916fb 100644 --- a/TAO/tests/Mixed_Sync_ASync_Events/test.idl +++ b/TAO/tests/Mixed_Sync_ASync_Events/test.idl @@ -2,8 +2,6 @@ /** * @file test.idl * - * $Id$ - * * IDL description of the Test interface * * @author Martin Corino <mcorino@remedy.nl> diff --git a/TAO/tests/Mixed_Sync_ASync_Events/test_i.cpp b/TAO/tests/Mixed_Sync_ASync_Events/test_i.cpp index 6f15d6fb9b0..71e1292cb93 100644 --- a/TAO/tests/Mixed_Sync_ASync_Events/test_i.cpp +++ b/TAO/tests/Mixed_Sync_ASync_Events/test_i.cpp @@ -2,8 +2,6 @@ /** * @file test_i.cpp * - * $Id$ - * * Implementation of the Test interface. * */ diff --git a/TAO/tests/Mixed_Sync_ASync_Events/test_i.h b/TAO/tests/Mixed_Sync_ASync_Events/test_i.h index 1110efb4ead..99f04bd2962 100644 --- a/TAO/tests/Mixed_Sync_ASync_Events/test_i.h +++ b/TAO/tests/Mixed_Sync_ASync_Events/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * */ //============================================================================= diff --git a/TAO/tests/Multiple/Collocation_Tester.h b/TAO/tests/Multiple/Collocation_Tester.h index 64c3a0c0dad..c6d6e84d0b7 100644 --- a/TAO/tests/Multiple/Collocation_Tester.h +++ b/TAO/tests/Multiple/Collocation_Tester.h @@ -2,8 +2,6 @@ /** * @file Collocation_Tester.h * - * $Id$ - * * This file contains the class that tests the TAO's collocation * mechanism. * diff --git a/TAO/tests/Multiple/Multiple.idl b/TAO/tests/Multiple/Multiple.idl index 2739c5a79b2..7f50b7edbe8 100644 --- a/TAO/tests/Multiple/Multiple.idl +++ b/TAO/tests/Multiple/Multiple.idl @@ -3,8 +3,6 @@ /** * @file Multiple.idl * - * $Id$ - * * IDL definition of a Diamond shaped hierarchy * of IDL interfaces. This Diamond shaped hierarchy * is used for testing the collocation. diff --git a/TAO/tests/Multiple/Multiple_Impl.h b/TAO/tests/Multiple/Multiple_Impl.h index cb1cf3bc6c6..048225b32aa 100644 --- a/TAO/tests/Multiple/Multiple_Impl.h +++ b/TAO/tests/Multiple/Multiple_Impl.h @@ -2,8 +2,6 @@ /** * @file Multiple_Impl.h * - * $Id$ - * * This file contains the servant implementation used to test the * new collocation collocation scheme. * diff --git a/TAO/tests/Multiple_Inheritance/client.cpp b/TAO/tests/Multiple_Inheritance/client.cpp index b49b16472c0..e1f73417d7a 100644 --- a/TAO/tests/Multiple_Inheritance/client.cpp +++ b/TAO/tests/Multiple_Inheritance/client.cpp @@ -2,8 +2,6 @@ /** * @file client.cpp * - * $Id$ - * * A client program for the Multiple Inheritance module * * diff --git a/TAO/tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/test_i.h b/TAO/tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/test_i.h index 8bc654aab28..b2648bc16e9 100755 --- a/TAO/tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/test_i.h +++ b/TAO/tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/Muxed_GIOP_Versions/test_i.h b/TAO/tests/Muxed_GIOP_Versions/test_i.h index aa98bce6909..ce21c4429cc 100644 --- a/TAO/tests/Muxed_GIOP_Versions/test_i.h +++ b/TAO/tests/Muxed_GIOP_Versions/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/Native_Exceptions/test_i.h b/TAO/tests/Native_Exceptions/test_i.h index 7d91d2db577..a92d86fda64 100644 --- a/TAO/tests/Native_Exceptions/test_i.h +++ b/TAO/tests/Native_Exceptions/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/MT_Client_Test.idl b/TAO/tests/NestedUpcall/MT_Client_Test/MT_Client_Test.idl index 4eafae95875..6c7a121a001 100644 --- a/TAO/tests/NestedUpcall/MT_Client_Test/MT_Client_Test.idl +++ b/TAO/tests/NestedUpcall/MT_Client_Test/MT_Client_Test.idl @@ -2,8 +2,6 @@ /** * @file MT_Client_Test.idl * - * $Id$ - * * An example of how nested upcalls work/fail? * * @author Michael Kircher diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/MT_Object_i.cpp b/TAO/tests/NestedUpcall/MT_Client_Test/MT_Object_i.cpp index 26419d62263..0a7b3e047ae 100644 --- a/TAO/tests/NestedUpcall/MT_Client_Test/MT_Object_i.cpp +++ b/TAO/tests/NestedUpcall/MT_Client_Test/MT_Object_i.cpp @@ -3,8 +3,6 @@ /** * @file MT_Object_i.cpp * - * $Id$ - * * This class implements the Object A of the * Nested Upcalls - MT Client test. * diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/MT_Object_i.h b/TAO/tests/NestedUpcall/MT_Client_Test/MT_Object_i.h index e75f44a01ec..d1f4783af64 100644 --- a/TAO/tests/NestedUpcall/MT_Client_Test/MT_Object_i.h +++ b/TAO/tests/NestedUpcall/MT_Client_Test/MT_Object_i.h @@ -3,8 +3,6 @@ /** * @file MT_Object_i.h * - * $Id$ - * * This class implements the Object A of the * Nested Upcalls - MT Client test * diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/client.cpp b/TAO/tests/NestedUpcall/MT_Client_Test/client.cpp index 66a50c4fa4d..62aefe40053 100644 --- a/TAO/tests/NestedUpcall/MT_Client_Test/client.cpp +++ b/TAO/tests/NestedUpcall/MT_Client_Test/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * Start one server thread calling a distant MT Object serveral times, * also starting serveral client threads which call the MT Object too. * The server does nested upcalls. diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/client.h b/TAO/tests/NestedUpcall/MT_Client_Test/client.h index 5226fe9aca8..3ed4f5dc36a 100644 --- a/TAO/tests/NestedUpcall/MT_Client_Test/client.h +++ b/TAO/tests/NestedUpcall/MT_Client_Test/client.h @@ -3,8 +3,6 @@ /** * @file client.h * - * $Id$ - * * Test for multithreaded client using one global ORB (and Reactor) * * diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/local_server.cpp b/TAO/tests/NestedUpcall/MT_Client_Test/local_server.cpp index 94aeb20f8ca..babcb25aba3 100644 --- a/TAO/tests/NestedUpcall/MT_Client_Test/local_server.cpp +++ b/TAO/tests/NestedUpcall/MT_Client_Test/local_server.cpp @@ -3,8 +3,6 @@ /** * @file local_server.cpp * - * $Id$ - * * This server will run the ORB briefly and then make * several calls on the distant MT Object. * diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/local_server.h b/TAO/tests/NestedUpcall/MT_Client_Test/local_server.h index 731fd936d21..0268902cb79 100644 --- a/TAO/tests/NestedUpcall/MT_Client_Test/local_server.h +++ b/TAO/tests/NestedUpcall/MT_Client_Test/local_server.h @@ -3,8 +3,6 @@ /** * @file local_server.h * - * $Id$ - * * This class implements a simple server for the * Nested Upcalls - MT Client test * diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/server.cpp b/TAO/tests/NestedUpcall/MT_Client_Test/server.cpp index 5c9ae335c6f..cc7ff748186 100644 --- a/TAO/tests/NestedUpcall/MT_Client_Test/server.cpp +++ b/TAO/tests/NestedUpcall/MT_Client_Test/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * This class implements a simple server for the * Nested Upcalls - MT_Client test. * diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/server.h b/TAO/tests/NestedUpcall/MT_Client_Test/server.h index 549c5a30830..b9dba3b4d7b 100644 --- a/TAO/tests/NestedUpcall/MT_Client_Test/server.h +++ b/TAO/tests/NestedUpcall/MT_Client_Test/server.h @@ -3,8 +3,6 @@ /** * @file server.h * - * $Id$ - * * This class implements a simple server for the * Nested Upcalls - MT Client test * diff --git a/TAO/tests/NestedUpcall/Simple/test.idl b/TAO/tests/NestedUpcall/Simple/test.idl index c31e438e6e5..53d0e5d9ea7 100644 --- a/TAO/tests/NestedUpcall/Simple/test.idl +++ b/TAO/tests/NestedUpcall/Simple/test.idl @@ -2,8 +2,6 @@ /** * @file test.idl * - * $Id$ - * * A simple test of nested upcalls. * * diff --git a/TAO/tests/NestedUpcall/Triangle_Test/Initiator_i.cpp b/TAO/tests/NestedUpcall/Triangle_Test/Initiator_i.cpp index 49d08edf026..5eb7804fb44 100644 --- a/TAO/tests/NestedUpcall/Triangle_Test/Initiator_i.cpp +++ b/TAO/tests/NestedUpcall/Triangle_Test/Initiator_i.cpp @@ -3,8 +3,6 @@ /** * @file Initiator_i.cpp * - * $Id$ - * * This class implements the Object A of the * Nested Upcalls - Triangle test. * diff --git a/TAO/tests/NestedUpcall/Triangle_Test/Initiator_i.h b/TAO/tests/NestedUpcall/Triangle_Test/Initiator_i.h index 2d4ba8b9c37..a795a1270f8 100644 --- a/TAO/tests/NestedUpcall/Triangle_Test/Initiator_i.h +++ b/TAO/tests/NestedUpcall/Triangle_Test/Initiator_i.h @@ -3,8 +3,6 @@ /** * @file Initiator_i.h * - * $Id$ - * * This class implements the Initiator of the * Nested Upcalls - Triangle test. * diff --git a/TAO/tests/NestedUpcall/Triangle_Test/Object_A_i.cpp b/TAO/tests/NestedUpcall/Triangle_Test/Object_A_i.cpp index 0946f3c3ce7..34addf8b93b 100644 --- a/TAO/tests/NestedUpcall/Triangle_Test/Object_A_i.cpp +++ b/TAO/tests/NestedUpcall/Triangle_Test/Object_A_i.cpp @@ -3,8 +3,6 @@ /** * @file Object_A_i.cpp * - * $Id$ - * * This class implements the Object A of the * Nested Upcalls - Triangle test. * diff --git a/TAO/tests/NestedUpcall/Triangle_Test/Object_A_i.h b/TAO/tests/NestedUpcall/Triangle_Test/Object_A_i.h index 71e604800f7..c3b2811116a 100644 --- a/TAO/tests/NestedUpcall/Triangle_Test/Object_A_i.h +++ b/TAO/tests/NestedUpcall/Triangle_Test/Object_A_i.h @@ -3,8 +3,6 @@ /** * @file Object_A_i.h * - * $Id$ - * * This class implements the Object A of the * Nested Upcalls - Triangle test. * diff --git a/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.cpp b/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.cpp index 70cc0810439..7d27ead055c 100644 --- a/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.cpp +++ b/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.cpp @@ -3,8 +3,6 @@ /** * @file Object_B_i.cpp * - * $Id$ - * * This class implements the Object B of the * Nested Upcalls - Triangle test. * diff --git a/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.h b/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.h index 1fd5f66bb5e..e7a6586fa64 100644 --- a/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.h +++ b/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.h @@ -3,8 +3,6 @@ /** * @file Object_B_i.h * - * $Id$ - * * This class implements the Object B of the * Nested Upcalls - Triangle test. * diff --git a/TAO/tests/NestedUpcall/Triangle_Test/Triangle_Test.idl b/TAO/tests/NestedUpcall/Triangle_Test/Triangle_Test.idl index 87b83f1661c..4d62a86b1ca 100644 --- a/TAO/tests/NestedUpcall/Triangle_Test/Triangle_Test.idl +++ b/TAO/tests/NestedUpcall/Triangle_Test/Triangle_Test.idl @@ -2,8 +2,6 @@ /** * @file Triangle_Test.idl * - * $Id$ - * * An example of how nested upcalls work/fail? * * diff --git a/TAO/tests/NestedUpcall/Triangle_Test/initiator.cpp b/TAO/tests/NestedUpcall/Triangle_Test/initiator.cpp index 4b21af5487e..b685d555eea 100644 --- a/TAO/tests/NestedUpcall/Triangle_Test/initiator.cpp +++ b/TAO/tests/NestedUpcall/Triangle_Test/initiator.cpp @@ -3,8 +3,6 @@ /** * @file initiator.cpp * - * $Id$ - * * This class implements a simple server for the * Nested Upcalls - Triangle test. * diff --git a/TAO/tests/NestedUpcall/Triangle_Test/initiator.h b/TAO/tests/NestedUpcall/Triangle_Test/initiator.h index d1c4c5f6848..07e2fb0d417 100644 --- a/TAO/tests/NestedUpcall/Triangle_Test/initiator.h +++ b/TAO/tests/NestedUpcall/Triangle_Test/initiator.h @@ -3,8 +3,6 @@ /** * @file initiator.h * - * $Id$ - * * This class implements a simple server for the * Nested Upcalls - Triangle test * diff --git a/TAO/tests/NestedUpcall/Triangle_Test/server_A.cpp b/TAO/tests/NestedUpcall/Triangle_Test/server_A.cpp index f651030f77c..15afa407bd5 100644 --- a/TAO/tests/NestedUpcall/Triangle_Test/server_A.cpp +++ b/TAO/tests/NestedUpcall/Triangle_Test/server_A.cpp @@ -3,8 +3,6 @@ /** * @file server_A.cpp * - * $Id$ - * * This class implements a simple server for the * Nested Upcalls - Triangle test. * diff --git a/TAO/tests/NestedUpcall/Triangle_Test/server_A.h b/TAO/tests/NestedUpcall/Triangle_Test/server_A.h index efb5257f293..c414951dfe5 100644 --- a/TAO/tests/NestedUpcall/Triangle_Test/server_A.h +++ b/TAO/tests/NestedUpcall/Triangle_Test/server_A.h @@ -3,8 +3,6 @@ /** * @file server_A.h * - * $Id$ - * * This class implements a simple server for the * Nested Upcalls - Triangle test * diff --git a/TAO/tests/NestedUpcall/Triangle_Test/server_B.cpp b/TAO/tests/NestedUpcall/Triangle_Test/server_B.cpp index e37c51b3819..fc822d1dfd2 100644 --- a/TAO/tests/NestedUpcall/Triangle_Test/server_B.cpp +++ b/TAO/tests/NestedUpcall/Triangle_Test/server_B.cpp @@ -3,8 +3,6 @@ /** * @file server_B.cpp * - * $Id$ - * * This class implements a simple server for the * Nested Upcalls - Triangle test. * diff --git a/TAO/tests/NestedUpcall/Triangle_Test/server_B.h b/TAO/tests/NestedUpcall/Triangle_Test/server_B.h index 2eb4faaf39d..ee3874349ec 100644 --- a/TAO/tests/NestedUpcall/Triangle_Test/server_B.h +++ b/TAO/tests/NestedUpcall/Triangle_Test/server_B.h @@ -3,8 +3,6 @@ /** * @file server_B.h * - * $Id$ - * * This class implements a simple server for the * Nested Upcalls - Triangle test * diff --git a/TAO/tests/OBV/Any/AnyS_impl.h b/TAO/tests/OBV/Any/AnyS_impl.h index 7bdb376b825..774090a9c7e 100644 --- a/TAO/tests/OBV/Any/AnyS_impl.h +++ b/TAO/tests/OBV/Any/AnyS_impl.h @@ -3,8 +3,6 @@ /** * @file AnyS_impl.h * - * $Id$ - * * @author Boris Kolpackov <bosk@ipmce.ru> */ //============================================================================= diff --git a/TAO/tests/OBV/Collocated/Forward/Test_impl.h b/TAO/tests/OBV/Collocated/Forward/Test_impl.h index 491368adb23..47ea5de756d 100644 --- a/TAO/tests/OBV/Collocated/Forward/Test_impl.h +++ b/TAO/tests/OBV/Collocated/Forward/Test_impl.h @@ -3,8 +3,6 @@ /** * @file Test_impl.h * - * $Id$ - * * @author Boris Kolpackov <bosk@ipmce.ru> */ //============================================================================= diff --git a/TAO/tests/OBV/Factory/FactoryC_impl.h b/TAO/tests/OBV/Factory/FactoryC_impl.h index 5c5c593c623..787054cd7c1 100644 --- a/TAO/tests/OBV/Factory/FactoryC_impl.h +++ b/TAO/tests/OBV/Factory/FactoryC_impl.h @@ -4,8 +4,6 @@ /** * @file FactoryC_impl.h * - * $Id$ - * * @author Boris Kolpackov <bosk@ipmce.ru> */ // =================================================================== diff --git a/TAO/tests/OBV/Factory/FactoryS_impl.h b/TAO/tests/OBV/Factory/FactoryS_impl.h index 5dd7138e2ad..8556cc81ebb 100644 --- a/TAO/tests/OBV/Factory/FactoryS_impl.h +++ b/TAO/tests/OBV/Factory/FactoryS_impl.h @@ -3,8 +3,6 @@ /** * @file FactoryS_impl.h * - * $Id$ - * * @author Boris Kolpackov <bosk@ipmce.ru> */ //============================================================================= diff --git a/TAO/tests/OBV/Forward/Test_impl.h b/TAO/tests/OBV/Forward/Test_impl.h index 99d7d47f66d..ddddbe5948f 100644 --- a/TAO/tests/OBV/Forward/Test_impl.h +++ b/TAO/tests/OBV/Forward/Test_impl.h @@ -3,8 +3,6 @@ /** * @file Test_impl.h * - * $Id$ - * * @author Boris Kolpackov <bosk@ipmce.ru> */ //============================================================================= diff --git a/TAO/tests/OBV/Simple/Client_i.h b/TAO/tests/OBV/Simple/Client_i.h index 69f6d7794d4..320b7eaefea 100644 --- a/TAO/tests/OBV/Simple/Client_i.h +++ b/TAO/tests/OBV/Simple/Client_i.h @@ -4,8 +4,6 @@ /** * @file Client_i.h * - * $Id$ - * * This class is a template for a CORBA client. * run () sends some valuetypes to a server and * gets back a list of valuetypes. diff --git a/TAO/tests/OBV/Simple/Server_i.h b/TAO/tests/OBV/Simple/Server_i.h index c9ac63bb0ef..abd66dadbe5 100644 --- a/TAO/tests/OBV/Simple/Server_i.h +++ b/TAO/tests/OBV/Simple/Server_i.h @@ -4,8 +4,6 @@ /** * @file Server_i.h * - * $Id$ - * * This class implements the Event_Types IDL interface. * * diff --git a/TAO/tests/OBV/Simple/Simple_util.h b/TAO/tests/OBV/Simple/Simple_util.h index 55da5de3889..88bd80e072d 100644 --- a/TAO/tests/OBV/Simple/Simple_util.h +++ b/TAO/tests/OBV/Simple/Simple_util.h @@ -2,8 +2,6 @@ /** * @file Simple_util.h * - * $Id$ - * * The classe define the templates for the client and server. * * diff --git a/TAO/tests/OBV/TC_Alignment/test.idl b/TAO/tests/OBV/TC_Alignment/test.idl index e21abcf1f46..08b91e2c6b1 100644 --- a/TAO/tests/OBV/TC_Alignment/test.idl +++ b/TAO/tests/OBV/TC_Alignment/test.idl @@ -3,8 +3,6 @@ /** * @file test.idl * - * $Id$ - * * IDL description of the TypeCode alignment Test interface for valuetypes * * diff --git a/TAO/tests/OBV/TC_Alignment/test_i.h b/TAO/tests/OBV/TC_Alignment/test_i.h index c4a7c8086cc..9dddc34fc28 100644 --- a/TAO/tests/OBV/TC_Alignment/test_i.h +++ b/TAO/tests/OBV/TC_Alignment/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Jeff Parsons <j.parsons@vanderbilt.edu> */ //============================================================================= diff --git a/TAO/tests/OBV/Truncatable/TruncatableS_impl.h b/TAO/tests/OBV/Truncatable/TruncatableS_impl.h index 456b546e83e..843ed75dfed 100644 --- a/TAO/tests/OBV/Truncatable/TruncatableS_impl.h +++ b/TAO/tests/OBV/Truncatable/TruncatableS_impl.h @@ -3,8 +3,6 @@ /** * @file TruncatableS_impl.h * - * $Id$ - * * @author Boris Kolpackov <bosk@ipmce.ru> */ //============================================================================= diff --git a/TAO/tests/OBV/ValueBox/Test_impl.h b/TAO/tests/OBV/ValueBox/Test_impl.h index c5857dd9d47..c1895e13793 100644 --- a/TAO/tests/OBV/ValueBox/Test_impl.h +++ b/TAO/tests/OBV/ValueBox/Test_impl.h @@ -3,8 +3,6 @@ /** * @file Test_impl.h * - * $Id$ - * * @author Gary Maxey */ //============================================================================= diff --git a/TAO/tests/ORB_destroy/ORB_destroy.cpp b/TAO/tests/ORB_destroy/ORB_destroy.cpp index 61aa04872aa..2ee45abce6c 100644 --- a/TAO/tests/ORB_destroy/ORB_destroy.cpp +++ b/TAO/tests/ORB_destroy/ORB_destroy.cpp @@ -3,8 +3,6 @@ /** * @file ORB_destroy.cpp * - * $Id$ - * * Simple ORB destruction test. * * diff --git a/TAO/tests/Object_Loader/Loader.h b/TAO/tests/Object_Loader/Loader.h index 0d2ed52f964..6b358c39fd6 100644 --- a/TAO/tests/Object_Loader/Loader.h +++ b/TAO/tests/Object_Loader/Loader.h @@ -3,8 +3,6 @@ /** * @file Loader.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/Object_Loader/Test_i.h b/TAO/tests/Object_Loader/Test_i.h index e9efeb48bce..9b3fc5c5aae 100644 --- a/TAO/tests/Object_Loader/Test_i.h +++ b/TAO/tests/Object_Loader/Test_i.h @@ -3,8 +3,6 @@ /** * @file Test_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/OctetSeq/OctetSeq.cpp b/TAO/tests/OctetSeq/OctetSeq.cpp index 899efbc9810..bb836861cfc 100644 --- a/TAO/tests/OctetSeq/OctetSeq.cpp +++ b/TAO/tests/OctetSeq/OctetSeq.cpp @@ -4,8 +4,6 @@ /** * @file OctetSeq.cpp * - * $Id$ - * * TAO optimizes octet sequences, this test verifies that the * optimizations do not break any code and that they effectively * improve performance. diff --git a/TAO/tests/OctetSeq/test.idl b/TAO/tests/OctetSeq/test.idl index 4327caa4891..ceaa848800e 100644 --- a/TAO/tests/OctetSeq/test.idl +++ b/TAO/tests/OctetSeq/test.idl @@ -3,8 +3,6 @@ /** * @file test.idl * - * $Id$ - * * Simple IDL file to test octet sequences. * * diff --git a/TAO/tests/OctetSeq/test_i.h b/TAO/tests/OctetSeq/test_i.h index 5608f216f64..cfa06030369 100644 --- a/TAO/tests/OctetSeq/test_i.h +++ b/TAO/tests/OctetSeq/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.h b/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.h index 0bc261615ea..1a1d8e044bb 100644 --- a/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.h +++ b/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.h @@ -3,8 +3,6 @@ /** * @file Receiver_i.h * - * $Id$ - * * @author Balachandran Natarajan <bala@cs.wustl.edu> **/ // =================================================================== diff --git a/TAO/tests/Oneways_Invoking_Twoways/Sender_i.h b/TAO/tests/Oneways_Invoking_Twoways/Sender_i.h index e566594f46e..658ca912400 100644 --- a/TAO/tests/Oneways_Invoking_Twoways/Sender_i.h +++ b/TAO/tests/Oneways_Invoking_Twoways/Sender_i.h @@ -3,8 +3,6 @@ /** * @file Sender_i.h * - * $Id$ - * * @author Balachandran Natarajan <bala@cs.wustl.edu> **/ // =================================================================== diff --git a/TAO/tests/POA/Adapter_Activator/server.cpp b/TAO/tests/POA/Adapter_Activator/server.cpp index 075079129c5..d4a2556bd54 100644 --- a/TAO/tests/POA/Adapter_Activator/server.cpp +++ b/TAO/tests/POA/Adapter_Activator/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * This example is very similar to the Explicit_Activation example * except that the POAs are deleted once the object references have * been created. After this, an adapter activator is install in the diff --git a/TAO/tests/POA/Bug_2511_Regression/server.cpp b/TAO/tests/POA/Bug_2511_Regression/server.cpp index 087db823045..31a23182892 100644 --- a/TAO/tests/POA/Bug_2511_Regression/server.cpp +++ b/TAO/tests/POA/Bug_2511_Regression/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * This program tests that multiple calls to the Servant Locator * can take place simultaneously. * diff --git a/TAO/tests/POA/Current/Current.cpp b/TAO/tests/POA/Current/Current.cpp index 914f665c636..24b802ed6a5 100644 --- a/TAO/tests/POA/Current/Current.cpp +++ b/TAO/tests/POA/Current/Current.cpp @@ -3,8 +3,6 @@ /** * @file Current.cpp * - * $Id$ - * * This program tests if accessing the POA current before the * RootPOA can cause any problems. * diff --git a/TAO/tests/POA/DSI/client.cpp b/TAO/tests/POA/DSI/client.cpp index 8cadb1d1896..bcbd934120b 100644 --- a/TAO/tests/POA/DSI/client.cpp +++ b/TAO/tests/POA/DSI/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * A client program for the Database IDL module * * diff --git a/TAO/tests/POA/DSI/server.cpp b/TAO/tests/POA/DSI/server.cpp index 4d74ddfce0a..0895c895833 100644 --- a/TAO/tests/POA/DSI/server.cpp +++ b/TAO/tests/POA/DSI/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * A server program for the File IDL module * * diff --git a/TAO/tests/POA/Default_Servant/Default_Servant.cpp b/TAO/tests/POA/Default_Servant/Default_Servant.cpp index 0a2ada0131d..20f2f6061f3 100644 --- a/TAO/tests/POA/Default_Servant/Default_Servant.cpp +++ b/TAO/tests/POA/Default_Servant/Default_Servant.cpp @@ -3,8 +3,6 @@ /** * @file Default_Servant.cpp * - * $Id$ - * * This program tests the behavior of POA::id_to_servant() and * POA::reference_to_servant() with the use of default servants. * diff --git a/TAO/tests/POA/Default_Servant2/File.idl b/TAO/tests/POA/Default_Servant2/File.idl index e1e156e06ab..f94bf938d2b 100644 --- a/TAO/tests/POA/Default_Servant2/File.idl +++ b/TAO/tests/POA/Default_Servant2/File.idl @@ -3,8 +3,6 @@ /** * @file File.idl * - * $Id$ - * * A simple File Descriptor and File System IDL interface. * * diff --git a/TAO/tests/POA/Default_Servant2/File_i.cpp b/TAO/tests/POA/Default_Servant2/File_i.cpp index 3542cdfc3cf..19b8848b452 100644 --- a/TAO/tests/POA/Default_Servant2/File_i.cpp +++ b/TAO/tests/POA/Default_Servant2/File_i.cpp @@ -3,8 +3,6 @@ /** * @file File_i.cpp * - * $Id$ - * * Implementation of the File IDL module and the interfaces * Descriptor and System in it. * diff --git a/TAO/tests/POA/Default_Servant2/File_i.h b/TAO/tests/POA/Default_Servant2/File_i.h index 96238ca075e..fec52426c4b 100644 --- a/TAO/tests/POA/Default_Servant2/File_i.h +++ b/TAO/tests/POA/Default_Servant2/File_i.h @@ -3,8 +3,6 @@ /** * @file File_i.h * - * $Id$ - * * Defines the implementation classes for the File IDL * module * diff --git a/TAO/tests/POA/Default_Servant2/client.cpp b/TAO/tests/POA/Default_Servant2/client.cpp index 70cfde5879e..86a9e820d32 100644 --- a/TAO/tests/POA/Default_Servant2/client.cpp +++ b/TAO/tests/POA/Default_Servant2/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * A client program for the File IDL module * * diff --git a/TAO/tests/POA/Default_Servant2/server.cpp b/TAO/tests/POA/Default_Servant2/server.cpp index c4bf0788b75..486e63bdbcc 100644 --- a/TAO/tests/POA/Default_Servant2/server.cpp +++ b/TAO/tests/POA/Default_Servant2/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * A server program for the File IDL module * * diff --git a/TAO/tests/POA/Etherealization/Etherealization.cpp b/TAO/tests/POA/Etherealization/Etherealization.cpp index c5b086aa895..447b436dbaf 100644 --- a/TAO/tests/POA/Etherealization/Etherealization.cpp +++ b/TAO/tests/POA/Etherealization/Etherealization.cpp @@ -3,8 +3,6 @@ /** * @file Etherealization.cpp * - * $Id$ - * * This program tests for deactivation and etherealization of * reference counted and non reference counted servants. * 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 9f7f101b28b..11023cd6fcc 100644 --- a/TAO/tests/POA/Excessive_Object_Deactivations/Excessive_Object_Deactivations.cpp +++ b/TAO/tests/POA/Excessive_Object_Deactivations/Excessive_Object_Deactivations.cpp @@ -3,8 +3,6 @@ /** * @file Excessive_Object_Deactivations.cpp * - * $Id$ - * * This program tests for excessive deactivations of a servant. * The test checks excessive deactivations in a POA with SYSTEM_ID * and other POA with USER_ID. The test also check for excessive diff --git a/TAO/tests/POA/Explicit_Activation/server.cpp b/TAO/tests/POA/Explicit_Activation/server.cpp index b82f4b1bdef..5ebd204e06d 100644 --- a/TAO/tests/POA/Explicit_Activation/server.cpp +++ b/TAO/tests/POA/Explicit_Activation/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * Explicit creation of servants. * * diff --git a/TAO/tests/POA/FindPOA/FindPOA.cpp b/TAO/tests/POA/FindPOA/FindPOA.cpp index 6fdc6432df0..e23ef6a45f1 100644 --- a/TAO/tests/POA/FindPOA/FindPOA.cpp +++ b/TAO/tests/POA/FindPOA/FindPOA.cpp @@ -3,8 +3,6 @@ /** * @file FindPOA.cpp * - * $Id$ - * * This Program tests the find_POA method of a POA. * * diff --git a/TAO/tests/POA/Forwarding/Servant_Activator.h b/TAO/tests/POA/Forwarding/Servant_Activator.h index e2e81975774..c5265b339ac 100644 --- a/TAO/tests/POA/Forwarding/Servant_Activator.h +++ b/TAO/tests/POA/Forwarding/Servant_Activator.h @@ -4,8 +4,6 @@ /** * @file Servant_Activator.h * - * $Id$ - * * Defines a ServantActivator class, used with a POA having a * RETAIN policy * diff --git a/TAO/tests/POA/Forwarding/client.cpp b/TAO/tests/POA/Forwarding/client.cpp index 11f800e37f8..fa90877dbb5 100644 --- a/TAO/tests/POA/Forwarding/client.cpp +++ b/TAO/tests/POA/Forwarding/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * * This is a simple test client implementation. Also looks out * for forwarding exceptions diff --git a/TAO/tests/POA/Forwarding/server.cpp b/TAO/tests/POA/Forwarding/server.cpp index 09a0867f073..72cfedbfeb9 100644 --- a/TAO/tests/POA/Forwarding/server.cpp +++ b/TAO/tests/POA/Forwarding/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * Server that receives requests. The server can be asked to * forward new requests to another server. * diff --git a/TAO/tests/POA/Forwarding/test_i.h b/TAO/tests/POA/Forwarding/test_i.h index ce1fbff6f14..7bc71934c57 100644 --- a/TAO/tests/POA/Forwarding/test_i.h +++ b/TAO/tests/POA/Forwarding/test_i.h @@ -2,8 +2,6 @@ /** * @file test_i.h * - * $Id$ - * * Defines test_i class for the test interface * * diff --git a/TAO/tests/POA/Generic_Servant/test_i.h b/TAO/tests/POA/Generic_Servant/test_i.h index cc3c834acb5..af212ab43f3 100644 --- a/TAO/tests/POA/Generic_Servant/test_i.h +++ b/TAO/tests/POA/Generic_Servant/test_i.h @@ -2,8 +2,6 @@ /** * @file test_i.h * - * $Id$ - * * Defines test_i class for the test interface * * diff --git a/TAO/tests/POA/Identity/Identity.cpp b/TAO/tests/POA/Identity/Identity.cpp index 5d544812401..a1c77b1d081 100644 --- a/TAO/tests/POA/Identity/Identity.cpp +++ b/TAO/tests/POA/Identity/Identity.cpp @@ -3,8 +3,6 @@ /** * @file Identity.cpp * - * $Id$ - * * This program demonstrates and tests how to move between id, * reference, and servants. * diff --git a/TAO/tests/POA/Loader/Servant_Activator.cpp b/TAO/tests/POA/Loader/Servant_Activator.cpp index 9f274cb60a4..d7eb32742e5 100644 --- a/TAO/tests/POA/Loader/Servant_Activator.cpp +++ b/TAO/tests/POA/Loader/Servant_Activator.cpp @@ -3,8 +3,6 @@ /** * @file Servant_Activator.cpp * - * $Id$ - * * Implementation of <ServantActivator>, which is used by a POA * with a RETAIN policy. * diff --git a/TAO/tests/POA/Loader/Servant_Activator.h b/TAO/tests/POA/Loader/Servant_Activator.h index 7f1815ac5ed..6ce4840c4d7 100644 --- a/TAO/tests/POA/Loader/Servant_Activator.h +++ b/TAO/tests/POA/Loader/Servant_Activator.h @@ -4,8 +4,6 @@ /** * @file Servant_Activator.h * - * $Id$ - * * Defines a <ServantActivator> class, which activates a servant by * obtaining it and associates it with an object on-demand. * diff --git a/TAO/tests/POA/Loader/Servant_Locator.cpp b/TAO/tests/POA/Loader/Servant_Locator.cpp index 7faaa0a429d..22de62cf1ed 100644 --- a/TAO/tests/POA/Loader/Servant_Locator.cpp +++ b/TAO/tests/POA/Loader/Servant_Locator.cpp @@ -3,8 +3,6 @@ /** * @file Servant_Locator.cpp * - * $Id$ - * * Implementation of ServantLocator class, used with a POA * having a NON_RETAIN policy. * diff --git a/TAO/tests/POA/Loader/Servant_Locator.h b/TAO/tests/POA/Loader/Servant_Locator.h index 050856983b3..42a9b5d6394 100644 --- a/TAO/tests/POA/Loader/Servant_Locator.h +++ b/TAO/tests/POA/Loader/Servant_Locator.h @@ -4,8 +4,6 @@ /** * @file Servant_Locator.h * - * $Id$ - * * Defines a ServantLocator class , used with a POA having * a NON_RETAIN policy. * diff --git a/TAO/tests/POA/Loader/Server_Manager.h b/TAO/tests/POA/Loader/Server_Manager.h index 15db7a8549a..5abc20301c1 100644 --- a/TAO/tests/POA/Loader/Server_Manager.h +++ b/TAO/tests/POA/Loader/Server_Manager.h @@ -4,8 +4,6 @@ /** * @file Server_Manager.h * - * $Id$ - * * Helper class for the server application. * * diff --git a/TAO/tests/POA/Loader/server.cpp b/TAO/tests/POA/Loader/server.cpp index 37603d1319b..276a65ffa72 100644 --- a/TAO/tests/POA/Loader/server.cpp +++ b/TAO/tests/POA/Loader/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * Server application to test the Servant Activator and Servant Locator. * * 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 98350ccd826..811f8e5ffcc 100644 --- a/TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp +++ b/TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp @@ -3,8 +3,6 @@ /** * @file MT_Servant_Locator.cpp * - * $Id$ - * * This program tests that multiple calls to the Servant Locator * can take place simultaneously. * 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 77a0ad2a2c0..12ba936e94f 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 @@ -3,8 +3,6 @@ /** * @file Nested_Non_Servant_Upcalls.cpp * - * $Id$ - * * This program tests that nested non-servant upcalls are handled * correctly. * diff --git a/TAO/tests/POA/NewPOA/NewPOA.cpp b/TAO/tests/POA/NewPOA/NewPOA.cpp index 3d503c35d19..c99dbb669df 100644 --- a/TAO/tests/POA/NewPOA/NewPOA.cpp +++ b/TAO/tests/POA/NewPOA/NewPOA.cpp @@ -3,8 +3,6 @@ /** * @file NewPOA.cpp * - * $Id$ - * * This program demonstrates creation of new POAs, as children of the root POA or the * existing POA. * There are three new POA created in this example. diff --git a/TAO/tests/POA/Non_Retain_System_Id/test.cpp b/TAO/tests/POA/Non_Retain_System_Id/test.cpp index 6a5c163120a..301e8aaef1d 100644 --- a/TAO/tests/POA/Non_Retain_System_Id/test.cpp +++ b/TAO/tests/POA/Non_Retain_System_Id/test.cpp @@ -3,8 +3,6 @@ /** * @file test.cpp * - * $Id$ - * * This program verifies that a POA using the NON_RETAIN policy creates * unique system IDs, also that objects created with a USER id policy is * not given a bo 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 3d862fd28db..e9611df0d90 100644 --- a/TAO/tests/POA/Non_Servant_Upcalls/Non_Servant_Upcalls.cpp +++ b/TAO/tests/POA/Non_Servant_Upcalls/Non_Servant_Upcalls.cpp @@ -3,8 +3,6 @@ /** * @file Non_Servant_Upcalls.cpp * - * $Id$ - * * This program tests the users ability to make calls on a POA * during non-servant upcalls. In this example, a servant which * is being destroyed during because of a deactivate_object() diff --git a/TAO/tests/POA/Object_Reactivation/Object_Reactivation.cpp b/TAO/tests/POA/Object_Reactivation/Object_Reactivation.cpp index f497a31d384..27d4d954195 100644 --- a/TAO/tests/POA/Object_Reactivation/Object_Reactivation.cpp +++ b/TAO/tests/POA/Object_Reactivation/Object_Reactivation.cpp @@ -3,8 +3,6 @@ /** * @file Object_Reactivation.cpp * - * $Id$ - * * This program tests the reactivation of a servant that has been * deactivated but not removed from the Active Object Map yet. * 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 646f86ba81b..29c25e83119 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 @@ -3,8 +3,6 @@ /** * @file Servant_Activator.cpp * - * $Id$ - * * Implementation of ServantActivator, which is used by a POA with * a RETAIN policy. * diff --git a/TAO/tests/POA/On_Demand_Act_Direct_Coll/Servant_Activator.h b/TAO/tests/POA/On_Demand_Act_Direct_Coll/Servant_Activator.h index db87624ce55..4c227614caa 100644 --- a/TAO/tests/POA/On_Demand_Act_Direct_Coll/Servant_Activator.h +++ b/TAO/tests/POA/On_Demand_Act_Direct_Coll/Servant_Activator.h @@ -4,8 +4,6 @@ /** * @file Servant_Activator.h * - * $Id$ - * * Defines a ServantActivator class. * * diff --git a/TAO/tests/POA/On_Demand_Act_Direct_Coll/test_i.h b/TAO/tests/POA/On_Demand_Act_Direct_Coll/test_i.h index b4937835efb..fea0650a0b2 100644 --- a/TAO/tests/POA/On_Demand_Act_Direct_Coll/test_i.h +++ b/TAO/tests/POA/On_Demand_Act_Direct_Coll/test_i.h @@ -2,8 +2,6 @@ /** * @file test_i.h * - * $Id$ - * * Defines test_i class for the test interface * * diff --git a/TAO/tests/POA/On_Demand_Activation/Servant_Activator.cpp b/TAO/tests/POA/On_Demand_Activation/Servant_Activator.cpp index 3f0aa24d8e2..636a4e4ba29 100644 --- a/TAO/tests/POA/On_Demand_Activation/Servant_Activator.cpp +++ b/TAO/tests/POA/On_Demand_Activation/Servant_Activator.cpp @@ -3,8 +3,6 @@ /** * @file Servant_Activator.cpp * - * $Id$ - * * Implementation of ServantActivator, which is used by a POA with * a RETAIN policy. * diff --git a/TAO/tests/POA/On_Demand_Activation/Servant_Activator.h b/TAO/tests/POA/On_Demand_Activation/Servant_Activator.h index 5f455082704..7f9b9d26c99 100644 --- a/TAO/tests/POA/On_Demand_Activation/Servant_Activator.h +++ b/TAO/tests/POA/On_Demand_Activation/Servant_Activator.h @@ -4,8 +4,6 @@ /** * @file Servant_Activator.h * - * $Id$ - * * Defines a ServantActivator class. * * diff --git a/TAO/tests/POA/On_Demand_Activation/Servant_Locator.cpp b/TAO/tests/POA/On_Demand_Activation/Servant_Locator.cpp index ed317299e10..faec7e47208 100644 --- a/TAO/tests/POA/On_Demand_Activation/Servant_Locator.cpp +++ b/TAO/tests/POA/On_Demand_Activation/Servant_Locator.cpp @@ -3,8 +3,6 @@ /** * @file Servant_Locator.cpp * - * $Id$ - * * Implementation of ServantLocator class , used with a POA * having a NON_RETAIN policy. * diff --git a/TAO/tests/POA/On_Demand_Activation/Servant_Locator.h b/TAO/tests/POA/On_Demand_Activation/Servant_Locator.h index 13c3e5857ab..22350d5b781 100644 --- a/TAO/tests/POA/On_Demand_Activation/Servant_Locator.h +++ b/TAO/tests/POA/On_Demand_Activation/Servant_Locator.h @@ -4,8 +4,6 @@ /** * @file Servant_Locator.h * - * $Id$ - * * Defines a ServantLocator class, used with a POA having a * NON_RETAIN policy * diff --git a/TAO/tests/POA/On_Demand_Activation/server.cpp b/TAO/tests/POA/On_Demand_Activation/server.cpp index ed72b90c473..344b2b3833b 100644 --- a/TAO/tests/POA/On_Demand_Activation/server.cpp +++ b/TAO/tests/POA/On_Demand_Activation/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * Server to test the Servant Activator and Servant Locator for a POA. * * diff --git a/TAO/tests/POA/On_Demand_Loading/Servant_Activator.cpp b/TAO/tests/POA/On_Demand_Loading/Servant_Activator.cpp index 8b79859a529..d99d3f3009b 100644 --- a/TAO/tests/POA/On_Demand_Loading/Servant_Activator.cpp +++ b/TAO/tests/POA/On_Demand_Loading/Servant_Activator.cpp @@ -3,8 +3,6 @@ /** * @file Servant_Activator.cpp * - * $Id$ - * * Implementation of <ServantActivator_i>, which is used by a POA * with a RETAIN policy. * diff --git a/TAO/tests/POA/On_Demand_Loading/Servant_Activator.h b/TAO/tests/POA/On_Demand_Loading/Servant_Activator.h index 254def99c1e..ebddca4b829 100644 --- a/TAO/tests/POA/On_Demand_Loading/Servant_Activator.h +++ b/TAO/tests/POA/On_Demand_Loading/Servant_Activator.h @@ -4,8 +4,6 @@ /** * @file Servant_Activator.h * - * $Id$ - * * Defines a <ServantActivator_i> class, which uses a * Servant_Manager to activate a servant by loading it and * associates it with an object on-demand. diff --git a/TAO/tests/POA/On_Demand_Loading/Servant_Locator.cpp b/TAO/tests/POA/On_Demand_Loading/Servant_Locator.cpp index 2ba068c0267..9baa1dab59d 100644 --- a/TAO/tests/POA/On_Demand_Loading/Servant_Locator.cpp +++ b/TAO/tests/POA/On_Demand_Loading/Servant_Locator.cpp @@ -3,8 +3,6 @@ /** * @file Servant_Locator.cpp * - * $Id$ - * * Implementation of ServantLocator_i class, used with a POA * having a NON_RETAIN policy. * diff --git a/TAO/tests/POA/On_Demand_Loading/Servant_Locator.h b/TAO/tests/POA/On_Demand_Loading/Servant_Locator.h index a75819b1bc1..5c760329ed1 100644 --- a/TAO/tests/POA/On_Demand_Loading/Servant_Locator.h +++ b/TAO/tests/POA/On_Demand_Loading/Servant_Locator.h @@ -4,8 +4,6 @@ /** * @file Servant_Locator.h * - * $Id$ - * * Defines a ServantLocator_i class , used with a POA having * a NON_RETAIN policy. * diff --git a/TAO/tests/POA/On_Demand_Loading/Servant_Manager.cpp b/TAO/tests/POA/On_Demand_Loading/Servant_Manager.cpp index edff944b13b..d9b7c112489 100644 --- a/TAO/tests/POA/On_Demand_Loading/Servant_Manager.cpp +++ b/TAO/tests/POA/On_Demand_Loading/Servant_Manager.cpp @@ -3,8 +3,6 @@ /** * @file Servant_Manager.cpp * - * $Id$ - * * Implementation of the helper class for the ServantActivator_i * and the ServantLocator_i. * diff --git a/TAO/tests/POA/On_Demand_Loading/Servant_Manager.h b/TAO/tests/POA/On_Demand_Loading/Servant_Manager.h index 3177f0b3964..b4201397f26 100644 --- a/TAO/tests/POA/On_Demand_Loading/Servant_Manager.h +++ b/TAO/tests/POA/On_Demand_Loading/Servant_Manager.h @@ -4,8 +4,6 @@ /** * @file Servant_Manager.h * - * $Id$ - * * Helper class for <ServantActivator_i> and <ServantLoactor_i>. * * diff --git a/TAO/tests/POA/On_Demand_Loading/Server_Manager.h b/TAO/tests/POA/On_Demand_Loading/Server_Manager.h index 2aa642ce766..6f635ae84f2 100644 --- a/TAO/tests/POA/On_Demand_Loading/Server_Manager.h +++ b/TAO/tests/POA/On_Demand_Loading/Server_Manager.h @@ -4,8 +4,6 @@ /** * @file Server_Manager.h * - * $Id$ - * * Helper class for the server application. * * diff --git a/TAO/tests/POA/On_Demand_Loading/server.cpp b/TAO/tests/POA/On_Demand_Loading/server.cpp index 809eccba1fa..73da04b56fb 100644 --- a/TAO/tests/POA/On_Demand_Loading/server.cpp +++ b/TAO/tests/POA/On_Demand_Loading/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * Server application to test the Servant Activator and Servant Locator. * * diff --git a/TAO/tests/POA/POAManagerFactory/POAManagerFactory.cpp b/TAO/tests/POA/POAManagerFactory/POAManagerFactory.cpp index 478e8a81e27..c2a54dfc0e1 100644 --- a/TAO/tests/POA/POAManagerFactory/POAManagerFactory.cpp +++ b/TAO/tests/POA/POAManagerFactory/POAManagerFactory.cpp @@ -3,8 +3,6 @@ /** * @file POAManagerFactory.cpp * - * $Id$ - * * This program tests Root_POA::the_POAManagerFactory and * the POAManagerFactory interfaces such as create_POAManager(), * list () and find (). diff --git a/TAO/tests/POA/POA_BiDir/POA_BiDir.cpp b/TAO/tests/POA/POA_BiDir/POA_BiDir.cpp index 2fd60b0a6e6..a6b319b91e0 100644 --- a/TAO/tests/POA/POA_BiDir/POA_BiDir.cpp +++ b/TAO/tests/POA/POA_BiDir/POA_BiDir.cpp @@ -3,8 +3,6 @@ /** * @file POA_BiDir.cpp * - * $Id$ - * * This program is an extension of $TAO_ROOT/example/POA/NewPOA. In * the many POA's created this example adds a BiDirGIOP policy to * one of the POA's. diff --git a/TAO/tests/POA/POA_Destruction/POA_Destruction.cpp b/TAO/tests/POA/POA_Destruction/POA_Destruction.cpp index 38df305afdb..3f86e71da9c 100644 --- a/TAO/tests/POA/POA_Destruction/POA_Destruction.cpp +++ b/TAO/tests/POA/POA_Destruction/POA_Destruction.cpp @@ -3,8 +3,6 @@ /** * @file POA_Destruction.cpp * - * $Id$ - * * This program tests the destruction of a POA while there is an * upcall in progress. * diff --git a/TAO/tests/POA/Persistent_ID/client.cpp b/TAO/tests/POA/Persistent_ID/client.cpp index 8bf6bd1c5e1..6827aa0d12e 100644 --- a/TAO/tests/POA/Persistent_ID/client.cpp +++ b/TAO/tests/POA/Persistent_ID/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * This is a client implementation. * * diff --git a/TAO/tests/POA/Persistent_ID/server.cpp b/TAO/tests/POA/Persistent_ID/server.cpp index 1cd8c0efd39..dd8ea299657 100644 --- a/TAO/tests/POA/Persistent_ID/server.cpp +++ b/TAO/tests/POA/Persistent_ID/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * In this example of using Persistent IDs. * * diff --git a/TAO/tests/POA/Policies/Policies.cpp b/TAO/tests/POA/Policies/Policies.cpp index 38751511447..635128b5164 100644 --- a/TAO/tests/POA/Policies/Policies.cpp +++ b/TAO/tests/POA/Policies/Policies.cpp @@ -3,8 +3,6 @@ /** * @file Policies.cpp * - * $Id$ - * * This program tests the construction of POA policies, both * through the generic ORB::create_policy interface and the * PortableServer specific interfaces. diff --git a/TAO/tests/POA/Reference_Counted_Servant/server.cpp b/TAO/tests/POA/Reference_Counted_Servant/server.cpp index e11da6ae7f1..58009816ebd 100644 --- a/TAO/tests/POA/Reference_Counted_Servant/server.cpp +++ b/TAO/tests/POA/Reference_Counted_Servant/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * This example shows how to use reference counted servants to * automatically manage dynamic memory for servants. * Stubs/Skeletons and client code is available in diff --git a/TAO/tests/POA/RootPOA/RootPOA.cpp b/TAO/tests/POA/RootPOA/RootPOA.cpp index be973d012ad..65676df086a 100644 --- a/TAO/tests/POA/RootPOA/RootPOA.cpp +++ b/TAO/tests/POA/RootPOA/RootPOA.cpp @@ -3,8 +3,6 @@ /** * @file RootPOA.cpp * - * $Id$ - * * This program gets the name of the Root POA and prints it out on * the standard output. * 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 504889b7319..005ecb86609 100644 --- a/TAO/tests/POA/Single_Threaded_POA/Single_Threaded_POA.cpp +++ b/TAO/tests/POA/Single_Threaded_POA/Single_Threaded_POA.cpp @@ -3,8 +3,6 @@ /** * @file Single_Threaded_POA.cpp * - * $Id$ - * * This program tests to make sure that two threads cannot call * servants in a single threaded POA simultaneously. At the same * time, it makes sure that a servant can call itself or other diff --git a/TAO/tests/POA/TIE/client.cpp b/TAO/tests/POA/TIE/client.cpp index 0dd7cf83ba7..48497d056c9 100644 --- a/TAO/tests/POA/TIE/client.cpp +++ b/TAO/tests/POA/TIE/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * This is a simple client implementation. * * diff --git a/TAO/tests/POA/TIE/server.cpp b/TAO/tests/POA/TIE/server.cpp index 9a152af4997..3bf41a3fdeb 100644 --- a/TAO/tests/POA/TIE/server.cpp +++ b/TAO/tests/POA/TIE/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * In this example, * * diff --git a/TAO/tests/POA/TIE/test_i.cpp b/TAO/tests/POA/TIE/test_i.cpp index 016e58330fa..b557bb3c8bb 100644 --- a/TAO/tests/POA/TIE/test_i.cpp +++ b/TAO/tests/POA/TIE/test_i.cpp @@ -3,8 +3,6 @@ /** * @file test_i.cpp * - * $Id$ - * * This is a simple test servant implementation * * diff --git a/TAO/tests/POA/TIE/test_i.h b/TAO/tests/POA/TIE/test_i.h index 534b44c29f5..ca324535d98 100644 --- a/TAO/tests/POA/TIE/test_i.h +++ b/TAO/tests/POA/TIE/test_i.h @@ -4,8 +4,6 @@ /** * @file test_i.h * - * $Id$ - * * Defines implementation classes for the interfaces * * 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 c4a9224f105..ab979c657f9 100644 --- a/TAO/tests/POA/wait_for_completion/wait_for_completion.cpp +++ b/TAO/tests/POA/wait_for_completion/wait_for_completion.cpp @@ -3,8 +3,6 @@ /** * @file wait_for_completion.cpp * - * $Id$ - * * This program tests the wait_for_completion feature of a POA. * * diff --git a/TAO/tests/Param_Test/any.cpp b/TAO/tests/Param_Test/any.cpp index 31468c2ceee..5aaae1f10ca 100644 --- a/TAO/tests/Param_Test/any.cpp +++ b/TAO/tests/Param_Test/any.cpp @@ -3,8 +3,6 @@ /** * @file any.cpp * - * $Id$ - * * tests Anys * * diff --git a/TAO/tests/Param_Test/any.h b/TAO/tests/Param_Test/any.h index 5f999f95bfc..0107285343c 100644 --- a/TAO/tests/Param_Test/any.h +++ b/TAO/tests/Param_Test/any.h @@ -3,8 +3,6 @@ /** * @file any.h * - * $Id$ - * * Tests Anys * * diff --git a/TAO/tests/Param_Test/anyop.cpp b/TAO/tests/Param_Test/anyop.cpp index 9ac6b304a67..443a9ee7a2f 100644 --- a/TAO/tests/Param_Test/anyop.cpp +++ b/TAO/tests/Param_Test/anyop.cpp @@ -3,8 +3,6 @@ /** * @file anyop.cpp * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/Param_Test/bd_array_seq.cpp b/TAO/tests/Param_Test/bd_array_seq.cpp index b394fcad4a2..542304711dc 100644 --- a/TAO/tests/Param_Test/bd_array_seq.cpp +++ b/TAO/tests/Param_Test/bd_array_seq.cpp @@ -3,8 +3,6 @@ /** * @file bd_array_seq.cpp * - * $Id$ - * * tests bounded array sequences * * diff --git a/TAO/tests/Param_Test/bd_array_seq.h b/TAO/tests/Param_Test/bd_array_seq.h index 1cbb42e1129..9cda91ac37c 100644 --- a/TAO/tests/Param_Test/bd_array_seq.h +++ b/TAO/tests/Param_Test/bd_array_seq.h @@ -3,8 +3,6 @@ /** * @file bd_array_seq.h * - * $Id$ - * * Tests bounded array sequence * * diff --git a/TAO/tests/Param_Test/bd_long_seq.cpp b/TAO/tests/Param_Test/bd_long_seq.cpp index 5b047e073b0..fe41ade1760 100644 --- a/TAO/tests/Param_Test/bd_long_seq.cpp +++ b/TAO/tests/Param_Test/bd_long_seq.cpp @@ -3,8 +3,6 @@ /** * @file bd_long_seq.cpp * - * $Id$ - * * tests bounded long sequences * * diff --git a/TAO/tests/Param_Test/bd_long_seq.h b/TAO/tests/Param_Test/bd_long_seq.h index aa2978f6f4d..523b81e8bcc 100644 --- a/TAO/tests/Param_Test/bd_long_seq.h +++ b/TAO/tests/Param_Test/bd_long_seq.h @@ -3,8 +3,6 @@ /** * @file bd_long_seq.h * - * $Id$ - * * Tests bounded long sequences * * diff --git a/TAO/tests/Param_Test/bd_short_seq.cpp b/TAO/tests/Param_Test/bd_short_seq.cpp index 08899259432..df44cb844a1 100644 --- a/TAO/tests/Param_Test/bd_short_seq.cpp +++ b/TAO/tests/Param_Test/bd_short_seq.cpp @@ -3,8 +3,6 @@ /** * @file bd_short_seq.cpp * - * $Id$ - * * tests bounded short sequences * * diff --git a/TAO/tests/Param_Test/bd_short_seq.h b/TAO/tests/Param_Test/bd_short_seq.h index 1ca0b16bc65..8e4249ae41e 100644 --- a/TAO/tests/Param_Test/bd_short_seq.h +++ b/TAO/tests/Param_Test/bd_short_seq.h @@ -3,8 +3,6 @@ /** * @file bd_short_seq.h * - * $Id$ - * * Tests bounded short sequence * * diff --git a/TAO/tests/Param_Test/bd_str_seq.cpp b/TAO/tests/Param_Test/bd_str_seq.cpp index b6bab477d37..0523bfcab39 100644 --- a/TAO/tests/Param_Test/bd_str_seq.cpp +++ b/TAO/tests/Param_Test/bd_str_seq.cpp @@ -3,8 +3,6 @@ /** * @file bd_str_seq.cpp * - * $Id$ - * * tests bounded string sequences * * diff --git a/TAO/tests/Param_Test/bd_str_seq.h b/TAO/tests/Param_Test/bd_str_seq.h index 9e9994fefab..24a6b68b56a 100644 --- a/TAO/tests/Param_Test/bd_str_seq.h +++ b/TAO/tests/Param_Test/bd_str_seq.h @@ -3,8 +3,6 @@ /** * @file bd_str_seq.h * - * $Id$ - * * Tests bounded sequences of strings * * diff --git a/TAO/tests/Param_Test/bd_string.cpp b/TAO/tests/Param_Test/bd_string.cpp index ace0459c1a9..af11ed83dc8 100644 --- a/TAO/tests/Param_Test/bd_string.cpp +++ b/TAO/tests/Param_Test/bd_string.cpp @@ -3,8 +3,6 @@ /** * @file bd_string.cpp * - * $Id$ - * * tests bounded strings * * diff --git a/TAO/tests/Param_Test/bd_string.h b/TAO/tests/Param_Test/bd_string.h index 156dea3e0a2..86697642cca 100644 --- a/TAO/tests/Param_Test/bd_string.h +++ b/TAO/tests/Param_Test/bd_string.h @@ -3,8 +3,6 @@ /** * @file bd_string.h * - * $Id$ - * * Tests bounded string * * diff --git a/TAO/tests/Param_Test/bd_struct_seq.cpp b/TAO/tests/Param_Test/bd_struct_seq.cpp index 2e7aa0cc9d5..f69e8cf8168 100644 --- a/TAO/tests/Param_Test/bd_struct_seq.cpp +++ b/TAO/tests/Param_Test/bd_struct_seq.cpp @@ -3,8 +3,6 @@ /** * @file bd_struct_seq.cpp * - * $Id$ - * * tests bounded struct sequences * * diff --git a/TAO/tests/Param_Test/bd_struct_seq.h b/TAO/tests/Param_Test/bd_struct_seq.h index 576fde32ae7..78a2a3009ae 100644 --- a/TAO/tests/Param_Test/bd_struct_seq.h +++ b/TAO/tests/Param_Test/bd_struct_seq.h @@ -3,8 +3,6 @@ /** * @file bd_struct_seq.h * - * $Id$ - * * Tests bounded struct sequence * * diff --git a/TAO/tests/Param_Test/bd_wstr_seq.cpp b/TAO/tests/Param_Test/bd_wstr_seq.cpp index 49542b3a0a1..050c7975784 100644 --- a/TAO/tests/Param_Test/bd_wstr_seq.cpp +++ b/TAO/tests/Param_Test/bd_wstr_seq.cpp @@ -3,8 +3,6 @@ /** * @file bd_wstr_seq.cpp * - * $Id$ - * * tests bounded wide string sequences * * diff --git a/TAO/tests/Param_Test/bd_wstr_seq.h b/TAO/tests/Param_Test/bd_wstr_seq.h index 1cec415071e..2945450b9c6 100644 --- a/TAO/tests/Param_Test/bd_wstr_seq.h +++ b/TAO/tests/Param_Test/bd_wstr_seq.h @@ -3,8 +3,6 @@ /** * @file bd_wstr_seq.h * - * $Id$ - * * Tests bounded sequences of wide strings * * diff --git a/TAO/tests/Param_Test/bd_wstring.cpp b/TAO/tests/Param_Test/bd_wstring.cpp index 3f99a121445..6aa58990922 100644 --- a/TAO/tests/Param_Test/bd_wstring.cpp +++ b/TAO/tests/Param_Test/bd_wstring.cpp @@ -3,8 +3,6 @@ /** * @file bd_wstring.cpp * - * $Id$ - * * tests bounded wide strings * * diff --git a/TAO/tests/Param_Test/bd_wstring.h b/TAO/tests/Param_Test/bd_wstring.h index ae10a6f65d6..59241f0d60e 100644 --- a/TAO/tests/Param_Test/bd_wstring.h +++ b/TAO/tests/Param_Test/bd_wstring.h @@ -3,8 +3,6 @@ /** * @file bd_wstring.h * - * $Id$ - * * Tests bounded wide string * * diff --git a/TAO/tests/Param_Test/big_union.cpp b/TAO/tests/Param_Test/big_union.cpp index 929acbbe2bd..1b3079c939a 100644 --- a/TAO/tests/Param_Test/big_union.cpp +++ b/TAO/tests/Param_Test/big_union.cpp @@ -3,8 +3,6 @@ /** * @file big_union.cpp * - * $Id$ - * * tests Big_Unions * * diff --git a/TAO/tests/Param_Test/big_union.h b/TAO/tests/Param_Test/big_union.h index 429705fb282..045df709145 100644 --- a/TAO/tests/Param_Test/big_union.h +++ b/TAO/tests/Param_Test/big_union.h @@ -3,8 +3,6 @@ /** * @file big_union.h * - * $Id$ - * * Tests Anys * * diff --git a/TAO/tests/Param_Test/client.cpp b/TAO/tests/Param_Test/client.cpp index 1745c426aa7..20fde3c9fb4 100644 --- a/TAO/tests/Param_Test/client.cpp +++ b/TAO/tests/Param_Test/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * This file contains the implementation of the client-side of the * Param_Test application. * diff --git a/TAO/tests/Param_Test/client.h b/TAO/tests/Param_Test/client.h index 05bcee0d1e0..170327ac259 100644 --- a/TAO/tests/Param_Test/client.h +++ b/TAO/tests/Param_Test/client.h @@ -3,8 +3,6 @@ /** * @file client.h * - * $Id$ - * * Header file for the Param_Test client application. * * diff --git a/TAO/tests/Param_Test/complex_any.cpp b/TAO/tests/Param_Test/complex_any.cpp index 4520c5e5e31..28d5e8b670f 100644 --- a/TAO/tests/Param_Test/complex_any.cpp +++ b/TAO/tests/Param_Test/complex_any.cpp @@ -3,8 +3,6 @@ /** * @file complex_any.cpp * - * $Id$ - * * tests complex Anys * * diff --git a/TAO/tests/Param_Test/complex_any.h b/TAO/tests/Param_Test/complex_any.h index 2d8ed898466..506db9e70f7 100644 --- a/TAO/tests/Param_Test/complex_any.h +++ b/TAO/tests/Param_Test/complex_any.h @@ -3,8 +3,6 @@ /** * @file complex_any.h * - * $Id$ - * * Tests complex Anys * * diff --git a/TAO/tests/Param_Test/driver.cpp b/TAO/tests/Param_Test/driver.cpp index 2b9ada83c52..d3047eb5c18 100644 --- a/TAO/tests/Param_Test/driver.cpp +++ b/TAO/tests/Param_Test/driver.cpp @@ -3,8 +3,6 @@ /** * @file driver.cpp * - * $Id$ - * * Driver program * * diff --git a/TAO/tests/Param_Test/driver.h b/TAO/tests/Param_Test/driver.h index df6ab513691..88717055403 100644 --- a/TAO/tests/Param_Test/driver.h +++ b/TAO/tests/Param_Test/driver.h @@ -3,8 +3,6 @@ /** * @file driver.h * - * $Id$ - * * Header file for the driver program. The driver is a singleton. * * diff --git a/TAO/tests/Param_Test/except.cpp b/TAO/tests/Param_Test/except.cpp index decc97863f3..6f4b67a841b 100644 --- a/TAO/tests/Param_Test/except.cpp +++ b/TAO/tests/Param_Test/except.cpp @@ -3,8 +3,6 @@ /** * @file except.cpp * - * $Id$ - * * tests exception * * diff --git a/TAO/tests/Param_Test/except.h b/TAO/tests/Param_Test/except.h index acfd4b1d1cc..669f31a2611 100644 --- a/TAO/tests/Param_Test/except.h +++ b/TAO/tests/Param_Test/except.h @@ -3,8 +3,6 @@ /** * @file except.h * - * $Id$ - * * Tests system and user exceptions * * diff --git a/TAO/tests/Param_Test/fixed_array.cpp b/TAO/tests/Param_Test/fixed_array.cpp index ebec9775c7a..91d6e49b66f 100644 --- a/TAO/tests/Param_Test/fixed_array.cpp +++ b/TAO/tests/Param_Test/fixed_array.cpp @@ -3,8 +3,6 @@ /** * @file fixed_array.cpp * - * $Id$ - * * tests fixed size arrays * * diff --git a/TAO/tests/Param_Test/fixed_array.h b/TAO/tests/Param_Test/fixed_array.h index ff4626a020b..43727e59365 100644 --- a/TAO/tests/Param_Test/fixed_array.h +++ b/TAO/tests/Param_Test/fixed_array.h @@ -3,8 +3,6 @@ /** * @file fixed_array.h * - * $Id$ - * * Tests fixed size array * * diff --git a/TAO/tests/Param_Test/fixed_struct.cpp b/TAO/tests/Param_Test/fixed_struct.cpp index b2c4e67281b..276c54c888a 100644 --- a/TAO/tests/Param_Test/fixed_struct.cpp +++ b/TAO/tests/Param_Test/fixed_struct.cpp @@ -3,8 +3,6 @@ /** * @file fixed_struct.cpp * - * $Id$ - * * tests fixed sized structs * * diff --git a/TAO/tests/Param_Test/fixed_struct.h b/TAO/tests/Param_Test/fixed_struct.h index fc4bf1115bb..004ad0238d6 100644 --- a/TAO/tests/Param_Test/fixed_struct.h +++ b/TAO/tests/Param_Test/fixed_struct.h @@ -3,8 +3,6 @@ /** * @file fixed_struct.h * - * $Id$ - * * Tests fixed size structs * * diff --git a/TAO/tests/Param_Test/helper.cpp b/TAO/tests/Param_Test/helper.cpp index 2aee194703e..d9c331c85cd 100644 --- a/TAO/tests/Param_Test/helper.cpp +++ b/TAO/tests/Param_Test/helper.cpp @@ -3,8 +3,6 @@ /** * @file helper.cpp * - * $Id$ - * * Defines a helper class that can generate values for the parameters used * for the Param_Test example * diff --git a/TAO/tests/Param_Test/helper.h b/TAO/tests/Param_Test/helper.h index 41deb1a44e8..04db45eb11b 100644 --- a/TAO/tests/Param_Test/helper.h +++ b/TAO/tests/Param_Test/helper.h @@ -3,8 +3,6 @@ /** * @file helper.h * - * $Id$ - * * Defines a helper class that can generate values for the parameters used * for the Param_Test example * diff --git a/TAO/tests/Param_Test/multdim_array.cpp b/TAO/tests/Param_Test/multdim_array.cpp index 3df45926ae9..dfc60a645e8 100644 --- a/TAO/tests/Param_Test/multdim_array.cpp +++ b/TAO/tests/Param_Test/multdim_array.cpp @@ -3,8 +3,6 @@ /** * @file multdim_array.cpp * - * $Id$ - * * tests multidimensional fixed size arrays * * diff --git a/TAO/tests/Param_Test/multdim_array.h b/TAO/tests/Param_Test/multdim_array.h index b275ef78145..a442533a463 100644 --- a/TAO/tests/Param_Test/multdim_array.h +++ b/TAO/tests/Param_Test/multdim_array.h @@ -3,8 +3,6 @@ /** * @file multdim_array.h * - * $Id$ - * * Tests multi dimensional array * * diff --git a/TAO/tests/Param_Test/nested_struct.cpp b/TAO/tests/Param_Test/nested_struct.cpp index e8a8805109e..d7c06955920 100644 --- a/TAO/tests/Param_Test/nested_struct.cpp +++ b/TAO/tests/Param_Test/nested_struct.cpp @@ -3,8 +3,6 @@ /** * @file nested_struct.cpp * - * $Id$ - * * tests nested structs * * diff --git a/TAO/tests/Param_Test/nested_struct.h b/TAO/tests/Param_Test/nested_struct.h index 10044dfd3e0..362e45c14a4 100644 --- a/TAO/tests/Param_Test/nested_struct.h +++ b/TAO/tests/Param_Test/nested_struct.h @@ -3,8 +3,6 @@ /** * @file nested_struct.h * - * $Id$ - * * Tests nested structures * * diff --git a/TAO/tests/Param_Test/objref.cpp b/TAO/tests/Param_Test/objref.cpp index 4d35cecd7ac..3076561a4ee 100644 --- a/TAO/tests/Param_Test/objref.cpp +++ b/TAO/tests/Param_Test/objref.cpp @@ -3,8 +3,6 @@ /** * @file objref.cpp * - * $Id$ - * * tests object references * * diff --git a/TAO/tests/Param_Test/objref.h b/TAO/tests/Param_Test/objref.h index bcbbc908007..e216001e74b 100644 --- a/TAO/tests/Param_Test/objref.h +++ b/TAO/tests/Param_Test/objref.h @@ -3,8 +3,6 @@ /** * @file objref.h * - * $Id$ - * * Tests object references * * diff --git a/TAO/tests/Param_Test/objref_struct.cpp b/TAO/tests/Param_Test/objref_struct.cpp index bb9bc19af57..634a0c836bf 100644 --- a/TAO/tests/Param_Test/objref_struct.cpp +++ b/TAO/tests/Param_Test/objref_struct.cpp @@ -3,8 +3,6 @@ /** * @file objref_struct.cpp * - * $Id$ - * * test structures containing object references. * * diff --git a/TAO/tests/Param_Test/objref_struct.h b/TAO/tests/Param_Test/objref_struct.h index 0f8335c0506..9625a128148 100644 --- a/TAO/tests/Param_Test/objref_struct.h +++ b/TAO/tests/Param_Test/objref_struct.h @@ -3,8 +3,6 @@ /** * @file objref_struct.h * - * $Id$ - * * Tests variable sized structures * * diff --git a/TAO/tests/Param_Test/options.cpp b/TAO/tests/Param_Test/options.cpp index 1193e8a64d0..1ce7419562c 100644 --- a/TAO/tests/Param_Test/options.cpp +++ b/TAO/tests/Param_Test/options.cpp @@ -3,8 +3,6 @@ /** * @file options.cpp * - * $Id$ - * * Options for the Param_Test application * * diff --git a/TAO/tests/Param_Test/options.h b/TAO/tests/Param_Test/options.h index ca17dcba529..2de8de2e7ee 100644 --- a/TAO/tests/Param_Test/options.h +++ b/TAO/tests/Param_Test/options.h @@ -3,8 +3,6 @@ /** * @file options.h * - * $Id$ - * * Options for the Param_Test application * * diff --git a/TAO/tests/Param_Test/param_test.idl b/TAO/tests/Param_Test/param_test.idl index 2fbfafcf778..f1ba518f199 100644 --- a/TAO/tests/Param_Test/param_test.idl +++ b/TAO/tests/Param_Test/param_test.idl @@ -3,8 +3,6 @@ /** * @file param_test.idl * - * $Id$ - * * This IDL description is used to test all the parameter passing modes (in, * inout, out, and return) for a number of IDL data types. The goal is to * verify the correctness of the generated stubs and skeletons, and the diff --git a/TAO/tests/Param_Test/param_test_i.cpp b/TAO/tests/Param_Test/param_test_i.cpp index aa822a4f573..4993592dbb8 100644 --- a/TAO/tests/Param_Test/param_test_i.cpp +++ b/TAO/tests/Param_Test/param_test_i.cpp @@ -3,8 +3,6 @@ /** * @file param_test_i.cpp * - * $Id$ - * * @author Aniruddha Gokhale */ //============================================================================= diff --git a/TAO/tests/Param_Test/param_test_i.h b/TAO/tests/Param_Test/param_test_i.h index 478253046dd..8c8af88d3ec 100644 --- a/TAO/tests/Param_Test/param_test_i.h +++ b/TAO/tests/Param_Test/param_test_i.h @@ -3,8 +3,6 @@ /** * @file param_test_i.h * - * $Id$ - * * @author Aniruddha Gokhale */ //============================================================================= diff --git a/TAO/tests/Param_Test/recursive_struct.cpp b/TAO/tests/Param_Test/recursive_struct.cpp index e6bcb00611a..4fec020ae20 100644 --- a/TAO/tests/Param_Test/recursive_struct.cpp +++ b/TAO/tests/Param_Test/recursive_struct.cpp @@ -3,8 +3,6 @@ /** * @file recursive_struct.cpp * - * $Id$ - * * test structure that contains a sequence of itself * * diff --git a/TAO/tests/Param_Test/recursive_struct.h b/TAO/tests/Param_Test/recursive_struct.h index 89aaf25746b..27c7b4bb14e 100644 --- a/TAO/tests/Param_Test/recursive_struct.h +++ b/TAO/tests/Param_Test/recursive_struct.h @@ -3,8 +3,6 @@ /** * @file recursive_struct.h * - * $Id$ - * * Tests a structure that contains a sequence of itself * * diff --git a/TAO/tests/Param_Test/recursive_union.cpp b/TAO/tests/Param_Test/recursive_union.cpp index 8353cabdde8..a20e61bd539 100644 --- a/TAO/tests/Param_Test/recursive_union.cpp +++ b/TAO/tests/Param_Test/recursive_union.cpp @@ -3,8 +3,6 @@ /** * @file recursive_union.cpp * - * $Id$ - * * test union that contains a sequence of itself * * diff --git a/TAO/tests/Param_Test/recursive_union.h b/TAO/tests/Param_Test/recursive_union.h index 995a0c49c17..04ef2dd591e 100644 --- a/TAO/tests/Param_Test/recursive_union.h +++ b/TAO/tests/Param_Test/recursive_union.h @@ -3,8 +3,6 @@ /** * @file recursive_union.h * - * $Id$ - * * Tests a union that contains a sequence of itself * * diff --git a/TAO/tests/Param_Test/results.cpp b/TAO/tests/Param_Test/results.cpp index 179a4adef02..994ea863d19 100644 --- a/TAO/tests/Param_Test/results.cpp +++ b/TAO/tests/Param_Test/results.cpp @@ -3,8 +3,6 @@ /** * @file results.cpp * - * $Id$ - * * Printing the results * * diff --git a/TAO/tests/Param_Test/results.h b/TAO/tests/Param_Test/results.h index 65c490debd4..cd8fd6009d1 100644 --- a/TAO/tests/Param_Test/results.h +++ b/TAO/tests/Param_Test/results.h @@ -3,8 +3,6 @@ /** * @file results.h * - * $Id$ - * * Printing the results * * diff --git a/TAO/tests/Param_Test/server.cpp b/TAO/tests/Param_Test/server.cpp index fababbf8937..b43f8aafaa1 100644 --- a/TAO/tests/Param_Test/server.cpp +++ b/TAO/tests/Param_Test/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * @author Aniruddha Gokhale */ //============================================================================= diff --git a/TAO/tests/Param_Test/short.cpp b/TAO/tests/Param_Test/short.cpp index 6bf5cacc815..30ea3d3e7ee 100644 --- a/TAO/tests/Param_Test/short.cpp +++ b/TAO/tests/Param_Test/short.cpp @@ -3,8 +3,6 @@ /** * @file short.cpp * - * $Id$ - * * tests shorts * * diff --git a/TAO/tests/Param_Test/short.h b/TAO/tests/Param_Test/short.h index c4f3025a71b..0df35b886dd 100644 --- a/TAO/tests/Param_Test/short.h +++ b/TAO/tests/Param_Test/short.h @@ -3,8 +3,6 @@ /** * @file short.h * - * $Id$ - * * Tests shorts * * diff --git a/TAO/tests/Param_Test/small_union.cpp b/TAO/tests/Param_Test/small_union.cpp index 173476c4041..e958903365e 100644 --- a/TAO/tests/Param_Test/small_union.cpp +++ b/TAO/tests/Param_Test/small_union.cpp @@ -3,8 +3,6 @@ /** * @file small_union.cpp * - * $Id$ - * * tests Small_Unions * * diff --git a/TAO/tests/Param_Test/small_union.h b/TAO/tests/Param_Test/small_union.h index ad19888c6d7..abca83705c8 100644 --- a/TAO/tests/Param_Test/small_union.h +++ b/TAO/tests/Param_Test/small_union.h @@ -3,8 +3,6 @@ /** * @file small_union.h * - * $Id$ - * * Tests Anys * * diff --git a/TAO/tests/Param_Test/tests.h b/TAO/tests/Param_Test/tests.h index 4c1f4627ffb..1f245a8e60a 100644 --- a/TAO/tests/Param_Test/tests.h +++ b/TAO/tests/Param_Test/tests.h @@ -3,8 +3,6 @@ /** * @file tests.h * - * $Id$ - * * All the test objects header files included here * * diff --git a/TAO/tests/Param_Test/typecode.cpp b/TAO/tests/Param_Test/typecode.cpp index 4eb26c38662..6a00bf005db 100644 --- a/TAO/tests/Param_Test/typecode.cpp +++ b/TAO/tests/Param_Test/typecode.cpp @@ -3,8 +3,6 @@ /** * @file typecode.cpp * - * $Id$ - * * tests typecodes * * diff --git a/TAO/tests/Param_Test/typecode.h b/TAO/tests/Param_Test/typecode.h index 0f35979fa1f..5d627742367 100644 --- a/TAO/tests/Param_Test/typecode.h +++ b/TAO/tests/Param_Test/typecode.h @@ -3,8 +3,6 @@ /** * @file typecode.h * - * $Id$ - * * Tests typecodes * * diff --git a/TAO/tests/Param_Test/ub_any_seq.cpp b/TAO/tests/Param_Test/ub_any_seq.cpp index 0c5b7c823b4..0e0b7350286 100644 --- a/TAO/tests/Param_Test/ub_any_seq.cpp +++ b/TAO/tests/Param_Test/ub_any_seq.cpp @@ -3,8 +3,6 @@ /** * @file ub_any_seq.cpp * - * $Id$ - * * tests unbounded Any sequences * * diff --git a/TAO/tests/Param_Test/ub_any_seq.h b/TAO/tests/Param_Test/ub_any_seq.h index 4256a5e1f23..c005ff52c7a 100644 --- a/TAO/tests/Param_Test/ub_any_seq.h +++ b/TAO/tests/Param_Test/ub_any_seq.h @@ -3,8 +3,6 @@ /** * @file ub_any_seq.h * - * $Id$ - * * Tests unbounded Any sequences * * diff --git a/TAO/tests/Param_Test/ub_array_seq.cpp b/TAO/tests/Param_Test/ub_array_seq.cpp index 20ceaf2992b..2790434dc11 100644 --- a/TAO/tests/Param_Test/ub_array_seq.cpp +++ b/TAO/tests/Param_Test/ub_array_seq.cpp @@ -3,8 +3,6 @@ /** * @file ub_array_seq.cpp * - * $Id$ - * * tests unbounded array sequences * * diff --git a/TAO/tests/Param_Test/ub_array_seq.h b/TAO/tests/Param_Test/ub_array_seq.h index c12cbbe29f6..78a546116e8 100644 --- a/TAO/tests/Param_Test/ub_array_seq.h +++ b/TAO/tests/Param_Test/ub_array_seq.h @@ -3,8 +3,6 @@ /** * @file ub_array_seq.h * - * $Id$ - * * Tests unbounded array sequence * * diff --git a/TAO/tests/Param_Test/ub_long_seq.cpp b/TAO/tests/Param_Test/ub_long_seq.cpp index 7e1fd4ff6dd..da0e2d930ac 100644 --- a/TAO/tests/Param_Test/ub_long_seq.cpp +++ b/TAO/tests/Param_Test/ub_long_seq.cpp @@ -3,8 +3,6 @@ /** * @file ub_long_seq.cpp * - * $Id$ - * * tests unbounded long sequences * * diff --git a/TAO/tests/Param_Test/ub_long_seq.h b/TAO/tests/Param_Test/ub_long_seq.h index 2025d919676..6d93e812a4b 100644 --- a/TAO/tests/Param_Test/ub_long_seq.h +++ b/TAO/tests/Param_Test/ub_long_seq.h @@ -3,8 +3,6 @@ /** * @file ub_long_seq.h * - * $Id$ - * * Tests unbounded long sequences * * diff --git a/TAO/tests/Param_Test/ub_objref_seq.cpp b/TAO/tests/Param_Test/ub_objref_seq.cpp index 561a210bdae..3dbc5f8015f 100644 --- a/TAO/tests/Param_Test/ub_objref_seq.cpp +++ b/TAO/tests/Param_Test/ub_objref_seq.cpp @@ -3,8 +3,6 @@ /** * @file ub_objref_seq.cpp * - * $Id$ - * * tests unbounded objref sequences * * diff --git a/TAO/tests/Param_Test/ub_objref_seq.h b/TAO/tests/Param_Test/ub_objref_seq.h index f21cf35d34f..adabaafc787 100644 --- a/TAO/tests/Param_Test/ub_objref_seq.h +++ b/TAO/tests/Param_Test/ub_objref_seq.h @@ -3,8 +3,6 @@ /** * @file ub_objref_seq.h * - * $Id$ - * * Tests unbounded sequences of object references * * diff --git a/TAO/tests/Param_Test/ub_short_seq.cpp b/TAO/tests/Param_Test/ub_short_seq.cpp index 8cbecfbf23b..0ed128d8d02 100644 --- a/TAO/tests/Param_Test/ub_short_seq.cpp +++ b/TAO/tests/Param_Test/ub_short_seq.cpp @@ -3,8 +3,6 @@ /** * @file ub_short_seq.cpp * - * $Id$ - * * tests unbounded short sequences * * diff --git a/TAO/tests/Param_Test/ub_short_seq.h b/TAO/tests/Param_Test/ub_short_seq.h index e69f052f50c..07e1993d37c 100644 --- a/TAO/tests/Param_Test/ub_short_seq.h +++ b/TAO/tests/Param_Test/ub_short_seq.h @@ -3,8 +3,6 @@ /** * @file ub_short_seq.h * - * $Id$ - * * Tests unbounded short sequence * * diff --git a/TAO/tests/Param_Test/ub_str_seq.cpp b/TAO/tests/Param_Test/ub_str_seq.cpp index 889f49a0e64..c789741c67d 100644 --- a/TAO/tests/Param_Test/ub_str_seq.cpp +++ b/TAO/tests/Param_Test/ub_str_seq.cpp @@ -3,8 +3,6 @@ /** * @file ub_str_seq.cpp * - * $Id$ - * * tests unbounded string sequences * * diff --git a/TAO/tests/Param_Test/ub_str_seq.h b/TAO/tests/Param_Test/ub_str_seq.h index 516a5425a5a..8eaec205196 100644 --- a/TAO/tests/Param_Test/ub_str_seq.h +++ b/TAO/tests/Param_Test/ub_str_seq.h @@ -3,8 +3,6 @@ /** * @file ub_str_seq.h * - * $Id$ - * * Tests sequences of strings * * diff --git a/TAO/tests/Param_Test/ub_string.cpp b/TAO/tests/Param_Test/ub_string.cpp index 1d00e993d15..cffc916e4e4 100644 --- a/TAO/tests/Param_Test/ub_string.cpp +++ b/TAO/tests/Param_Test/ub_string.cpp @@ -3,8 +3,6 @@ /** * @file ub_string.cpp * - * $Id$ - * * tests unbounded strings * * diff --git a/TAO/tests/Param_Test/ub_string.h b/TAO/tests/Param_Test/ub_string.h index 753f35d7983..3fd7d0c7f99 100644 --- a/TAO/tests/Param_Test/ub_string.h +++ b/TAO/tests/Param_Test/ub_string.h @@ -3,8 +3,6 @@ /** * @file ub_string.h * - * $Id$ - * * Tests unbounded string * * diff --git a/TAO/tests/Param_Test/ub_struct_seq.cpp b/TAO/tests/Param_Test/ub_struct_seq.cpp index 4535cb61991..4a8d46366e0 100644 --- a/TAO/tests/Param_Test/ub_struct_seq.cpp +++ b/TAO/tests/Param_Test/ub_struct_seq.cpp @@ -4,8 +4,6 @@ /** * @file ub_struct_seq.cpp * - * $Id$ - * * tests unbounded struct sequences * * diff --git a/TAO/tests/Param_Test/ub_struct_seq.h b/TAO/tests/Param_Test/ub_struct_seq.h index 2e8a5a3fe71..cf405439ce8 100644 --- a/TAO/tests/Param_Test/ub_struct_seq.h +++ b/TAO/tests/Param_Test/ub_struct_seq.h @@ -3,8 +3,6 @@ /** * @file ub_struct_seq.h * - * $Id$ - * * Tests unbounded struct sequence * * diff --git a/TAO/tests/Param_Test/ub_wstr_seq.cpp b/TAO/tests/Param_Test/ub_wstr_seq.cpp index 7e768fff7de..8afca434acf 100644 --- a/TAO/tests/Param_Test/ub_wstr_seq.cpp +++ b/TAO/tests/Param_Test/ub_wstr_seq.cpp @@ -3,8 +3,6 @@ /** * @file ub_wstr_seq.cpp * - * $Id$ - * * tests unbounded wide string sequences * * diff --git a/TAO/tests/Param_Test/ub_wstr_seq.h b/TAO/tests/Param_Test/ub_wstr_seq.h index 8e5254d366f..23115d1ef8a 100644 --- a/TAO/tests/Param_Test/ub_wstr_seq.h +++ b/TAO/tests/Param_Test/ub_wstr_seq.h @@ -3,8 +3,6 @@ /** * @file ub_wstr_seq.h * - * $Id$ - * * Tests sequences of wide strings * * diff --git a/TAO/tests/Param_Test/ub_wstring.cpp b/TAO/tests/Param_Test/ub_wstring.cpp index 370e9738381..72f4ce0521d 100644 --- a/TAO/tests/Param_Test/ub_wstring.cpp +++ b/TAO/tests/Param_Test/ub_wstring.cpp @@ -3,8 +3,6 @@ /** * @file ub_wstring.cpp * - * $Id$ - * * tests unbounded wide strings * * diff --git a/TAO/tests/Param_Test/ub_wstring.h b/TAO/tests/Param_Test/ub_wstring.h index 66c38ee3769..f2c3d44673e 100644 --- a/TAO/tests/Param_Test/ub_wstring.h +++ b/TAO/tests/Param_Test/ub_wstring.h @@ -3,8 +3,6 @@ /** * @file ub_wstring.h * - * $Id$ - * * Tests unbounded wide string * * diff --git a/TAO/tests/Param_Test/ulonglong.cpp b/TAO/tests/Param_Test/ulonglong.cpp index 1aadf506f03..3441cbbf8e2 100644 --- a/TAO/tests/Param_Test/ulonglong.cpp +++ b/TAO/tests/Param_Test/ulonglong.cpp @@ -3,8 +3,6 @@ /** * @file ulonglong.cpp * - * $Id$ - * * tests 64 bit longs * * diff --git a/TAO/tests/Param_Test/ulonglong.h b/TAO/tests/Param_Test/ulonglong.h index e88464cf28f..ed0bec883f7 100644 --- a/TAO/tests/Param_Test/ulonglong.h +++ b/TAO/tests/Param_Test/ulonglong.h @@ -3,8 +3,6 @@ /** * @file ulonglong.h * - * $Id$ - * * Tests 64bit unsigned longs. * * diff --git a/TAO/tests/Param_Test/var_array.cpp b/TAO/tests/Param_Test/var_array.cpp index daf31451008..511d54725b6 100644 --- a/TAO/tests/Param_Test/var_array.cpp +++ b/TAO/tests/Param_Test/var_array.cpp @@ -3,8 +3,6 @@ /** * @file var_array.cpp * - * $Id$ - * * tests fixed size arrays * * diff --git a/TAO/tests/Param_Test/var_array.h b/TAO/tests/Param_Test/var_array.h index 863345610a6..e4121081fa6 100644 --- a/TAO/tests/Param_Test/var_array.h +++ b/TAO/tests/Param_Test/var_array.h @@ -3,8 +3,6 @@ /** * @file var_array.h * - * $Id$ - * * Tests arrays whose base types are of variable size * * diff --git a/TAO/tests/Param_Test/var_struct.cpp b/TAO/tests/Param_Test/var_struct.cpp index 4dddf7fbfdf..0b4ac222632 100644 --- a/TAO/tests/Param_Test/var_struct.cpp +++ b/TAO/tests/Param_Test/var_struct.cpp @@ -3,8 +3,6 @@ /** * @file var_struct.cpp * - * $Id$ - * * test variable sized structures * * diff --git a/TAO/tests/Param_Test/var_struct.h b/TAO/tests/Param_Test/var_struct.h index dcc2f16d0c8..de5f3d2df41 100644 --- a/TAO/tests/Param_Test/var_struct.h +++ b/TAO/tests/Param_Test/var_struct.h @@ -3,8 +3,6 @@ /** * @file var_struct.h * - * $Id$ - * * Tests variable sized structures * * diff --git a/TAO/tests/Portable_Interceptors/Benchmark/test.idl b/TAO/tests/Portable_Interceptors/Benchmark/test.idl index 577a19bddc5..1004fb18a4b 100644 --- a/TAO/tests/Portable_Interceptors/Benchmark/test.idl +++ b/TAO/tests/Portable_Interceptors/Benchmark/test.idl @@ -3,8 +3,6 @@ /** * @file test.idl * - * $Id$ - * * Simple IDL file to test portable interceptor support. * * diff --git a/TAO/tests/Portable_Interceptors/Benchmark/test_i.h b/TAO/tests/Portable_Interceptors/Benchmark/test_i.h index 989976d0e32..cf7340431d0 100644 --- a/TAO/tests/Portable_Interceptors/Benchmark/test_i.h +++ b/TAO/tests/Portable_Interceptors/Benchmark/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Nanbor Wang */ //============================================================================= diff --git a/TAO/tests/Portable_Interceptors/Bug_1559/test.idl b/TAO/tests/Portable_Interceptors/Bug_1559/test.idl index 2e858b32098..920d5cccb57 100644 --- a/TAO/tests/Portable_Interceptors/Bug_1559/test.idl +++ b/TAO/tests/Portable_Interceptors/Bug_1559/test.idl @@ -3,8 +3,6 @@ /** * @file test.idl * - * $Id$ - * * Simple IDL file to test portable interceptor support. * * diff --git a/TAO/tests/Portable_Interceptors/Bug_1559/test_i.h b/TAO/tests/Portable_Interceptors/Bug_1559/test_i.h index e1130b91bfb..b3bc101f5c0 100644 --- a/TAO/tests/Portable_Interceptors/Bug_1559/test_i.h +++ b/TAO/tests/Portable_Interceptors/Bug_1559/test_i.h @@ -4,8 +4,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Nanbor Wang */ //============================================================================= diff --git a/TAO/tests/Portable_Interceptors/Bug_2510_Regression/test_i.h b/TAO/tests/Portable_Interceptors/Bug_2510_Regression/test_i.h index bb17fef8a4b..7d4b75dbc4d 100644 --- a/TAO/tests/Portable_Interceptors/Bug_2510_Regression/test_i.h +++ b/TAO/tests/Portable_Interceptors/Bug_2510_Regression/test_i.h @@ -4,8 +4,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Nanbor Wang */ //============================================================================= diff --git a/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test.idl b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test.idl index 0a4f15fdac5..e70ab7c5a0a 100644 --- a/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test.idl +++ b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test.idl @@ -3,8 +3,6 @@ /** * @file test.idl * - * $Id$ - * * Simple IDL file to test portable interceptor support. * * diff --git a/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test_i.h b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test_i.h index 96d6a044e67..d2ee1a7d7a4 100644 --- a/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test_i.h +++ b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Nanbor Wang */ //============================================================================= diff --git a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test.idl b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test.idl index d49c6f7aa1a..af5c6b374af 100644 --- a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test.idl +++ b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test.idl @@ -3,8 +3,6 @@ /** * @file test.idl * - * $Id$ - * * Simple IDL file to test collocated portable interceptor support. * * diff --git a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test_i.h b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test_i.h index 1f2972e09bf..5be947e1c67 100644 --- a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test_i.h +++ b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test_i.h @@ -2,8 +2,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Nanbor Wang */ //============================================================================= diff --git a/TAO/tests/Portable_Interceptors/Dynamic/test.idl b/TAO/tests/Portable_Interceptors/Dynamic/test.idl index fb66ba70eb9..30c692e6b11 100644 --- a/TAO/tests/Portable_Interceptors/Dynamic/test.idl +++ b/TAO/tests/Portable_Interceptors/Dynamic/test.idl @@ -3,8 +3,6 @@ /** * @file test.idl * - * $Id$ - * * Simple IDL file to test portable interceptor support. * * @author Nanbor Wang <nanbor@cs.wustl.edu> diff --git a/TAO/tests/Portable_Interceptors/Dynamic/test_i.h b/TAO/tests/Portable_Interceptors/Dynamic/test_i.h index fb6ffb675a8..2e8230b8576 100644 --- a/TAO/tests/Portable_Interceptors/Dynamic/test_i.h +++ b/TAO/tests/Portable_Interceptors/Dynamic/test_i.h @@ -4,8 +4,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Nanbor Wang <nanbor@cs.wustl.edu> * @author Ossama Othman <ossama@dre.vanderbilt.edu> */ diff --git a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test.idl b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test.idl index 2447f44442e..6f2e52a6e12 100644 --- a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test.idl +++ b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test.idl @@ -3,8 +3,6 @@ /** * @file test.idl * - * $Id$ - * * Simple IDL file to test portable interceptor support. * * diff --git a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test_i.h b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test_i.h index 96d6a044e67..d2ee1a7d7a4 100644 --- a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test_i.h +++ b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Nanbor Wang */ //============================================================================= diff --git a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test.idl b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test.idl index 2447f44442e..6f2e52a6e12 100644 --- a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test.idl +++ b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test.idl @@ -3,8 +3,6 @@ /** * @file test.idl * - * $Id$ - * * Simple IDL file to test portable interceptor support. * * diff --git a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test_i.h b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test_i.h index 96d6a044e67..d2ee1a7d7a4 100644 --- a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test_i.h +++ b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Nanbor Wang */ //============================================================================= diff --git a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_ORBInitializer.h b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_ORBInitializer.h index 3281fbf1e4a..a6adcaee7d7 100644 --- a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_ORBInitializer.h +++ b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_ORBInitializer.h @@ -4,8 +4,6 @@ /** * @file Client_ORBInitializer.h * - * $Id$ - * * @author Ossama Othman <ossama@uci.edu> */ //============================================================================= diff --git a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_ORBInitializer.h b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_ORBInitializer.h index b93fc6a811b..bf6e9a79b15 100644 --- a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_ORBInitializer.h +++ b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_ORBInitializer.h @@ -4,8 +4,6 @@ /** * @file Server_ORBInitializer.h * - * $Id$ - * * @author Ossama Othman <ossama@uci.edu> */ //============================================================================= diff --git a/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test.idl b/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test.idl index 2e858b32098..920d5cccb57 100644 --- a/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test.idl +++ b/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test.idl @@ -3,8 +3,6 @@ /** * @file test.idl * - * $Id$ - * * Simple IDL file to test portable interceptor support. * * diff --git a/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test_i.h b/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test_i.h index e1130b91bfb..b3bc101f5c0 100644 --- a/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test_i.h +++ b/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test_i.h @@ -4,8 +4,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Nanbor Wang */ //============================================================================= diff --git a/TAO/tests/QtTests/client.h b/TAO/tests/QtTests/client.h index e37ff4485b1..838779141b0 100644 --- a/TAO/tests/QtTests/client.h +++ b/TAO/tests/QtTests/client.h @@ -3,8 +3,6 @@ /** * @file client.h * - * $Id$ - * * @author Balachandran Natarajan <bala@cs.wustl.edu> */ //============================================================================= diff --git a/TAO/tests/QtTests/test_i.h b/TAO/tests/QtTests/test_i.h index 193e6e5655e..055d2438111 100644 --- a/TAO/tests/QtTests/test_i.h +++ b/TAO/tests/QtTests/test_i.h @@ -2,8 +2,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Bala Natarajan <bala@cs.wustl.edu> */ //============================================================================= diff --git a/TAO/tests/RTCORBA/Bug_3643_Regression/test_i.h b/TAO/tests/RTCORBA/Bug_3643_Regression/test_i.h index f6fa6a9fbee..3dafef71563 100644 --- a/TAO/tests/RTCORBA/Bug_3643_Regression/test_i.h +++ b/TAO/tests/RTCORBA/Bug_3643_Regression/test_i.h @@ -2,8 +2,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Irfan Pyarali */ // =================================================================== diff --git a/TAO/tests/RTCORBA/Diffserv/Custom_Network_Priority_Mapping.h b/TAO/tests/RTCORBA/Diffserv/Custom_Network_Priority_Mapping.h index cfdcb226bee..1869662036f 100644 --- a/TAO/tests/RTCORBA/Diffserv/Custom_Network_Priority_Mapping.h +++ b/TAO/tests/RTCORBA/Diffserv/Custom_Network_Priority_Mapping.h @@ -3,8 +3,6 @@ /** * @file Custom_Network_Priority_Mapping.h * - * $Id$ - * * Declares the Custom_Network_Priority_Mapping interface, * * diff --git a/TAO/tests/RTCORBA/Dynamic_Thread_Pool/test_i.h b/TAO/tests/RTCORBA/Dynamic_Thread_Pool/test_i.h index f6fa6a9fbee..3dafef71563 100644 --- a/TAO/tests/RTCORBA/Dynamic_Thread_Pool/test_i.h +++ b/TAO/tests/RTCORBA/Dynamic_Thread_Pool/test_i.h @@ -2,8 +2,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Irfan Pyarali */ // =================================================================== diff --git a/TAO/tests/RTCORBA/Policies/Policies.cpp b/TAO/tests/RTCORBA/Policies/Policies.cpp index cd99d329e8a..44d059ba81f 100644 --- a/TAO/tests/RTCORBA/Policies/Policies.cpp +++ b/TAO/tests/RTCORBA/Policies/Policies.cpp @@ -3,8 +3,6 @@ /** * @file Policies.cpp * - * $Id$ - * * This program tests the construction of RTCORBA policies, both * through the generic ORB::create_policy interface and the * RTCORBA specific interfaces. diff --git a/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.h b/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.h index a863fbd111e..5c8ad620c53 100644 --- a/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.h +++ b/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.h @@ -2,8 +2,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Irfan Pyarali */ // =================================================================== diff --git a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp index e06538fdc19..3e5babc015d 100644 --- a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp +++ b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * This is a client implementation. * * diff --git a/TAO/tests/RTCORBA/Thread_Pool/test_i.h b/TAO/tests/RTCORBA/Thread_Pool/test_i.h index a7a7861ada4..fa025e013dc 100644 --- a/TAO/tests/RTCORBA/Thread_Pool/test_i.h +++ b/TAO/tests/RTCORBA/Thread_Pool/test_i.h @@ -2,8 +2,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Irfan Pyarali */ // =================================================================== diff --git a/TAO/tests/Single_Read/test_i.h b/TAO/tests/Single_Read/test_i.h index fdf530e5931..e6869668f37 100644 --- a/TAO/tests/Single_Read/test_i.h +++ b/TAO/tests/Single_Read/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Balachandran Natarajan <bala@cs.wustl.edu> */ //============================================================================= diff --git a/TAO/tests/Smart_Proxies/Benchmark/client.cpp b/TAO/tests/Smart_Proxies/Benchmark/client.cpp index fbc3ea0c10f..3785a10c001 100644 --- a/TAO/tests/Smart_Proxies/Benchmark/client.cpp +++ b/TAO/tests/Smart_Proxies/Benchmark/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * This is the client program that tests TAO's Smart Proxy extension. * * diff --git a/TAO/tests/Smart_Proxies/Benchmark/server.cpp b/TAO/tests/Smart_Proxies/Benchmark/server.cpp index ac85e5a3806..9532144507d 100644 --- a/TAO/tests/Smart_Proxies/Benchmark/server.cpp +++ b/TAO/tests/Smart_Proxies/Benchmark/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * This is the server program that tests TAO's Smart Proxy extension. * * diff --git a/TAO/tests/Smart_Proxies/On_Demand/client.cpp b/TAO/tests/Smart_Proxies/On_Demand/client.cpp index c485746550e..11fa8fe8395 100644 --- a/TAO/tests/Smart_Proxies/On_Demand/client.cpp +++ b/TAO/tests/Smart_Proxies/On_Demand/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * This is the client program that tests TAO's Smart Proxy extension. * * diff --git a/TAO/tests/Smart_Proxies/On_Demand/server.cpp b/TAO/tests/Smart_Proxies/On_Demand/server.cpp index b73b57a4418..cae3ac7c45f 100644 --- a/TAO/tests/Smart_Proxies/On_Demand/server.cpp +++ b/TAO/tests/Smart_Proxies/On_Demand/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * This is the server program that tests TAO's Smart Proxy extension. * * diff --git a/TAO/tests/Smart_Proxies/Policy/client.cpp b/TAO/tests/Smart_Proxies/Policy/client.cpp index 19f8e987186..50cd68bf356 100644 --- a/TAO/tests/Smart_Proxies/Policy/client.cpp +++ b/TAO/tests/Smart_Proxies/Policy/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * This is the client program that tests TAO's Smart Proxy extension. * * diff --git a/TAO/tests/Smart_Proxies/Policy/server.cpp b/TAO/tests/Smart_Proxies/Policy/server.cpp index f62fb618bb1..ed4237ae010 100644 --- a/TAO/tests/Smart_Proxies/Policy/server.cpp +++ b/TAO/tests/Smart_Proxies/Policy/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * This is the server program that tests TAO's Smart Proxy extension. * * diff --git a/TAO/tests/Smart_Proxies/client.cpp b/TAO/tests/Smart_Proxies/client.cpp index c863a84e851..7bda91c76ac 100644 --- a/TAO/tests/Smart_Proxies/client.cpp +++ b/TAO/tests/Smart_Proxies/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * This is the client program that tests TAO's Smart Proxy extension. * * diff --git a/TAO/tests/Smart_Proxies/server.cpp b/TAO/tests/Smart_Proxies/server.cpp index 3a6c5bb26e9..b035b351614 100644 --- a/TAO/tests/Smart_Proxies/server.cpp +++ b/TAO/tests/Smart_Proxies/server.cpp @@ -3,8 +3,6 @@ /** * @file server.cpp * - * $Id$ - * * This is the server program that tests TAO's Smart Proxy extension. * * diff --git a/TAO/tests/Strategies/simple_test_i.h b/TAO/tests/Strategies/simple_test_i.h index 1077e9f1a54..fa074ddbe2b 100644 --- a/TAO/tests/Strategies/simple_test_i.h +++ b/TAO/tests/Strategies/simple_test_i.h @@ -3,8 +3,6 @@ /** * @file simple_test_i.h * - * $Id$ - * * @author Priyanka Gontla <pgontla@ece.uci.edu> */ //============================================================================= diff --git a/TAO/tests/Time_Policy/main.cpp b/TAO/tests/Time_Policy/main.cpp index b341ffd34a1..75e03199f3c 100644 --- a/TAO/tests/Time_Policy/main.cpp +++ b/TAO/tests/Time_Policy/main.cpp @@ -2,8 +2,6 @@ /** * @file main.cpp * - * $Id$ - * * Implementation of the server. * * diff --git a/TAO/tests/Time_Policy_Custom/Custom_Time_Policy_Strategy.h b/TAO/tests/Time_Policy_Custom/Custom_Time_Policy_Strategy.h index e65af83f6cc..e70759ec517 100644 --- a/TAO/tests/Time_Policy_Custom/Custom_Time_Policy_Strategy.h +++ b/TAO/tests/Time_Policy_Custom/Custom_Time_Policy_Strategy.h @@ -4,8 +4,6 @@ /** * @file Custom_Time_Policy_Strategy.h * - * $Id$ - * * @author Martin Corino <mcorino@remedy.nl> */ //============================================================================= diff --git a/TAO/tests/Time_Policy_Custom/main.cpp b/TAO/tests/Time_Policy_Custom/main.cpp index 6a0648bc8ce..7b51ce8546b 100644 --- a/TAO/tests/Time_Policy_Custom/main.cpp +++ b/TAO/tests/Time_Policy_Custom/main.cpp @@ -2,8 +2,6 @@ /** * @file main.cpp * - * $Id$ - * * Implementation of the server. * * diff --git a/TAO/tests/Timed_Buffered_Oneways/client.cpp b/TAO/tests/Timed_Buffered_Oneways/client.cpp index bd6881ba7a4..83284a73f7d 100644 --- a/TAO/tests/Timed_Buffered_Oneways/client.cpp +++ b/TAO/tests/Timed_Buffered_Oneways/client.cpp @@ -3,8 +3,6 @@ /** * @file client.cpp * - * $Id$ - * * This is a client that uses oneways with buffering constraints * and roundtrip timeout constraints. * diff --git a/TAO/tests/Timed_Buffered_Oneways/test_i.h b/TAO/tests/Timed_Buffered_Oneways/test_i.h index 7dc48785cb1..0d30b7009e1 100644 --- a/TAO/tests/Timed_Buffered_Oneways/test_i.h +++ b/TAO/tests/Timed_Buffered_Oneways/test_i.h @@ -4,8 +4,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Irfan Pyarali */ //============================================================================= diff --git a/TAO/tests/Timeout/test_i.h b/TAO/tests/Timeout/test_i.h index eb3d07084a5..32129102136 100644 --- a/TAO/tests/Timeout/test_i.h +++ b/TAO/tests/Timeout/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Carlos O'Ryan */ //============================================================================= diff --git a/TAO/tests/Xt_Stopwatch/Client.h b/TAO/tests/Xt_Stopwatch/Client.h index f2cecb0a0a1..8d4507c83aa 100644 --- a/TAO/tests/Xt_Stopwatch/Client.h +++ b/TAO/tests/Xt_Stopwatch/Client.h @@ -3,8 +3,6 @@ /** * @file Client.h * - * $Id$ - * * @author Balachandran Natarajan <bala@cs.wustl.edu> */ //============================================================================= diff --git a/TAO/tests/Xt_Stopwatch/Control.h b/TAO/tests/Xt_Stopwatch/Control.h index 4d57f38da39..ecda322aef1 100644 --- a/TAO/tests/Xt_Stopwatch/Control.h +++ b/TAO/tests/Xt_Stopwatch/Control.h @@ -3,8 +3,6 @@ /** * @file Control.h * - * $Id$ - * * @author Balachandran Natarajan <bala@cs.wustl.edu> */ //============================================================================= diff --git a/TAO/tests/Xt_Stopwatch/Stopwatch_display.h b/TAO/tests/Xt_Stopwatch/Stopwatch_display.h index 9c5cfc6fd24..16b2227b330 100644 --- a/TAO/tests/Xt_Stopwatch/Stopwatch_display.h +++ b/TAO/tests/Xt_Stopwatch/Stopwatch_display.h @@ -3,8 +3,6 @@ /** * @file Stopwatch_display.h * - * $Id$ - * * @author Balachandran Natarajan <bala@cs.wustl.edu> */ //============================================================================= diff --git a/TAO/tests/Xt_Stopwatch/test_i.h b/TAO/tests/Xt_Stopwatch/test_i.h index 10135d3652e..9e720422d35 100644 --- a/TAO/tests/Xt_Stopwatch/test_i.h +++ b/TAO/tests/Xt_Stopwatch/test_i.h @@ -3,8 +3,6 @@ /** * @file test_i.h * - * $Id$ - * * @author Bala */ //============================================================================= diff --git a/TAO/tests/Xt_Stopwatch/timer.h b/TAO/tests/Xt_Stopwatch/timer.h index e96d6c614f8..48979fd954b 100644 --- a/TAO/tests/Xt_Stopwatch/timer.h +++ b/TAO/tests/Xt_Stopwatch/timer.h @@ -3,8 +3,6 @@ /** * @file timer.h * - * $Id$ - * * @author Bala <bala@cs.wustl.edu> */ //============================================================================= diff --git a/TAO/tests/ZIOP/TestCompressor/TestCompressor.h b/TAO/tests/ZIOP/TestCompressor/TestCompressor.h index 234aa6e6123..773f33a1c90 100644 --- a/TAO/tests/ZIOP/TestCompressor/TestCompressor.h +++ b/TAO/tests/ZIOP/TestCompressor/TestCompressor.h @@ -4,8 +4,6 @@ /** * @file TestCompressor.h * - * $Id$ - * * See http://www.zlib.net/manual.html for the zlib interface itself * * @author Johnny Willemsen <jwillemsen@remedy.nl> diff --git a/TAO/tests/ZIOP/TestCompressor/TestCompressor_Factory.h b/TAO/tests/ZIOP/TestCompressor/TestCompressor_Factory.h index 0ca9cd7c55c..61445b5e13a 100644 --- a/TAO/tests/ZIOP/TestCompressor/TestCompressor_Factory.h +++ b/TAO/tests/ZIOP/TestCompressor/TestCompressor_Factory.h @@ -4,8 +4,6 @@ /** * @file TestCompressor_Factory.h * - * $Id$ - * * @author Johnny Willemsen <jwillemsen@remedy.nl> */ // =================================================================== |