summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2375_Regression
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:12:49 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:12:49 +0100
commitc88815f2039e7152d735c18650c102df84d9aa36 (patch)
treea703b59c98e6739970c4f3b51396c2284c9ce12b /TAO/tests/Bug_2375_Regression
parent0fbdabcd0a8970712cbbdef06465d061a4ec13c4 (diff)
downloadATCD-c88815f2039e7152d735c18650c102df84d9aa36.tar.gz
Removed single line Id tag
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);
};