summaryrefslogtreecommitdiff
path: root/ACE/protocols/tests/HTBP
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/tests/HTBP')
-rw-r--r--ACE/protocols/tests/HTBP/Reactor_Tests/test_config.h2
-rw-r--r--ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp2
-rw-r--r--ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp2
3 files changed, 0 insertions, 6 deletions
diff --git a/ACE/protocols/tests/HTBP/Reactor_Tests/test_config.h b/ACE/protocols/tests/HTBP/Reactor_Tests/test_config.h
index d2047b4f121..3567e4c897f 100644
--- a/ACE/protocols/tests/HTBP/Reactor_Tests/test_config.h
+++ b/ACE/protocols/tests/HTBP/Reactor_Tests/test_config.h
@@ -5,8 +5,6 @@
/**
* @file test_config.h
*
- * $Id$
- *
* This file factors out common macros and other utilities used by the
* ACE automated regression tests.
*
diff --git a/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp b/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp
index e0a25c98b51..cee4e1b7f29 100644
--- a/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp
+++ b/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp
@@ -3,8 +3,6 @@
/**
* @file client.cpp
*
- * $Id$
- *
* receive methods, over HTBP. The test forks two processes or spawns
* two threads (depending upon the platform) and then executes client
* and server allowing them to connect and exchange data in ways
diff --git a/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp b/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp
index 0421c1481ec..a191762ed69 100644
--- a/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp
+++ b/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp
@@ -3,8 +3,6 @@
/**
* @file server.cpp
*
- * $Id$
- *
* receive methods, over HTBP. The test forks two processes or spawns
* two threads (depending upon the platform) and then executes client
* and server allowing them to connect and exchange data in ways