summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/IDL_Test')
-rw-r--r--TAO/tests/IDL_Test/anonymous.idl2
-rw-r--r--TAO/tests/IDL_Test/anyunion.idl2
-rw-r--r--TAO/tests/IDL_Test/array.idl2
-rw-r--r--TAO/tests/IDL_Test/array_anon_nested.idl2
-rw-r--r--TAO/tests/IDL_Test/array_only.idl2
-rw-r--r--TAO/tests/IDL_Test/constants.idl2
-rw-r--r--TAO/tests/IDL_Test/dif2.idl2
-rw-r--r--TAO/tests/IDL_Test/enum_in_struct.idl2
-rw-r--r--TAO/tests/IDL_Test/full.idl2
-rw-r--r--TAO/tests/IDL_Test/fwd.idl2
-rw-r--r--TAO/tests/IDL_Test/generic_object.idl2
-rw-r--r--TAO/tests/IDL_Test/gperf.idl2
-rw-r--r--TAO/tests/IDL_Test/included.idl2
-rw-r--r--TAO/tests/IDL_Test/including.idl2
-rw-r--r--TAO/tests/IDL_Test/inherit.idl2
-rw-r--r--TAO/tests/IDL_Test/interface.idl2
-rw-r--r--TAO/tests/IDL_Test/invalid_scoping1.idl2
-rw-r--r--TAO/tests/IDL_Test/invalid_scoping2.idl2
-rw-r--r--TAO/tests/IDL_Test/keywords.idl2
-rw-r--r--TAO/tests/IDL_Test/main.cpp2
-rw-r--r--TAO/tests/IDL_Test/module.idl2
-rw-r--r--TAO/tests/IDL_Test/nested_scope.idl2
-rw-r--r--TAO/tests/IDL_Test/old_array.idl2
-rw-r--r--TAO/tests/IDL_Test/old_constants.idl2
-rw-r--r--TAO/tests/IDL_Test/old_sequence.idl2
-rw-r--r--TAO/tests/IDL_Test/old_struct.idl2
-rw-r--r--TAO/tests/IDL_Test/old_union.idl2
-rw-r--r--TAO/tests/IDL_Test/old_union2.idl2
-rw-r--r--TAO/tests/IDL_Test/params.idl2
-rw-r--r--TAO/tests/IDL_Test/pragma.idl2
-rw-r--r--TAO/tests/IDL_Test/primtypes.idl2
-rw-r--r--TAO/tests/IDL_Test/reopen_include1.idl2
-rw-r--r--TAO/tests/IDL_Test/reopen_include2.idl2
-rw-r--r--TAO/tests/IDL_Test/reopened_modules.idl2
-rw-r--r--TAO/tests/IDL_Test/repo_id_mod.idl2
-rw-r--r--TAO/tests/IDL_Test/sequence.idl2
-rw-r--r--TAO/tests/IDL_Test/simple.idl2
-rw-r--r--TAO/tests/IDL_Test/simple2.idl2
-rw-r--r--TAO/tests/IDL_Test/string_value.idl2
-rw-r--r--TAO/tests/IDL_Test/typecode.idl2
-rw-r--r--TAO/tests/IDL_Test/typedef.idl2
-rw-r--r--TAO/tests/IDL_Test/union.idl2
-rw-r--r--TAO/tests/IDL_Test/valuetype.idl2
43 files changed, 0 insertions, 86 deletions
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