summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2909_Regression
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2909_Regression')
-rw-r--r--TAO/tests/Bug_2909_Regression/ami_test.idl2
-rw-r--r--TAO/tests/Bug_2909_Regression/ami_test_i.cpp2
-rw-r--r--TAO/tests/Bug_2909_Regression/ami_test_i.h2
-rw-r--r--TAO/tests/Bug_2909_Regression/client.cpp2
4 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tests/Bug_2909_Regression/ami_test.idl b/TAO/tests/Bug_2909_Regression/ami_test.idl
index 545b5ea2272..04747737fbf 100644
--- a/TAO/tests/Bug_2909_Regression/ami_test.idl
+++ b/TAO/tests/Bug_2909_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_2909_Regression/ami_test_i.cpp b/TAO/tests/Bug_2909_Regression/ami_test_i.cpp
index 7b31c795f47..5972f9c55fa 100644
--- a/TAO/tests/Bug_2909_Regression/ami_test_i.cpp
+++ b/TAO/tests/Bug_2909_Regression/ami_test_i.cpp
@@ -3,8 +3,6 @@
/**
* @file ami_test_i.cpp
*
- * $Id$
- *
* Implementation of the AMI Test interface.
*
* @author Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/TAO/tests/Bug_2909_Regression/ami_test_i.h b/TAO/tests/Bug_2909_Regression/ami_test_i.h
index c9cff1d6cca..1df67e21f06 100644
--- a/TAO/tests/Bug_2909_Regression/ami_test_i.h
+++ b/TAO/tests/Bug_2909_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_2909_Regression/client.cpp b/TAO/tests/Bug_2909_Regression/client.cpp
index 0c00328eb04..dd7cfbc2247 100644
--- a/TAO/tests/Bug_2909_Regression/client.cpp
+++ b/TAO/tests/Bug_2909_Regression/client.cpp
@@ -3,8 +3,6 @@
/**
* @file client.cpp
*
- * $Id$
- *
* A client which uses the AMI callback model and tests whether exceptions
* are redirected to the reply handler when client and servant are
*