summaryrefslogtreecommitdiff
path: root/ACE/examples/Threads
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Threads')
-rw-r--r--ACE/examples/Threads/TSS_Data.h2
-rw-r--r--ACE/examples/Threads/TSS_Obj.h2
-rw-r--r--ACE/examples/Threads/TSS_Task.h2
-rw-r--r--ACE/examples/Threads/future1.cpp2
-rw-r--r--ACE/examples/Threads/future2.cpp2
-rw-r--r--ACE/examples/Threads/process_manager.cpp2
-rw-r--r--ACE/examples/Threads/task_five.cpp2
-rw-r--r--ACE/examples/Threads/tss1.cpp2
-rw-r--r--ACE/examples/Threads/tss2.cpp2
9 files changed, 0 insertions, 18 deletions
diff --git a/ACE/examples/Threads/TSS_Data.h b/ACE/examples/Threads/TSS_Data.h
index 9a837793d65..c10a1f8781e 100644
--- a/ACE/examples/Threads/TSS_Data.h
+++ b/ACE/examples/Threads/TSS_Data.h
@@ -3,8 +3,6 @@
/**
* @file TSS_Data.h
*
- * $Id$
- *
* @author Prashant Jain and Doug Schmidt
*/
//=============================================================================
diff --git a/ACE/examples/Threads/TSS_Obj.h b/ACE/examples/Threads/TSS_Obj.h
index 7e430ca09af..5b84ec03c95 100644
--- a/ACE/examples/Threads/TSS_Obj.h
+++ b/ACE/examples/Threads/TSS_Obj.h
@@ -3,8 +3,6 @@
/**
* @file TSS_Obj.h
*
- * $Id$
- *
* This program tests various features of ACE_Thread and the
* thread-specific storage variant of <ACE_SingletonEx>.
*
diff --git a/ACE/examples/Threads/TSS_Task.h b/ACE/examples/Threads/TSS_Task.h
index 289ef6db82f..0bb3a765f96 100644
--- a/ACE/examples/Threads/TSS_Task.h
+++ b/ACE/examples/Threads/TSS_Task.h
@@ -5,8 +5,6 @@
/**
* @file TSS_Task.h
*
- * $Id$
- *
* @author Prashant Jain and Doug Schmidt
*/
//=============================================================================
diff --git a/ACE/examples/Threads/future1.cpp b/ACE/examples/Threads/future1.cpp
index 008c57a5b8c..344f9121acc 100644
--- a/ACE/examples/Threads/future1.cpp
+++ b/ACE/examples/Threads/future1.cpp
@@ -3,8 +3,6 @@
/**
* @file future1.cpp
*
- * $Id$
- *
* This example tests the ACE Future.
*
*
diff --git a/ACE/examples/Threads/future2.cpp b/ACE/examples/Threads/future2.cpp
index df1eb8cc297..1f27cb82507 100644
--- a/ACE/examples/Threads/future2.cpp
+++ b/ACE/examples/Threads/future2.cpp
@@ -3,8 +3,6 @@
/**
* @file future2.cpp
*
- * $Id$
- *
* This example tests the ACE Future.
*
*
diff --git a/ACE/examples/Threads/process_manager.cpp b/ACE/examples/Threads/process_manager.cpp
index 6a690650533..6c35d7e55ba 100644
--- a/ACE/examples/Threads/process_manager.cpp
+++ b/ACE/examples/Threads/process_manager.cpp
@@ -3,8 +3,6 @@
/**
* @file process_manager.cpp
*
- * $Id$
- *
* Test out the mechanisms provided by the ACE_Process_Manager.
* Using the global ACE_Process_Manager::instance(), we first spawn
* some processes (re-invoke this program, and plain-old-fork on
diff --git a/ACE/examples/Threads/task_five.cpp b/ACE/examples/Threads/task_five.cpp
index d31547c3fc0..5f5279db1e9 100644
--- a/ACE/examples/Threads/task_five.cpp
+++ b/ACE/examples/Threads/task_five.cpp
@@ -3,8 +3,6 @@
/**
* @file task_five.cpp
*
- * $Id$
- *
* Stress testing thread creation and thread cancellation using
* ACE_Task.
*
diff --git a/ACE/examples/Threads/tss1.cpp b/ACE/examples/Threads/tss1.cpp
index 5a29db15411..cb9a48ceb4e 100644
--- a/ACE/examples/Threads/tss1.cpp
+++ b/ACE/examples/Threads/tss1.cpp
@@ -3,8 +3,6 @@
/**
* @file tss1.cpp
*
- * $Id$
- *
* This program tests thread specific storage of data. The ACE_TSS
* wrapper transparently ensures that the objects of this class
* will be placed in thread-specific storage. All calls on
diff --git a/ACE/examples/Threads/tss2.cpp b/ACE/examples/Threads/tss2.cpp
index c8debbf9a01..44dbe5171fb 100644
--- a/ACE/examples/Threads/tss2.cpp
+++ b/ACE/examples/Threads/tss2.cpp
@@ -3,8 +3,6 @@
/**
* @file tss2.cpp
*
- * $Id$
- *
* This program tests various features of ACE_Thread and the
* thread-specific storage variant of <ACE_Singleton>.
*