summaryrefslogtreecommitdiff
path: root/TAO/interop-tests
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/interop-tests')
-rw-r--r--TAO/interop-tests/CdrOutArg/idl/test.idl2
-rw-r--r--TAO/interop-tests/CdrOutArg/orbix/test_i.h2
-rw-r--r--TAO/interop-tests/CdrOutArg/tao/test_i.h2
-rw-r--r--TAO/interop-tests/wchar/client.cpp2
-rw-r--r--TAO/interop-tests/wchar/server.cpp2
-rw-r--r--TAO/interop-tests/wchar/wchar_reference.cpp2
-rw-r--r--TAO/interop-tests/wchar/wchar_reference.h2
7 files changed, 0 insertions, 14 deletions
diff --git a/TAO/interop-tests/CdrOutArg/idl/test.idl b/TAO/interop-tests/CdrOutArg/idl/test.idl
index bc825597432..31ce7056fac 100644
--- a/TAO/interop-tests/CdrOutArg/idl/test.idl
+++ b/TAO/interop-tests/CdrOutArg/idl/test.idl
@@ -3,8 +3,6 @@
/**
* @file test.idl
*
- * $Id$
- *
* Test to verify the correctness of the fix for bug 4141
*
* @author Phil Mesnier <mesnier_p@ociweb.com>
diff --git a/TAO/interop-tests/CdrOutArg/orbix/test_i.h b/TAO/interop-tests/CdrOutArg/orbix/test_i.h
index 3e23599559e..14526258346 100644
--- a/TAO/interop-tests/CdrOutArg/orbix/test_i.h
+++ b/TAO/interop-tests/CdrOutArg/orbix/test_i.h
@@ -4,8 +4,6 @@
/**
* @file test_i.h
*
- * $Id$
- *
* @author Phil Mesnier
*/
//=============================================================================
diff --git a/TAO/interop-tests/CdrOutArg/tao/test_i.h b/TAO/interop-tests/CdrOutArg/tao/test_i.h
index 2d1c46e48bd..087c0c86fbf 100644
--- a/TAO/interop-tests/CdrOutArg/tao/test_i.h
+++ b/TAO/interop-tests/CdrOutArg/tao/test_i.h
@@ -4,8 +4,6 @@
/**
* @file test_i.h
*
- * $Id$
- *
* @author Phil Mesnier
*/
//=============================================================================
diff --git a/TAO/interop-tests/wchar/client.cpp b/TAO/interop-tests/wchar/client.cpp
index 2318662bf35..f339f5f729c 100644
--- a/TAO/interop-tests/wchar/client.cpp
+++ b/TAO/interop-tests/wchar/client.cpp
@@ -4,8 +4,6 @@
/**
* @file client.cpp
*
- * $Id$
- *
* C++ client side for testing interoperability with wchar data.
*
*
diff --git a/TAO/interop-tests/wchar/server.cpp b/TAO/interop-tests/wchar/server.cpp
index 54ca14054f4..3dac9b2361e 100644
--- a/TAO/interop-tests/wchar/server.cpp
+++ b/TAO/interop-tests/wchar/server.cpp
@@ -4,8 +4,6 @@
/**
* @file server.cpp
*
- * $Id$
- *
* C++ server side for testing interoperability with wchar data.
*
*
diff --git a/TAO/interop-tests/wchar/wchar_reference.cpp b/TAO/interop-tests/wchar/wchar_reference.cpp
index 7a7031c904b..25ad67431b4 100644
--- a/TAO/interop-tests/wchar/wchar_reference.cpp
+++ b/TAO/interop-tests/wchar/wchar_reference.cpp
@@ -4,8 +4,6 @@
/**
* @file wchar_reference.cpp
*
- * $Id$
- *
* C++ reference data for testing interoperability with wchars. This is
* linked into both clients and servers so that both sides have common
* values for testing what is received or sent.
diff --git a/TAO/interop-tests/wchar/wchar_reference.h b/TAO/interop-tests/wchar/wchar_reference.h
index beac9b4ae32..8fcfd6445e8 100644
--- a/TAO/interop-tests/wchar/wchar_reference.h
+++ b/TAO/interop-tests/wchar/wchar_reference.h
@@ -4,8 +4,6 @@
/**
* @file wchar_reference.h
*
- * $Id$
- *
* C++ reference data for testing interoperability with wchars. This is
* linked into both clients and servers so that both sides have common
* values for testing what is received or sent.