summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2356_Regression
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:15:20 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:15:20 +0100
commit7b07caedd286b60f2ed3d99d78f3d4407511d936 (patch)
treeadc82ce5f5b1d3097ae071300bf9d6fc35cb27a0 /TAO/tests/Bug_2356_Regression
parentc88815f2039e7152d735c18650c102df84d9aa36 (diff)
downloadATCD-7b07caedd286b60f2ed3d99d78f3d4407511d936.tar.gz
Remove doxygen style Id tag with two space before $Id#
Diffstat (limited to 'TAO/tests/Bug_2356_Regression')
-rw-r--r--TAO/tests/Bug_2356_Regression/ami_test.idl2
-rw-r--r--TAO/tests/Bug_2356_Regression/ami_test_i.cpp2
-rw-r--r--TAO/tests/Bug_2356_Regression/ami_test_i.h2
-rw-r--r--TAO/tests/Bug_2356_Regression/client.cpp2
-rw-r--r--TAO/tests/Bug_2356_Regression/server.cpp2
5 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tests/Bug_2356_Regression/ami_test.idl b/TAO/tests/Bug_2356_Regression/ami_test.idl
index c088eba7a4f..49e5cfa2858 100644
--- a/TAO/tests/Bug_2356_Regression/ami_test.idl
+++ b/TAO/tests/Bug_2356_Regression/ami_test.idl
@@ -3,8 +3,6 @@
/**
* @file ami_test.idl
*
- * $Id$
- *
* IDL description of the AMI Test interface
*
*
diff --git a/TAO/tests/Bug_2356_Regression/ami_test_i.cpp b/TAO/tests/Bug_2356_Regression/ami_test_i.cpp
index f40a59b3835..452f994208e 100644
--- a/TAO/tests/Bug_2356_Regression/ami_test_i.cpp
+++ b/TAO/tests/Bug_2356_Regression/ami_test_i.cpp
@@ -3,8 +3,6 @@
/**
* @file ami_test_i.cpp
*
- * $Id$
- *
* Implementation of the AMI Test interface.
*
*
diff --git a/TAO/tests/Bug_2356_Regression/ami_test_i.h b/TAO/tests/Bug_2356_Regression/ami_test_i.h
index c9cff1d6cca..1df67e21f06 100644
--- a/TAO/tests/Bug_2356_Regression/ami_test_i.h
+++ b/TAO/tests/Bug_2356_Regression/ami_test_i.h
@@ -3,8 +3,6 @@
/**
* @file ami_test_i.h
*
- * $Id$
- *
* @author Johnny Willemsen <jwillemsen@remedy.nl>
*/
//=============================================================================
diff --git a/TAO/tests/Bug_2356_Regression/client.cpp b/TAO/tests/Bug_2356_Regression/client.cpp
index 776495d4669..0dd0891c608 100644
--- a/TAO/tests/Bug_2356_Regression/client.cpp
+++ b/TAO/tests/Bug_2356_Regression/client.cpp
@@ -3,8 +3,6 @@
/**
* @file client.cpp
*
- * $Id$
- *
* A very simple client which uses the AMI callback model.
*
*
diff --git a/TAO/tests/Bug_2356_Regression/server.cpp b/TAO/tests/Bug_2356_Regression/server.cpp
index 2a53b746a50..af5d4c83d60 100644
--- a/TAO/tests/Bug_2356_Regression/server.cpp
+++ b/TAO/tests/Bug_2356_Regression/server.cpp
@@ -3,8 +3,6 @@
/**
* @file server.cpp
*
- * $Id$
- *
* Implementation of the server.
*
*