summaryrefslogtreecommitdiff
path: root/ACE/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:58:50 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:58:50 +0100
commit3378cfa045cab63e02223ffe4f11794a338c05a6 (patch)
treeb9b9a8a7cb8dc267e159bafab4b68e0dd7c0f57d /ACE/examples
parent91ec92bc2e0052c8ab2a6bdfd2da3069218a6422 (diff)
downloadATCD-3378cfa045cab63e02223ffe4f11794a338c05a6.tar.gz
Shorter header
Diffstat (limited to 'ACE/examples')
-rw-r--r--ACE/examples/Bounded_Packet_Relay/BPR_Drivers.h1
-rw-r--r--ACE/examples/Bounded_Packet_Relay/BPR_Drivers_T.h1
-rw-r--r--ACE/examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.h1
-rw-r--r--ACE/examples/DLL/Magazine.h1
-rw-r--r--ACE/examples/DLL/Newsweek.h1
-rw-r--r--ACE/examples/DLL/Today.h1
-rw-r--r--ACE/examples/NT_Service/ntsvc.h1
-rw-r--r--ACE/examples/Reactor/TP_Reactor/AcceptHandler.h1
-rw-r--r--ACE/examples/Reactor/TP_Reactor/ReadHandler.h1
-rw-r--r--ACE/examples/Reactor/TP_Reactor/common.h1
-rw-r--r--ACE/examples/Threads/TSS_Obj.h1
-rw-r--r--ACE/examples/Timer_Queue/Async_Timer_Queue_Test.h1
-rw-r--r--ACE/examples/Timer_Queue/Custom_Handler.h1
-rw-r--r--ACE/examples/Timer_Queue/Driver.h1
-rw-r--r--ACE/examples/Timer_Queue/Reactor_Timer_Queue_Test.h1
-rw-r--r--ACE/examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.h1
-rw-r--r--ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.h1
17 files changed, 0 insertions, 17 deletions
diff --git a/ACE/examples/Bounded_Packet_Relay/BPR_Drivers.h b/ACE/examples/Bounded_Packet_Relay/BPR_Drivers.h
index edb3d04f84f..af8acc4a055 100644
--- a/ACE/examples/Bounded_Packet_Relay/BPR_Drivers.h
+++ b/ACE/examples/Bounded_Packet_Relay/BPR_Drivers.h
@@ -8,7 +8,6 @@
* the different possible implementations of the Timer_Queue based
* bounded packet relay example.
*
- *
* @author Chris Gill <cdgill@cs.wustl.edu> and Douglas C. Schmidt <schmidt@cs.wustl.edu> Based on the Timer Queue Test example written by Carlos O'Ryan <coryan@cs.wustl.edu> and Douglas C. Schmidt <schmidt@cs.wustl.edu> and Sergio Flores-Gaitan <sergio@cs.wustl.edu>
*/
//=============================================================================
diff --git a/ACE/examples/Bounded_Packet_Relay/BPR_Drivers_T.h b/ACE/examples/Bounded_Packet_Relay/BPR_Drivers_T.h
index 5e1e6a6f566..a11c8f05885 100644
--- a/ACE/examples/Bounded_Packet_Relay/BPR_Drivers_T.h
+++ b/ACE/examples/Bounded_Packet_Relay/BPR_Drivers_T.h
@@ -8,7 +8,6 @@
* the different possible implementations of the Timer_Queue
* based bounded packet relay example.
*
- *
* @author Chris Gill <cdgill@cs.wustl.edu> and Douglas C. Schmidt <schmidt@cs.wustl.edu> Based on the Timer Queue Test example written by Carlos O'Ryan <coryan@cs.wustl.edu> and Douglas C. Schmidt <schmidt@cs.wustl.edu> and Sergio Flores-Gaitan <sergio@cs.wustl.edu>
*/
//=============================================================================
diff --git a/ACE/examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.h b/ACE/examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.h
index 015a574ed5b..62d3ec8558f 100644
--- a/ACE/examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.h
+++ b/ACE/examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.h
@@ -7,7 +7,6 @@
* This code provides a thread based implementation
* of the bounded packet relay example.
*
- *
* @author Chris Gill <cdgill@cs.wustl.edu> and Douglas C. Schmidt <schmidt@cs.wustl.edu> Based on the Timer Queue Test example written by Carlos O'Ryan <coryan@cs.wustl.edu> and Douglas C. Schmidt <schmidt@cs.wustl.edu> and Sergio Flores-Gaitan <sergio@cs.wustl.edu>
*/
//=============================================================================
diff --git a/ACE/examples/DLL/Magazine.h b/ACE/examples/DLL/Magazine.h
index 40ef78fe4f6..85413e98aa4 100644
--- a/ACE/examples/DLL/Magazine.h
+++ b/ACE/examples/DLL/Magazine.h
@@ -7,7 +7,6 @@
* Abstract class whose methods are implemented by the derived
* classes.
*
- *
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=============================================================================
diff --git a/ACE/examples/DLL/Newsweek.h b/ACE/examples/DLL/Newsweek.h
index 1b5e8879420..ddf97a96604 100644
--- a/ACE/examples/DLL/Newsweek.h
+++ b/ACE/examples/DLL/Newsweek.h
@@ -7,7 +7,6 @@
* This is a derived class from Magazine which is a magazine
* pertaining to news and information.
*
- *
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=============================================================================
diff --git a/ACE/examples/DLL/Today.h b/ACE/examples/DLL/Today.h
index b0ab253307d..14fb80459c2 100644
--- a/ACE/examples/DLL/Today.h
+++ b/ACE/examples/DLL/Today.h
@@ -7,7 +7,6 @@
* This class denotes the Today magazine which is derived from
* Magazine.
*
- *
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=============================================================================
diff --git a/ACE/examples/NT_Service/ntsvc.h b/ACE/examples/NT_Service/ntsvc.h
index 018e14f012c..ee04caaadf2 100644
--- a/ACE/examples/NT_Service/ntsvc.h
+++ b/ACE/examples/NT_Service/ntsvc.h
@@ -7,7 +7,6 @@
* This is the definition of the sample NT Service class. This example
* only runs on Win32 platforms.
*
- *
* @author Gonzalo Diethelm and Steve Huston
*/
//=============================================================================
diff --git a/ACE/examples/Reactor/TP_Reactor/AcceptHandler.h b/ACE/examples/Reactor/TP_Reactor/AcceptHandler.h
index 523144dab26..e2f80f297b6 100644
--- a/ACE/examples/Reactor/TP_Reactor/AcceptHandler.h
+++ b/ACE/examples/Reactor/TP_Reactor/AcceptHandler.h
@@ -1,7 +1,6 @@
/*
* ACE reactor demonstration
*
- *
* Date: 26-Jan-2006
*/
diff --git a/ACE/examples/Reactor/TP_Reactor/ReadHandler.h b/ACE/examples/Reactor/TP_Reactor/ReadHandler.h
index fcd2b1dca9a..083722eb278 100644
--- a/ACE/examples/Reactor/TP_Reactor/ReadHandler.h
+++ b/ACE/examples/Reactor/TP_Reactor/ReadHandler.h
@@ -1,7 +1,6 @@
/*
* ACE reactor demonstration
*
- *
* Date: 26-Jan-2006
*/
diff --git a/ACE/examples/Reactor/TP_Reactor/common.h b/ACE/examples/Reactor/TP_Reactor/common.h
index 77d36ee41df..4964559dd3b 100644
--- a/ACE/examples/Reactor/TP_Reactor/common.h
+++ b/ACE/examples/Reactor/TP_Reactor/common.h
@@ -1,7 +1,6 @@
/*
* ACE reactor demonstration
*
- *
* Date: 26-Jan-2006
*/
diff --git a/ACE/examples/Threads/TSS_Obj.h b/ACE/examples/Threads/TSS_Obj.h
index 5b84ec03c95..1df5b751c8a 100644
--- a/ACE/examples/Threads/TSS_Obj.h
+++ b/ACE/examples/Threads/TSS_Obj.h
@@ -6,7 +6,6 @@
* This program tests various features of ACE_Thread and the
* thread-specific storage variant of <ACE_SingletonEx>.
*
- *
* @author Prashant Jain and Doug Schmidt
*/
//=============================================================================
diff --git a/ACE/examples/Timer_Queue/Async_Timer_Queue_Test.h b/ACE/examples/Timer_Queue/Async_Timer_Queue_Test.h
index 4ab892c64a5..9e4c74bd4c5 100644
--- a/ACE/examples/Timer_Queue/Async_Timer_Queue_Test.h
+++ b/ACE/examples/Timer_Queue/Async_Timer_Queue_Test.h
@@ -8,7 +8,6 @@
* This test exercises the <ACE_Asynch_Timer_Queue_Adapter>
* using an <ACE_Timer_Heap>.
*
- *
* @author Douglas C. Schmidt and Sergio Flores-Gaitan
*/
//=============================================================================
diff --git a/ACE/examples/Timer_Queue/Custom_Handler.h b/ACE/examples/Timer_Queue/Custom_Handler.h
index d1f910eb4cd..04194962778 100644
--- a/ACE/examples/Timer_Queue/Custom_Handler.h
+++ b/ACE/examples/Timer_Queue/Custom_Handler.h
@@ -7,7 +7,6 @@
* This is a custom event handler to be used with the thread timer queue
* adapter, and its appropriate upcall.
*
- *
* @author Alon Diamant <diamant.alon@gmail.com>
*/
//=============================================================================
diff --git a/ACE/examples/Timer_Queue/Driver.h b/ACE/examples/Timer_Queue/Driver.h
index 824bed2c5e7..2a570dd8247 100644
--- a/ACE/examples/Timer_Queue/Driver.h
+++ b/ACE/examples/Timer_Queue/Driver.h
@@ -8,7 +8,6 @@
* This code builds an abstraction to factor out common code for
* the different implementations of the Timer_Queue.
*
- *
* @author Sergio Flores-Gaitan <sergio@cs.wustl.edu>
*/
//=============================================================================
diff --git a/ACE/examples/Timer_Queue/Reactor_Timer_Queue_Test.h b/ACE/examples/Timer_Queue/Reactor_Timer_Queue_Test.h
index cd2d3ddd05a..fc39a412a2c 100644
--- a/ACE/examples/Timer_Queue/Reactor_Timer_Queue_Test.h
+++ b/ACE/examples/Timer_Queue/Reactor_Timer_Queue_Test.h
@@ -8,7 +8,6 @@
* This code is an implementation of a test driver for a reactor based
* timer queue.
*
- *
* @author Nanbor Wang <nw1@cs.wustl.edu> and Sergio Flores-Gaitan <sergio@cs.wustl.edu>
*/
//=============================================================================
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 be3257848cf..5ccb0e01bff 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
@@ -8,7 +8,6 @@
* an <ACE_Timer_Heap_T>. It also demonstrates using a custom handler for
* timer events.
*
- *
* @author Carlos O'Ryan <coryan@cs.wustl.edu> and Sergio Flores-Gaitan <sergio@cs.wustl.edu> and Alon Diamant <diamant.alon@gmail.com>
*/
//=============================================================================
diff --git a/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.h b/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.h
index e3bc536bff9..97446bf213c 100644
--- a/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.h
+++ b/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.h
@@ -8,7 +8,6 @@
* This code exercises the <ACE_Thread_Timer_Queue_Adapter> using
* an <ACE_Timer_Heap_T>.
*
- *
* @author Carlos O'Ryan <coryan@cs.wustl.edu> and Sergio Flores-Gaitan <sergio@cs.wustl.edu>
*/
//=============================================================================