summaryrefslogtreecommitdiff
path: root/TAO/tests/CollocationLockup
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/CollocationLockup
parent0fbdabcd0a8970712cbbdef06465d061a4ec13c4 (diff)
downloadATCD-c88815f2039e7152d735c18650c102df84d9aa36.tar.gz
Removed single line Id tag
Diffstat (limited to 'TAO/tests/CollocationLockup')
-rw-r--r--TAO/tests/CollocationLockup/AB.idl2
-rw-r--r--TAO/tests/CollocationLockup/CollocationLockup.cpp2
-rw-r--r--TAO/tests/CollocationLockup/CollocationLockup.mpc2
-rw-r--r--TAO/tests/CollocationLockup/SimpleNamingService.cpp2
-rw-r--r--TAO/tests/CollocationLockup/SimpleNamingService.idl2
5 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tests/CollocationLockup/AB.idl b/TAO/tests/CollocationLockup/AB.idl
index fe65905edb6..c4d2df0c040 100644
--- a/TAO/tests/CollocationLockup/AB.idl
+++ b/TAO/tests/CollocationLockup/AB.idl
@@ -1,5 +1,3 @@
-// $Id$
-
interface A {
};
diff --git a/TAO/tests/CollocationLockup/CollocationLockup.cpp b/TAO/tests/CollocationLockup/CollocationLockup.cpp
index f3095a294db..b71122bc23b 100644
--- a/TAO/tests/CollocationLockup/CollocationLockup.cpp
+++ b/TAO/tests/CollocationLockup/CollocationLockup.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
/**
* CollocationLockup.cpp
* This is regression test against bug #2130.
diff --git a/TAO/tests/CollocationLockup/CollocationLockup.mpc b/TAO/tests/CollocationLockup/CollocationLockup.mpc
index a5b1b48cfd6..aa84216fdc7 100644
--- a/TAO/tests/CollocationLockup/CollocationLockup.mpc
+++ b/TAO/tests/CollocationLockup/CollocationLockup.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*idl): taoidldefaults {
IDL_Files {
AB.idl
diff --git a/TAO/tests/CollocationLockup/SimpleNamingService.cpp b/TAO/tests/CollocationLockup/SimpleNamingService.cpp
index aab58a55d1e..97aab729a41 100644
--- a/TAO/tests/CollocationLockup/SimpleNamingService.cpp
+++ b/TAO/tests/CollocationLockup/SimpleNamingService.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
/**
* SimpleNamingService.cpp
* This is part of the regression test against bug #2130.
diff --git a/TAO/tests/CollocationLockup/SimpleNamingService.idl b/TAO/tests/CollocationLockup/SimpleNamingService.idl
index e76b077308f..78ebf9b82b8 100644
--- a/TAO/tests/CollocationLockup/SimpleNamingService.idl
+++ b/TAO/tests/CollocationLockup/SimpleNamingService.idl
@@ -1,5 +1,3 @@
-// $Id$
-
/// This is a degenerate Naming Service that only binds one object
interface SimpleNamingService {