summaryrefslogtreecommitdiff
path: root/TAO/tests/DIOP
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DIOP')
-rw-r--r--TAO/tests/DIOP/UDP_Client_i.h2
-rw-r--r--TAO/tests/DIOP/UDP_i.h2
-rw-r--r--TAO/tests/DIOP/client.cpp2
-rw-r--r--TAO/tests/DIOP/server.cpp2
4 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tests/DIOP/UDP_Client_i.h b/TAO/tests/DIOP/UDP_Client_i.h
index bc6d2580966..26129be8ac8 100644
--- a/TAO/tests/DIOP/UDP_Client_i.h
+++ b/TAO/tests/DIOP/UDP_Client_i.h
@@ -4,8 +4,6 @@
/**
* @file UDP_Client_i.h
*
- * $Id$
- *
* This class implements the client functionality of the UDP test.
*
*
diff --git a/TAO/tests/DIOP/UDP_i.h b/TAO/tests/DIOP/UDP_i.h
index 23a7b3da3e2..2951104bddc 100644
--- a/TAO/tests/DIOP/UDP_i.h
+++ b/TAO/tests/DIOP/UDP_i.h
@@ -4,8 +4,6 @@
/**
* @file UDP_i.h
*
- * $Id$
- *
* This class implements the server functionality of the UDP test.
* We support only single threaded servers, as we have a null mutex
* for locking our state.
diff --git a/TAO/tests/DIOP/client.cpp b/TAO/tests/DIOP/client.cpp
index 8fd43270900..6b0073ecf51 100644
--- a/TAO/tests/DIOP/client.cpp
+++ b/TAO/tests/DIOP/client.cpp
@@ -3,8 +3,6 @@
/**
* @file client.cpp
*
- * $Id$
- *
* This is the client for the UDP test.
*
*
diff --git a/TAO/tests/DIOP/server.cpp b/TAO/tests/DIOP/server.cpp
index a7372010e30..7565054d8a9 100644
--- a/TAO/tests/DIOP/server.cpp
+++ b/TAO/tests/DIOP/server.cpp
@@ -3,8 +3,6 @@
/**
* @file server.cpp
*
- * $Id$
- *
* Implementation of the server running the UDP object.
*
*