summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3567_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_3567_Regression
parentc88815f2039e7152d735c18650c102df84d9aa36 (diff)
downloadATCD-7b07caedd286b60f2ed3d99d78f3d4407511d936.tar.gz
Remove doxygen style Id tag with two space before $Id#
Diffstat (limited to 'TAO/tests/Bug_3567_Regression')
-rw-r--r--TAO/tests/Bug_3567_Regression/ami_test.idl2
-rw-r--r--TAO/tests/Bug_3567_Regression/ami_test_i.cpp2
-rw-r--r--TAO/tests/Bug_3567_Regression/ami_test_i.h2
-rw-r--r--TAO/tests/Bug_3567_Regression/client.cpp2
-rw-r--r--TAO/tests/Bug_3567_Regression/server.cpp2
5 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tests/Bug_3567_Regression/ami_test.idl b/TAO/tests/Bug_3567_Regression/ami_test.idl
index ffdc66d63d5..6e6d72f7d81 100644
--- a/TAO/tests/Bug_3567_Regression/ami_test.idl
+++ b/TAO/tests/Bug_3567_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_3567_Regression/ami_test_i.cpp b/TAO/tests/Bug_3567_Regression/ami_test_i.cpp
index c2f5f3bf243..e726be23969 100644
--- a/TAO/tests/Bug_3567_Regression/ami_test_i.cpp
+++ b/TAO/tests/Bug_3567_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_3567_Regression/ami_test_i.h b/TAO/tests/Bug_3567_Regression/ami_test_i.h
index 06ea83ef20f..22f9b58728f 100644
--- a/TAO/tests/Bug_3567_Regression/ami_test_i.h
+++ b/TAO/tests/Bug_3567_Regression/ami_test_i.h
@@ -3,8 +3,6 @@
/**
* @file ami_test_i.h
*
- * $Id$
- *
* @author Michael Kircher <Michael.Kircher@mchp.siemens.de>
*/
//=============================================================================
diff --git a/TAO/tests/Bug_3567_Regression/client.cpp b/TAO/tests/Bug_3567_Regression/client.cpp
index a3e7f9b8d02..1ebbc8bde8e 100644
--- a/TAO/tests/Bug_3567_Regression/client.cpp
+++ b/TAO/tests/Bug_3567_Regression/client.cpp
@@ -3,8 +3,6 @@
/**
* @file client.cpp
*
- * $Id$
- *
* A client which uses the AMI callback model.
*/
//=============================================================================
diff --git a/TAO/tests/Bug_3567_Regression/server.cpp b/TAO/tests/Bug_3567_Regression/server.cpp
index cdcc3991947..ed6b94730cb 100644
--- a/TAO/tests/Bug_3567_Regression/server.cpp
+++ b/TAO/tests/Bug_3567_Regression/server.cpp
@@ -3,8 +3,6 @@
/**
* @file server.cpp
*
- * $Id$
- *
* Implementation of the server.
*
*