summaryrefslogtreecommitdiff
path: root/ACE/examples/Reactor
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:12:49 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:12:49 +0100
commitc88815f2039e7152d735c18650c102df84d9aa36 (patch)
treea703b59c98e6739970c4f3b51396c2284c9ce12b /ACE/examples/Reactor
parent0fbdabcd0a8970712cbbdef06465d061a4ec13c4 (diff)
downloadATCD-c88815f2039e7152d735c18650c102df84d9aa36.tar.gz
Removed single line Id tag
Diffstat (limited to 'ACE/examples/Reactor')
-rw-r--r--ACE/examples/Reactor/Dgram/CODgram.cpp2
-rw-r--r--ACE/examples/Reactor/Dgram/Dgram.cpp2
-rw-r--r--ACE/examples/Reactor/Dgram/Reactor_Dgram.mpc2
-rw-r--r--ACE/examples/Reactor/FIFO/Reactor_FIFO.mpc2
-rw-r--r--ACE/examples/Reactor/FIFO/client.cpp2
-rw-r--r--ACE/examples/Reactor/FIFO/server.cpp2
-rw-r--r--ACE/examples/Reactor/Misc/Reactor_Misc.mpc2
-rw-r--r--ACE/examples/Reactor/Misc/notification.cpp2
-rw-r--r--ACE/examples/Reactor/Misc/pingpong.cpp2
-rw-r--r--ACE/examples/Reactor/Misc/test_demuxing.cpp2
-rw-r--r--ACE/examples/Reactor/Misc/test_event_handler_t.cpp2
-rw-r--r--ACE/examples/Reactor/Misc/test_reactors.cpp2
-rw-r--r--ACE/examples/Reactor/Misc/test_signals_1.cpp2
-rw-r--r--ACE/examples/Reactor/Misc/test_signals_2.cpp2
-rw-r--r--ACE/examples/Reactor/Misc/test_time_value.cpp2
-rw-r--r--ACE/examples/Reactor/Misc/test_timer_queue.cpp2
-rw-r--r--ACE/examples/Reactor/Multicast/Log_Wrapper.cpp2
-rw-r--r--ACE/examples/Reactor/Multicast/Log_Wrapper.h2
-rw-r--r--ACE/examples/Reactor/Multicast/Reactor_Multicast.mpc2
-rw-r--r--ACE/examples/Reactor/Multicast/client.cpp2
-rw-r--r--ACE/examples/Reactor/Multicast/server.cpp2
-rw-r--r--ACE/examples/Reactor/Ntalker/Reactor_Ntalker.mpc2
-rw-r--r--ACE/examples/Reactor/Ntalker/ntalker.cpp2
-rw-r--r--ACE/examples/Reactor/Proactor/Proactor.mpc2
-rw-r--r--ACE/examples/Reactor/TP_Reactor/TP_Reactor.mpc2
-rw-r--r--ACE/examples/Reactor/WFMO_Reactor/WFMO_Reactor.mpc2
26 files changed, 0 insertions, 52 deletions
diff --git a/ACE/examples/Reactor/Dgram/CODgram.cpp b/ACE/examples/Reactor/Dgram/CODgram.cpp
index 0b58d56b12f..cfa1b404e5a 100644
--- a/ACE/examples/Reactor/Dgram/CODgram.cpp
+++ b/ACE/examples/Reactor/Dgram/CODgram.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// Exercise the <ACE_SOCK_CODgram> wrapper along with the
// <ACE_Reactor>. This test simply ping-pongs datagrams back and
// forth between the peer1 and peer2 processes. This test can
diff --git a/ACE/examples/Reactor/Dgram/Dgram.cpp b/ACE/examples/Reactor/Dgram/Dgram.cpp
index b287a9f7f56..c80eb8bcaea 100644
--- a/ACE/examples/Reactor/Dgram/Dgram.cpp
+++ b/ACE/examples/Reactor/Dgram/Dgram.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// Exercise the <ACE_SOCK_Dgram> wrapper along with the <ACE_Reactor>.
// This test simply ping-pongs datagrams back and forth between the
// peer1 and peer2 processes. This test can be run in two ways:
diff --git a/ACE/examples/Reactor/Dgram/Reactor_Dgram.mpc b/ACE/examples/Reactor/Dgram/Reactor_Dgram.mpc
index 64342526293..e689bede032 100644
--- a/ACE/examples/Reactor/Dgram/Reactor_Dgram.mpc
+++ b/ACE/examples/Reactor/Dgram/Reactor_Dgram.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*CO) : aceexe, avoids_ace_for_tao {
exename = codgram
Source_Files {
diff --git a/ACE/examples/Reactor/FIFO/Reactor_FIFO.mpc b/ACE/examples/Reactor/FIFO/Reactor_FIFO.mpc
index 911c66f64ad..9f64aac2f74 100644
--- a/ACE/examples/Reactor/FIFO/Reactor_FIFO.mpc
+++ b/ACE/examples/Reactor/FIFO/Reactor_FIFO.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*client) : aceexe, avoids_ace_for_tao {
exename = client
Source_Files {
diff --git a/ACE/examples/Reactor/FIFO/client.cpp b/ACE/examples/Reactor/FIFO/client.cpp
index 99809e0e58f..fbfd55bf82e 100644
--- a/ACE/examples/Reactor/FIFO/client.cpp
+++ b/ACE/examples/Reactor/FIFO/client.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/FIFO_Send_Msg.h"
#include "ace/Log_Msg.h"
#include "ace/OS_NS_stropts.h"
diff --git a/ACE/examples/Reactor/FIFO/server.cpp b/ACE/examples/Reactor/FIFO/server.cpp
index bbcb8b9dc12..422a246f821 100644
--- a/ACE/examples/Reactor/FIFO/server.cpp
+++ b/ACE/examples/Reactor/FIFO/server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/Service_Config.h"
#include "ace/Reactor.h"
#include "ace/Event_Handler.h"
diff --git a/ACE/examples/Reactor/Misc/Reactor_Misc.mpc b/ACE/examples/Reactor/Misc/Reactor_Misc.mpc
index 639c504f16f..dd133f17648 100644
--- a/ACE/examples/Reactor/Misc/Reactor_Misc.mpc
+++ b/ACE/examples/Reactor/Misc/Reactor_Misc.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*event_handler_t) : aceexe {
exename = event_handler_t
Source_Files {
diff --git a/ACE/examples/Reactor/Misc/notification.cpp b/ACE/examples/Reactor/Misc/notification.cpp
index af1f5aac845..f9979a6a6b8 100644
--- a/ACE/examples/Reactor/Misc/notification.cpp
+++ b/ACE/examples/Reactor/Misc/notification.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/OS_NS_unistd.h"
#include "ace/Service_Config.h"
#include "ace/Reactor.h"
diff --git a/ACE/examples/Reactor/Misc/pingpong.cpp b/ACE/examples/Reactor/Misc/pingpong.cpp
index e207fb385cf..1b4c72dd20c 100644
--- a/ACE/examples/Reactor/Misc/pingpong.cpp
+++ b/ACE/examples/Reactor/Misc/pingpong.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
/* Simple program that illustrates many features of the ACE_Reactor:
1. I/O event demultiplexing
diff --git a/ACE/examples/Reactor/Misc/test_demuxing.cpp b/ACE/examples/Reactor/Misc/test_demuxing.cpp
index fceb54f22ee..1bac5832276 100644
--- a/ACE/examples/Reactor/Misc/test_demuxing.cpp
+++ b/ACE/examples/Reactor/Misc/test_demuxing.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// Perform an extensive test of all the ACE_Reactor's event handler
// dispatching mechanisms. These mechanisms illustrate how I/O,
// timeout, and signal events, as well as ACE_Message_Queues, can all
diff --git a/ACE/examples/Reactor/Misc/test_event_handler_t.cpp b/ACE/examples/Reactor/Misc/test_event_handler_t.cpp
index 9eb4019e455..654f159d3dc 100644
--- a/ACE/examples/Reactor/Misc/test_event_handler_t.cpp
+++ b/ACE/examples/Reactor/Misc/test_event_handler_t.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/Event_Handler_T.h"
#include "ace/Log_Msg.h"
diff --git a/ACE/examples/Reactor/Misc/test_reactors.cpp b/ACE/examples/Reactor/Misc/test_reactors.cpp
index 2d94fa80d00..59ded76b40c 100644
--- a/ACE/examples/Reactor/Misc/test_reactors.cpp
+++ b/ACE/examples/Reactor/Misc/test_reactors.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// Perform a torture test of multiple ACE_Reactors and ACE_Tasks in
// the same process... Thanks to Detlef Becker for contributing this.
diff --git a/ACE/examples/Reactor/Misc/test_signals_1.cpp b/ACE/examples/Reactor/Misc/test_signals_1.cpp
index 2c66af34ccb..1e6b01f59ba 100644
--- a/ACE/examples/Reactor/Misc/test_signals_1.cpp
+++ b/ACE/examples/Reactor/Misc/test_signals_1.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// This simple program illustrates the difference between handling
// signals via the Reactor (which doesn't cause the event loop to
// terminate) and signals that aren't handled via the Reactor (which
diff --git a/ACE/examples/Reactor/Misc/test_signals_2.cpp b/ACE/examples/Reactor/Misc/test_signals_2.cpp
index 5664952290b..e5c5b292831 100644
--- a/ACE/examples/Reactor/Misc/test_signals_2.cpp
+++ b/ACE/examples/Reactor/Misc/test_signals_2.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// Test the ability of the Reactor/Signal_Handler to register multiple
// handler per-signal.
diff --git a/ACE/examples/Reactor/Misc/test_time_value.cpp b/ACE/examples/Reactor/Misc/test_time_value.cpp
index 275bd9aebfa..8949b9c7c8d 100644
--- a/ACE/examples/Reactor/Misc/test_time_value.cpp
+++ b/ACE/examples/Reactor/Misc/test_time_value.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
diff --git a/ACE/examples/Reactor/Misc/test_timer_queue.cpp b/ACE/examples/Reactor/Misc/test_timer_queue.cpp
index d41b5ae9b04..c53bda87e77 100644
--- a/ACE/examples/Reactor/Misc/test_timer_queue.cpp
+++ b/ACE/examples/Reactor/Misc/test_timer_queue.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/OS_NS_sys_time.h"
#include "ace/Timer_Heap.h"
#include "ace/Timer_List.h"
diff --git a/ACE/examples/Reactor/Multicast/Log_Wrapper.cpp b/ACE/examples/Reactor/Multicast/Log_Wrapper.cpp
index 1b8bc436926..e7016d4e22b 100644
--- a/ACE/examples/Reactor/Multicast/Log_Wrapper.cpp
+++ b/ACE/examples/Reactor/Multicast/Log_Wrapper.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// client.C
#include "Log_Wrapper.h"
diff --git a/ACE/examples/Reactor/Multicast/Log_Wrapper.h b/ACE/examples/Reactor/Multicast/Log_Wrapper.h
index 10458f706bc..4de674e3ce4 100644
--- a/ACE/examples/Reactor/Multicast/Log_Wrapper.h
+++ b/ACE/examples/Reactor/Multicast/Log_Wrapper.h
@@ -1,6 +1,4 @@
/* -*- C++ -*- */
-// $Id$
-
// log_wrapper.h
#include "ace/Profile_Timer.h"
diff --git a/ACE/examples/Reactor/Multicast/Reactor_Multicast.mpc b/ACE/examples/Reactor/Multicast/Reactor_Multicast.mpc
index a15c53340e4..51d9b10ccc6 100644
--- a/ACE/examples/Reactor/Multicast/Reactor_Multicast.mpc
+++ b/ACE/examples/Reactor/Multicast/Reactor_Multicast.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*client) : aceexe {
exename = client
Source_Files {
diff --git a/ACE/examples/Reactor/Multicast/client.cpp b/ACE/examples/Reactor/Multicast/client.cpp
index 519bcace00b..e52a582cc56 100644
--- a/ACE/examples/Reactor/Multicast/client.cpp
+++ b/ACE/examples/Reactor/Multicast/client.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// This program reads in messages from stdin and sends them to a
// Log_Wrapper.
diff --git a/ACE/examples/Reactor/Multicast/server.cpp b/ACE/examples/Reactor/Multicast/server.cpp
index 8df4859b517..e12bcb8f86e 100644
--- a/ACE/examples/Reactor/Multicast/server.cpp
+++ b/ACE/examples/Reactor/Multicast/server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// server.cpp (written by Tim Harrison)
// Listens to multicast address for client log messages. Prints
diff --git a/ACE/examples/Reactor/Ntalker/Reactor_Ntalker.mpc b/ACE/examples/Reactor/Ntalker/Reactor_Ntalker.mpc
index ef2fb84d9a0..097441d68f0 100644
--- a/ACE/examples/Reactor/Ntalker/Reactor_Ntalker.mpc
+++ b/ACE/examples/Reactor/Ntalker/Reactor_Ntalker.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project : aceexe {
exename = ntalker
}
diff --git a/ACE/examples/Reactor/Ntalker/ntalker.cpp b/ACE/examples/Reactor/Ntalker/ntalker.cpp
index be7fd659c54..7105ca80564 100644
--- a/ACE/examples/Reactor/Ntalker/ntalker.cpp
+++ b/ACE/examples/Reactor/Ntalker/ntalker.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// Listens to multicast address. After first message received, will
// listen for 5 more seconds. Prints Mbits/sec received from client.
diff --git a/ACE/examples/Reactor/Proactor/Proactor.mpc b/ACE/examples/Reactor/Proactor/Proactor.mpc
index 28daf51b485..5f1e6b9fcd8 100644
--- a/ACE/examples/Reactor/Proactor/Proactor.mpc
+++ b/ACE/examples/Reactor/Proactor/Proactor.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*cancel) : aceexe, avoids_ace_for_tao {
exename = test_cancel
Source_Files {
diff --git a/ACE/examples/Reactor/TP_Reactor/TP_Reactor.mpc b/ACE/examples/Reactor/TP_Reactor/TP_Reactor.mpc
index 03d8de2e7aa..a4904116e40 100644
--- a/ACE/examples/Reactor/TP_Reactor/TP_Reactor.mpc
+++ b/ACE/examples/Reactor/TP_Reactor/TP_Reactor.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project (*client) : aceexe {
exename = client
Source_Files {
diff --git a/ACE/examples/Reactor/WFMO_Reactor/WFMO_Reactor.mpc b/ACE/examples/Reactor/WFMO_Reactor/WFMO_Reactor.mpc
index c0a48d52768..6a53d5a01ed 100644
--- a/ACE/examples/Reactor/WFMO_Reactor/WFMO_Reactor.mpc
+++ b/ACE/examples/Reactor/WFMO_Reactor/WFMO_Reactor.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*Abandoned): aceexe, wfmo {
exename = abandoned
Source_Files {