summaryrefslogtreecommitdiff
path: root/ACE/netsvcs/clients
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:15:20 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:15:20 +0100
commit7b07caedd286b60f2ed3d99d78f3d4407511d936 (patch)
treeadc82ce5f5b1d3097ae071300bf9d6fc35cb27a0 /ACE/netsvcs/clients
parentc88815f2039e7152d735c18650c102df84d9aa36 (diff)
downloadATCD-7b07caedd286b60f2ed3d99d78f3d4407511d936.tar.gz
Remove doxygen style Id tag with two space before $Id#
Diffstat (limited to 'ACE/netsvcs/clients')
-rw-r--r--ACE/netsvcs/clients/Tokens/collection/collection.cpp2
-rw-r--r--ACE/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp2
-rw-r--r--ACE/netsvcs/clients/Tokens/invariant/invariant.cpp2
-rw-r--r--ACE/netsvcs/clients/Tokens/manual/manual.cpp2
-rw-r--r--ACE/netsvcs/clients/Tokens/mutex/test_mutex.cpp2
-rw-r--r--ACE/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp2
6 files changed, 0 insertions, 12 deletions
diff --git a/ACE/netsvcs/clients/Tokens/collection/collection.cpp b/ACE/netsvcs/clients/Tokens/collection/collection.cpp
index db819aab495..568fd3f8a4e 100644
--- a/ACE/netsvcs/clients/Tokens/collection/collection.cpp
+++ b/ACE/netsvcs/clients/Tokens/collection/collection.cpp
@@ -3,8 +3,6 @@
/**
* @file collection.cpp
*
- * $Id$
- *
* Shows how applications can use the ACE_Token_Collection
* utility. This example creates three collections and spawns a
* thread to operate on each. The threads use the collective
diff --git a/ACE/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp b/ACE/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
index e21ddab5a9d..e6f4b2826c9 100644
--- a/ACE/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
+++ b/ACE/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
@@ -3,8 +3,6 @@
/**
* @file deadlock_detection_test.cpp
*
- * $Id$
- *
* @author Tim Harrison
*/
//=============================================================================
diff --git a/ACE/netsvcs/clients/Tokens/invariant/invariant.cpp b/ACE/netsvcs/clients/Tokens/invariant/invariant.cpp
index ad3335eda8f..55d7b02ee4e 100644
--- a/ACE/netsvcs/clients/Tokens/invariant/invariant.cpp
+++ b/ACE/netsvcs/clients/Tokens/invariant/invariant.cpp
@@ -3,8 +3,6 @@
/**
* @file invariant.cpp
*
- * $Id$
- *
* @author Tim Harrison
*/
//=============================================================================
diff --git a/ACE/netsvcs/clients/Tokens/manual/manual.cpp b/ACE/netsvcs/clients/Tokens/manual/manual.cpp
index a4e6de2bcb4..ebad00c2f49 100644
--- a/ACE/netsvcs/clients/Tokens/manual/manual.cpp
+++ b/ACE/netsvcs/clients/Tokens/manual/manual.cpp
@@ -3,8 +3,6 @@
/**
* @file manual.cpp
*
- * $Id$
- *
* Allows manual operations on local and remote tokens.
*
*
diff --git a/ACE/netsvcs/clients/Tokens/mutex/test_mutex.cpp b/ACE/netsvcs/clients/Tokens/mutex/test_mutex.cpp
index da98bc4b55c..a78d6e0ac6d 100644
--- a/ACE/netsvcs/clients/Tokens/mutex/test_mutex.cpp
+++ b/ACE/netsvcs/clients/Tokens/mutex/test_mutex.cpp
@@ -3,8 +3,6 @@
/**
* @file test_mutex.cpp
*
- * $Id$
- *
* @author Tim Harrison
*/
//=============================================================================
diff --git a/ACE/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp b/ACE/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp
index d4d4496122a..a36f60476cd 100644
--- a/ACE/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp
+++ b/ACE/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp
@@ -3,8 +3,6 @@
/**
* @file rw_locks.cpp
*
- * $Id$
- *
* test_rw_locks shows how to use ACE_Local_RLock, ACE_Local_WLock,
* ACE_Remote_RLock, and ACE_Remote_WLock.
*