summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/AMI
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/HTIOP/AMI')
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/Test_Output.cpp2
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/ami_test.idl2
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.cpp2
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h2
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/client.cpp2
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/server.cpp2
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp2
7 files changed, 0 insertions, 14 deletions
diff --git a/TAO/orbsvcs/tests/HTIOP/AMI/Test_Output.cpp b/TAO/orbsvcs/tests/HTIOP/AMI/Test_Output.cpp
index 9ef8d637b67..db29e15efe0 100644
--- a/TAO/orbsvcs/tests/HTIOP/AMI/Test_Output.cpp
+++ b/TAO/orbsvcs/tests/HTIOP/AMI/Test_Output.cpp
@@ -4,8 +4,6 @@
/**
* @file Test_Output.cpp
*
- * $Id$
- *
* This file factors out common macros and other utilities used by the
* ACE automated regression tests.
*
diff --git a/TAO/orbsvcs/tests/HTIOP/AMI/ami_test.idl b/TAO/orbsvcs/tests/HTIOP/AMI/ami_test.idl
index c4d33f656f8..ce44f4ea674 100644
--- a/TAO/orbsvcs/tests/HTIOP/AMI/ami_test.idl
+++ b/TAO/orbsvcs/tests/HTIOP/AMI/ami_test.idl
@@ -3,8 +3,6 @@
/**
* @file ami_test.idl
*
- * $Id$
- *
* IDL description of the AMI Test interface
*
*
diff --git a/TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.cpp b/TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.cpp
index ea0980fbae4..22d7887cf01 100644
--- a/TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.cpp
+++ b/TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.cpp
@@ -3,8 +3,6 @@
/**
* @file ami_test_i.cpp
*
- * $Id$
- *
* Implementation of the AMI Test interface.
*
*
diff --git a/TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h b/TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h
index c68c30c50c8..68eca82c1d7 100644
--- a/TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h
+++ b/TAO/orbsvcs/tests/HTIOP/AMI/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/orbsvcs/tests/HTIOP/AMI/client.cpp b/TAO/orbsvcs/tests/HTIOP/AMI/client.cpp
index 29025fc16a1..4d9b5e0e3ed 100644
--- a/TAO/orbsvcs/tests/HTIOP/AMI/client.cpp
+++ b/TAO/orbsvcs/tests/HTIOP/AMI/client.cpp
@@ -3,8 +3,6 @@
/**
* @file client.cpp
*
- * $Id$
- *
* A client which uses the AMI callback model.
*
* @author Alexander Babu Arulanthu <alex@cs.wustl.edu>
diff --git a/TAO/orbsvcs/tests/HTIOP/AMI/server.cpp b/TAO/orbsvcs/tests/HTIOP/AMI/server.cpp
index c3f615b3802..fe83ddd2d85 100644
--- a/TAO/orbsvcs/tests/HTIOP/AMI/server.cpp
+++ b/TAO/orbsvcs/tests/HTIOP/AMI/server.cpp
@@ -3,8 +3,6 @@
/**
* @file server.cpp
*
- * $Id$
- *
* Implementation of the server.
*
*
diff --git a/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp b/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
index 8d23e53976b..da63883d330 100644
--- a/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
+++ b/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
@@ -3,8 +3,6 @@
/**
* @file simple_client.cpp
*
- * $Id$
- *
* A very simple client which uses the AMI callback model.
*
*