summaryrefslogtreecommitdiff
path: root/ACE/examples/Timer_Queue
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Timer_Queue')
-rw-r--r--ACE/examples/Timer_Queue/Async_Timer_Queue_Test.cpp2
-rw-r--r--ACE/examples/Timer_Queue/Async_Timer_Queue_Test.h2
-rw-r--r--ACE/examples/Timer_Queue/Custom_Handler.cpp2
-rw-r--r--ACE/examples/Timer_Queue/Custom_Handler.h2
-rw-r--r--ACE/examples/Timer_Queue/Driver.cpp2
-rw-r--r--ACE/examples/Timer_Queue/Driver.h2
-rw-r--r--ACE/examples/Timer_Queue/Reactor_Timer_Queue_Test.cpp2
-rw-r--r--ACE/examples/Timer_Queue/Reactor_Timer_Queue_Test.h2
-rw-r--r--ACE/examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.cpp2
-rw-r--r--ACE/examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.h2
-rw-r--r--ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.cpp2
-rw-r--r--ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.h2
-rw-r--r--ACE/examples/Timer_Queue/main_async.cpp2
-rw-r--r--ACE/examples/Timer_Queue/main_reactor.cpp2
-rw-r--r--ACE/examples/Timer_Queue/main_thread.cpp2
-rw-r--r--ACE/examples/Timer_Queue/main_thread_custom_handler.cpp2
16 files changed, 0 insertions, 32 deletions
diff --git a/ACE/examples/Timer_Queue/Async_Timer_Queue_Test.cpp b/ACE/examples/Timer_Queue/Async_Timer_Queue_Test.cpp
index 2fc564e95cf..000f2f9f553 100644
--- a/ACE/examples/Timer_Queue/Async_Timer_Queue_Test.cpp
+++ b/ACE/examples/Timer_Queue/Async_Timer_Queue_Test.cpp
@@ -3,8 +3,6 @@
/**
* @file Async_Timer_Queue_Test.cpp
*
- * $Id$
- *
* This test exercises the <ACE_Asynch_Timer_Queue_Adapter>
* using an <ACE_Timer_Heap>.
*
diff --git a/ACE/examples/Timer_Queue/Async_Timer_Queue_Test.h b/ACE/examples/Timer_Queue/Async_Timer_Queue_Test.h
index e9d7aef22b1..4ab892c64a5 100644
--- a/ACE/examples/Timer_Queue/Async_Timer_Queue_Test.h
+++ b/ACE/examples/Timer_Queue/Async_Timer_Queue_Test.h
@@ -5,8 +5,6 @@
/**
* @file Async_Timer_Queue_Test.h
*
- * $Id$
- *
* This test exercises the <ACE_Asynch_Timer_Queue_Adapter>
* using an <ACE_Timer_Heap>.
*
diff --git a/ACE/examples/Timer_Queue/Custom_Handler.cpp b/ACE/examples/Timer_Queue/Custom_Handler.cpp
index 73d51a449ee..6e4db911632 100644
--- a/ACE/examples/Timer_Queue/Custom_Handler.cpp
+++ b/ACE/examples/Timer_Queue/Custom_Handler.cpp
@@ -2,8 +2,6 @@
/**
* @file Custom_Handler.cpp
*
- * $Id$
- *
* This is a custom event handler to be used with the thread timer queue
* adapter, and its appropriate upcall.
*
diff --git a/ACE/examples/Timer_Queue/Custom_Handler.h b/ACE/examples/Timer_Queue/Custom_Handler.h
index 0d5ead57200..d1f910eb4cd 100644
--- a/ACE/examples/Timer_Queue/Custom_Handler.h
+++ b/ACE/examples/Timer_Queue/Custom_Handler.h
@@ -4,8 +4,6 @@
/**
* @file Custom_Handler.h
*
- * $Id$
- *
* This is a custom event handler to be used with the thread timer queue
* adapter, and its appropriate upcall.
*
diff --git a/ACE/examples/Timer_Queue/Driver.cpp b/ACE/examples/Timer_Queue/Driver.cpp
index e14ab85e533..ddf4d14067b 100644
--- a/ACE/examples/Timer_Queue/Driver.cpp
+++ b/ACE/examples/Timer_Queue/Driver.cpp
@@ -3,8 +3,6 @@
/**
* @file Driver.cpp
*
- * $Id$
- *
* This code builds an abstraction to factor out common code for
* the different implementations of the Timer_Queue.
*
diff --git a/ACE/examples/Timer_Queue/Driver.h b/ACE/examples/Timer_Queue/Driver.h
index d927e2f60a0..824bed2c5e7 100644
--- a/ACE/examples/Timer_Queue/Driver.h
+++ b/ACE/examples/Timer_Queue/Driver.h
@@ -5,8 +5,6 @@
/**
* @file Driver.h
*
- * $Id$
- *
* This code builds an abstraction to factor out common code for
* the different implementations of the Timer_Queue.
*
diff --git a/ACE/examples/Timer_Queue/Reactor_Timer_Queue_Test.cpp b/ACE/examples/Timer_Queue/Reactor_Timer_Queue_Test.cpp
index 1927e27f128..4d988379804 100644
--- a/ACE/examples/Timer_Queue/Reactor_Timer_Queue_Test.cpp
+++ b/ACE/examples/Timer_Queue/Reactor_Timer_Queue_Test.cpp
@@ -3,8 +3,6 @@
/**
* @file Reactor_Timer_Queue_Test.cpp
*
- * $Id$
- *
* This example tests the timer queue mechanism of ACE_Reactor.
*
*
diff --git a/ACE/examples/Timer_Queue/Reactor_Timer_Queue_Test.h b/ACE/examples/Timer_Queue/Reactor_Timer_Queue_Test.h
index 536732b52b8..cd2d3ddd05a 100644
--- a/ACE/examples/Timer_Queue/Reactor_Timer_Queue_Test.h
+++ b/ACE/examples/Timer_Queue/Reactor_Timer_Queue_Test.h
@@ -5,8 +5,6 @@
/**
* @file Reactor_Timer_Queue_Test.h
*
- * $Id$
- *
* This code is an implementation of a test driver for a reactor based
* timer queue.
*
diff --git a/ACE/examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.cpp b/ACE/examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.cpp
index 866164f74fe..3c68ccf28b6 100644
--- a/ACE/examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.cpp
+++ b/ACE/examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.cpp
@@ -2,8 +2,6 @@
/**
* @file Thread_Timer_Queue_Custom_Handler_Test.cpp
*
- * $Id$
- *
* This test exercises the <ACE_Thread_Timer_Queue_Adapter>
* using an <ACE_Timer_Heap>. It also demonstrates using a custom handler for
* timer events.
diff --git a/ACE/examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.h b/ACE/examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.h
index ad333763100..be3257848cf 100644
--- a/ACE/examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.h
+++ b/ACE/examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.h
@@ -4,8 +4,6 @@
/**
* @file Thread_Timer_Queue_Custom_Handler_Test.h
*
- * $Id$
- *
* This code exercises the <ACE_Thread_Timer_Queue_Adapter> using
* an <ACE_Timer_Heap_T>. It also demonstrates using a custom handler for
* timer events.
diff --git a/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.cpp b/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.cpp
index 862b9f94263..993beeaebe8 100644
--- a/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.cpp
+++ b/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.cpp
@@ -3,8 +3,6 @@
/**
* @file Thread_Timer_Queue_Test.cpp
*
- * $Id$
- *
* This test exercises the <ACE_Thread_Timer_Queue_Adapter>
* using an <ACE_Timer_Heap>.
*
diff --git a/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.h b/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.h
index 1583eaa5fe2..e3bc536bff9 100644
--- a/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.h
+++ b/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.h
@@ -5,8 +5,6 @@
/**
* @file Thread_Timer_Queue_Test.h
*
- * $Id$
- *
* This code exercises the <ACE_Thread_Timer_Queue_Adapter> using
* an <ACE_Timer_Heap_T>.
*
diff --git a/ACE/examples/Timer_Queue/main_async.cpp b/ACE/examples/Timer_Queue/main_async.cpp
index 193028b58e0..944ba784a12 100644
--- a/ACE/examples/Timer_Queue/main_async.cpp
+++ b/ACE/examples/Timer_Queue/main_async.cpp
@@ -3,8 +3,6 @@
/**
* @file main_async.cpp
*
- * $Id$
- *
* Implements an asynchronous timer queue.
* This code exercises the Timer_Queue_Test_Driver class using
* signals as an asynchronous mechanism to dispatch events.
diff --git a/ACE/examples/Timer_Queue/main_reactor.cpp b/ACE/examples/Timer_Queue/main_reactor.cpp
index c1bf74b3245..a8d5484ee3e 100644
--- a/ACE/examples/Timer_Queue/main_reactor.cpp
+++ b/ACE/examples/Timer_Queue/main_reactor.cpp
@@ -3,8 +3,6 @@
/**
* @file main_reactor.cpp
*
- * $Id$
- *
* Implements an reactive timer queue.
* This code exercises the Timer_Queue_Test_Driver class using
* a reactor.
diff --git a/ACE/examples/Timer_Queue/main_thread.cpp b/ACE/examples/Timer_Queue/main_thread.cpp
index 8af0d27a511..8e09b5f782f 100644
--- a/ACE/examples/Timer_Queue/main_thread.cpp
+++ b/ACE/examples/Timer_Queue/main_thread.cpp
@@ -3,8 +3,6 @@
/**
* @file main_thread.cpp
*
- * $Id$
- *
* Implements an threaded timer queue.
* This code exercises the Timer_Queue_Test_Driver class using
* threads.
diff --git a/ACE/examples/Timer_Queue/main_thread_custom_handler.cpp b/ACE/examples/Timer_Queue/main_thread_custom_handler.cpp
index 9f33e5101e1..76d1698ba17 100644
--- a/ACE/examples/Timer_Queue/main_thread_custom_handler.cpp
+++ b/ACE/examples/Timer_Queue/main_thread_custom_handler.cpp
@@ -2,8 +2,6 @@
/**
* @file main_thread_custom_handler.cpp
*
- * $Id$
- *
* Implements a threaded timer queue.
* This code exercises the Timer_Queue_Test_Driver class using
* threads.