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/Bug_2350_Regression.idl2
-rw-r--r--TAO/tests/IDL_Test/Bug_2577_Regression.idl2
-rw-r--r--TAO/tests/IDL_Test/Bug_2582_Regression.idl2
-rw-r--r--TAO/tests/IDL_Test/Bug_2583_Regression.idl2
-rw-r--r--TAO/tests/IDL_Test/Bug_2616_Regression.idl2
-rw-r--r--TAO/tests/IDL_Test/Bug_2619_Regression.idl2
-rw-r--r--TAO/tests/IDL_Test/Bug_3243_Regression.idl2
-rw-r--r--TAO/tests/IDL_Test/Bug_3312_Regression.idl2
-rw-r--r--TAO/tests/IDL_Test/Bug_3819_Regression.idl2
-rw-r--r--TAO/tests/IDL_Test/Bug_3821_Regression.idl2
-rw-r--r--TAO/tests/IDL_Test/IDL_Test.mpc2
-rw-r--r--TAO/tests/IDL_Test/PEMNaming.idl2
-rw-r--r--TAO/tests/IDL_Test/attribute.idl2
-rw-r--r--TAO/tests/IDL_Test/loader_const.idl2
-rw-r--r--TAO/tests/IDL_Test/struct.idl1
-rw-r--r--TAO/tests/IDL_Test/typeprefix.idl2
16 files changed, 0 insertions, 31 deletions
diff --git a/TAO/tests/IDL_Test/Bug_2350_Regression.idl b/TAO/tests/IDL_Test/Bug_2350_Regression.idl
index 1a24b054a21..9e9836ac7a4 100644
--- a/TAO/tests/IDL_Test/Bug_2350_Regression.idl
+++ b/TAO/tests/IDL_Test/Bug_2350_Regression.idl
@@ -1,5 +1,3 @@
-// $Id$
-
exception something
{
};
diff --git a/TAO/tests/IDL_Test/Bug_2577_Regression.idl b/TAO/tests/IDL_Test/Bug_2577_Regression.idl
index 9b7b9ffa3af..1175c3f446f 100644
--- a/TAO/tests/IDL_Test/Bug_2577_Regression.idl
+++ b/TAO/tests/IDL_Test/Bug_2577_Regression.idl
@@ -1,5 +1,3 @@
-// $Id$
-
// Test Bug 2577
struct DateTime_T
diff --git a/TAO/tests/IDL_Test/Bug_2582_Regression.idl b/TAO/tests/IDL_Test/Bug_2582_Regression.idl
index 9eacd797660..27e81c3d0d9 100644
--- a/TAO/tests/IDL_Test/Bug_2582_Regression.idl
+++ b/TAO/tests/IDL_Test/Bug_2582_Regression.idl
@@ -1,5 +1,3 @@
-// $Id$
-
// Test Bug 2582
enum EncodingID_T
diff --git a/TAO/tests/IDL_Test/Bug_2583_Regression.idl b/TAO/tests/IDL_Test/Bug_2583_Regression.idl
index e524981b54c..2bd64076c5a 100644
--- a/TAO/tests/IDL_Test/Bug_2583_Regression.idl
+++ b/TAO/tests/IDL_Test/Bug_2583_Regression.idl
@@ -1,5 +1,3 @@
-// $Id$
-
// Test Bug 2583
module Test {
diff --git a/TAO/tests/IDL_Test/Bug_2616_Regression.idl b/TAO/tests/IDL_Test/Bug_2616_Regression.idl
index 916d4db404e..7906cf11f8f 100644
--- a/TAO/tests/IDL_Test/Bug_2616_Regression.idl
+++ b/TAO/tests/IDL_Test/Bug_2616_Regression.idl
@@ -1,5 +1,3 @@
-// $Id$
-
// Test Bug 2616
struct AA
diff --git a/TAO/tests/IDL_Test/Bug_2619_Regression.idl b/TAO/tests/IDL_Test/Bug_2619_Regression.idl
index 4d95f523a0e..223c77a33cd 100644
--- a/TAO/tests/IDL_Test/Bug_2619_Regression.idl
+++ b/TAO/tests/IDL_Test/Bug_2619_Regression.idl
@@ -1,5 +1,3 @@
-// $Id$
-
// Test Bug 2619
struct Type_T
diff --git a/TAO/tests/IDL_Test/Bug_3243_Regression.idl b/TAO/tests/IDL_Test/Bug_3243_Regression.idl
index ddc61040a8e..17308963efb 100644
--- a/TAO/tests/IDL_Test/Bug_3243_Regression.idl
+++ b/TAO/tests/IDL_Test/Bug_3243_Regression.idl
@@ -1,5 +1,3 @@
-// $Id$
-
// Test Bug 3243
const long long NptNow = 0x80000000;
diff --git a/TAO/tests/IDL_Test/Bug_3312_Regression.idl b/TAO/tests/IDL_Test/Bug_3312_Regression.idl
index 25c96b4ac7e..3d1e480b534 100644
--- a/TAO/tests/IDL_Test/Bug_3312_Regression.idl
+++ b/TAO/tests/IDL_Test/Bug_3312_Regression.idl
@@ -1,5 +1,3 @@
-// $Id$
-
module CallMe
{
enum Colors { Red, Green, Blue };
diff --git a/TAO/tests/IDL_Test/Bug_3819_Regression.idl b/TAO/tests/IDL_Test/Bug_3819_Regression.idl
index f5eff4a043f..3b0a15676e7 100644
--- a/TAO/tests/IDL_Test/Bug_3819_Regression.idl
+++ b/TAO/tests/IDL_Test/Bug_3819_Regression.idl
@@ -1,5 +1,3 @@
-// $Id$
-
module orange {
module apple {
valuetype Foo;
diff --git a/TAO/tests/IDL_Test/Bug_3821_Regression.idl b/TAO/tests/IDL_Test/Bug_3821_Regression.idl
index fb1fd5a0f07..bd10ab38ec2 100644
--- a/TAO/tests/IDL_Test/Bug_3821_Regression.idl
+++ b/TAO/tests/IDL_Test/Bug_3821_Regression.idl
@@ -1,5 +1,3 @@
-// $Id$
-
module test {
enum Enumeration {
Enum1,
diff --git a/TAO/tests/IDL_Test/IDL_Test.mpc b/TAO/tests/IDL_Test/IDL_Test.mpc
index dc063f9f1e1..7f439bb428c 100644
--- a/TAO/tests/IDL_Test/IDL_Test.mpc
+++ b/TAO/tests/IDL_Test/IDL_Test.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*IDL): taoserver, messaging, gen_ostream {
custom_only=1
idlflags += -GC -GH -Gd -GT
diff --git a/TAO/tests/IDL_Test/PEMNaming.idl b/TAO/tests/IDL_Test/PEMNaming.idl
index 9248319643c..d90a10c0f86 100644
--- a/TAO/tests/IDL_Test/PEMNaming.idl
+++ b/TAO/tests/IDL_Test/PEMNaming.idl
@@ -1,5 +1,3 @@
-// $Id$
-
#ifndef _PEM_NAMING_IDL_
#define _PEM_NAMING_IDL_
diff --git a/TAO/tests/IDL_Test/attribute.idl b/TAO/tests/IDL_Test/attribute.idl
index 9762b92bed7..79ed7a197f6 100644
--- a/TAO/tests/IDL_Test/attribute.idl
+++ b/TAO/tests/IDL_Test/attribute.idl
@@ -1,5 +1,3 @@
-// $Id$
-
module Hello
{
exception InternalErrorA
diff --git a/TAO/tests/IDL_Test/loader_const.idl b/TAO/tests/IDL_Test/loader_const.idl
index 5eee3b0d563..2156a437eef 100644
--- a/TAO/tests/IDL_Test/loader_const.idl
+++ b/TAO/tests/IDL_Test/loader_const.idl
@@ -1,5 +1,3 @@
-// $Id$
-
#ifndef _LOADER_CONST_IDL_
#define _LOADER_CONST_IDL_
diff --git a/TAO/tests/IDL_Test/struct.idl b/TAO/tests/IDL_Test/struct.idl
index ad06f2f5134..bd80df37061 100644
--- a/TAO/tests/IDL_Test/struct.idl
+++ b/TAO/tests/IDL_Test/struct.idl
@@ -1,4 +1,3 @@
-// $Id$
// Double forward declared struct test, created by Martin Corino <mcorino@remedy.nl>
module Test
diff --git a/TAO/tests/IDL_Test/typeprefix.idl b/TAO/tests/IDL_Test/typeprefix.idl
index 67e4d1ac709..5fb34afb825 100644
--- a/TAO/tests/IDL_Test/typeprefix.idl
+++ b/TAO/tests/IDL_Test/typeprefix.idl
@@ -1,5 +1,3 @@
-// $Id$
-
// Test a construct with typeprefix which failed when TAO_IDL was build
// with Intel C++ or Sun C++