summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2399_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_2399_Regression
parent0fbdabcd0a8970712cbbdef06465d061a4ec13c4 (diff)
downloadATCD-c88815f2039e7152d735c18650c102df84d9aa36.tar.gz
Removed single line Id tag
Diffstat (limited to 'TAO/tests/Bug_2399_Regression')
-rw-r--r--TAO/tests/Bug_2399_Regression/Bug_2399_Regression.mpc1
-rw-r--r--TAO/tests/Bug_2399_Regression/included.idl2
-rw-r--r--TAO/tests/Bug_2399_Regression/mytmp/included.idl2
-rw-r--r--TAO/tests/Bug_2399_Regression/test.cpp2
-rw-r--r--TAO/tests/Bug_2399_Regression/test.idl2
5 files changed, 0 insertions, 9 deletions
diff --git a/TAO/tests/Bug_2399_Regression/Bug_2399_Regression.mpc b/TAO/tests/Bug_2399_Regression/Bug_2399_Regression.mpc
index 6397809c1be..a4dc937e8b4 100644
--- a/TAO/tests/Bug_2399_Regression/Bug_2399_Regression.mpc
+++ b/TAO/tests/Bug_2399_Regression/Bug_2399_Regression.mpc
@@ -1,5 +1,4 @@
// -*- MPC -*-
-// $Id$
project (*Test) : taoserver {
exename = test
idlflags += -t ./mytmp
diff --git a/TAO/tests/Bug_2399_Regression/included.idl b/TAO/tests/Bug_2399_Regression/included.idl
index ed8e9a102a1..6cda4c9e4b6 100644
--- a/TAO/tests/Bug_2399_Regression/included.idl
+++ b/TAO/tests/Bug_2399_Regression/included.idl
@@ -1,5 +1,3 @@
-// $Id$
-
interface Parent
{
};
diff --git a/TAO/tests/Bug_2399_Regression/mytmp/included.idl b/TAO/tests/Bug_2399_Regression/mytmp/included.idl
index df4a6fa7b06..fb71a2f27d8 100644
--- a/TAO/tests/Bug_2399_Regression/mytmp/included.idl
+++ b/TAO/tests/Bug_2399_Regression/mytmp/included.idl
@@ -1,3 +1 @@
-// $Id$
-
This file should not be compiled at all.
diff --git a/TAO/tests/Bug_2399_Regression/test.cpp b/TAO/tests/Bug_2399_Regression/test.cpp
index 4b120707c8e..546f2de72db 100644
--- a/TAO/tests/Bug_2399_Regression/test.cpp
+++ b/TAO/tests/Bug_2399_Regression/test.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "testC.h"
int
diff --git a/TAO/tests/Bug_2399_Regression/test.idl b/TAO/tests/Bug_2399_Regression/test.idl
index b0e1cbac672..72441bfb55a 100644
--- a/TAO/tests/Bug_2399_Regression/test.idl
+++ b/TAO/tests/Bug_2399_Regression/test.idl
@@ -1,5 +1,3 @@
-// $Id$
-
#include "included.idl"
interface Child : Parent