summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2375_Regression
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2375_Regression')
-rw-r--r--TAO/tests/Bug_2375_Regression/Bug_2375_Regression.mpc1
-rw-r--r--TAO/tests/Bug_2375_Regression/test.cpp1
-rw-r--r--TAO/tests/Bug_2375_Regression/test.idl1
3 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tests/Bug_2375_Regression/Bug_2375_Regression.mpc b/TAO/tests/Bug_2375_Regression/Bug_2375_Regression.mpc
index d428b0fce50..40c359df4de 100644
--- a/TAO/tests/Bug_2375_Regression/Bug_2375_Regression.mpc
+++ b/TAO/tests/Bug_2375_Regression/Bug_2375_Regression.mpc
@@ -1,5 +1,4 @@
// -*- MPC -*-
-// $Id$
project (*Test) : taoserver, valuetype {
exename = test
Source_Files {
diff --git a/TAO/tests/Bug_2375_Regression/test.cpp b/TAO/tests/Bug_2375_Regression/test.cpp
index 18e51e6d539..c7a97c174ca 100644
--- a/TAO/tests/Bug_2375_Regression/test.cpp
+++ b/TAO/tests/Bug_2375_Regression/test.cpp
@@ -1,4 +1,3 @@
-// $Id$
#include "testC.h"
class MyTestValuetypeFactory : public TestValuetype_init {
public:
diff --git a/TAO/tests/Bug_2375_Regression/test.idl b/TAO/tests/Bug_2375_Regression/test.idl
index a6ee7413825..e62c9b1ab34 100644
--- a/TAO/tests/Bug_2375_Regression/test.idl
+++ b/TAO/tests/Bug_2375_Regression/test.idl
@@ -1,4 +1,3 @@
-// $Id$
valuetype TestValuetype {
factory create(in boolean b, in short s);
};