summaryrefslogtreecommitdiff
path: root/ACE/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 18:56:29 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 18:56:29 +0100
commite76c0ec84f136b31c92c9da86b97eaf0ebb61cbb (patch)
tree548337bcfb70603f37212ced3f822e0a3e99c8fc /ACE/examples
parentb422ba6462486c0fff96575cf8f30a7579a3a217 (diff)
downloadATCD-e76c0ec84f136b31c92c9da86b97eaf0ebb61cbb.tar.gz
Replaced README files
Diffstat (limited to 'ACE/examples')
-rw-r--r--ACE/examples/ASX/Event_Server/README2
-rw-r--r--ACE/examples/Bounded_Packet_Relay/README2
-rw-r--r--ACE/examples/C++NPv1/README2
-rw-r--r--ACE/examples/C++NPv2/README2
-rw-r--r--ACE/examples/ConfigViewer/README2
-rw-r--r--ACE/examples/Connection/blocking/README2
-rw-r--r--ACE/examples/Connection/non_blocking/README2
-rw-r--r--ACE/examples/DLL/README2
-rw-r--r--ACE/examples/Export/README2
-rw-r--r--ACE/examples/IOStream/README2
-rw-r--r--ACE/examples/IPC_SAP/DEV_SAP/README2
-rw-r--r--ACE/examples/IPC_SAP/SOCK_SAP/README2
-rw-r--r--ACE/examples/IPC_SAP/SSL_SAP/README2
-rw-r--r--ACE/examples/Log_Msg/Log_Msg_MFC/README2
-rw-r--r--ACE/examples/Log_Msg/README2
-rw-r--r--ACE/examples/Logger/README2
-rw-r--r--ACE/examples/NT_Service/README2
-rw-r--r--ACE/examples/OS/Process/README2
-rw-r--r--ACE/examples/QOS/Change_Receiver_FlowSpec/README2
-rw-r--r--ACE/examples/QOS/Change_Sender_TSpec/README2
-rw-r--r--ACE/examples/QOS/Diffserv/README2
-rw-r--r--ACE/examples/QOS/Simple/README2
-rw-r--r--ACE/examples/README2
-rw-r--r--ACE/examples/Reactor/Multicast/README2
-rw-r--r--ACE/examples/Reactor/Ntalker/README2
-rw-r--r--ACE/examples/Reactor/Proactor/README2
-rw-r--r--ACE/examples/Reactor/README2
-rw-r--r--ACE/examples/Reactor/TP_Reactor/README2
-rw-r--r--ACE/examples/Semaphores/README2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/README2
-rw-r--r--ACE/examples/Service_Configurator/Misc/README2
-rw-r--r--ACE/examples/Smart_Pointers/README2
-rw-r--r--ACE/examples/Synch/README2
-rw-r--r--ACE/examples/System_V_IPC/README2
-rw-r--r--ACE/examples/Timer_Queue/README2
-rw-r--r--ACE/examples/Web_Crawler/README2
36 files changed, 36 insertions, 36 deletions
diff --git a/ACE/examples/ASX/Event_Server/README b/ACE/examples/ASX/Event_Server/README
index 2ed942618a3..435f7fc2094 100644
--- a/ACE/examples/ASX/Event_Server/README
+++ b/ACE/examples/ASX/Event_Server/README
@@ -1,4 +1,4 @@
-$Id$
+
This subdirectory illustrates a number of the ACE ASX framework
features using an ACE_Stream application called the Event Server. For
diff --git a/ACE/examples/Bounded_Packet_Relay/README b/ACE/examples/Bounded_Packet_Relay/README
index fb72f8731bd..cbf683c9dae 100644
--- a/ACE/examples/Bounded_Packet_Relay/README
+++ b/ACE/examples/Bounded_Packet_Relay/README
@@ -1,4 +1,4 @@
-$Id$
+
1. INTRODUCTION
diff --git a/ACE/examples/C++NPv1/README b/ACE/examples/C++NPv1/README
index 079efe239b3..25126be99b1 100644
--- a/ACE/examples/C++NPv1/README
+++ b/ACE/examples/C++NPv1/README
@@ -1,4 +1,4 @@
-$Id$
+
The files in this directory contain the source code from the book
``C++ Network Programming: Mastering Complexity Using ACE and
diff --git a/ACE/examples/C++NPv2/README b/ACE/examples/C++NPv2/README
index 4b4f5e165fa..e741eb64ed8 100644
--- a/ACE/examples/C++NPv2/README
+++ b/ACE/examples/C++NPv2/README
@@ -1,4 +1,4 @@
-$Id$
+
The files in this directory contain the source code from the book
``C++ Network Programming: Systematic Reuse with ACE and Frameworks''
diff --git a/ACE/examples/ConfigViewer/README b/ACE/examples/ConfigViewer/README
index 66ac158aff8..16aead5ae11 100644
--- a/ACE/examples/ConfigViewer/README
+++ b/ACE/examples/ConfigViewer/README
@@ -1,4 +1,4 @@
-$Id$
+
Configuration Viewer 1.0
========================
diff --git a/ACE/examples/Connection/blocking/README b/ACE/examples/Connection/blocking/README
index c347901a010..05555f93e5f 100644
--- a/ACE/examples/Connection/blocking/README
+++ b/ACE/examples/Connection/blocking/README
@@ -1,4 +1,4 @@
-$Id$
+
Presently, this directory contains only one example application for
SPIPEs. The test source code is contained in SPIPE-acceptor.h and
diff --git a/ACE/examples/Connection/non_blocking/README b/ACE/examples/Connection/non_blocking/README
index 85904a6f9ae..5255acfa5bb 100644
--- a/ACE/examples/Connection/non_blocking/README
+++ b/ACE/examples/Connection/non_blocking/README
@@ -1,4 +1,4 @@
-$Id$
+
This code illustrates how to write a single set of source code (for a
client and server) and then parameterize in the desired IPC mechanism.
diff --git a/ACE/examples/DLL/README b/ACE/examples/DLL/README
index 2414c6a7a81..0186adfcf95 100644
--- a/ACE/examples/DLL/README
+++ b/ACE/examples/DLL/README
@@ -1,4 +1,4 @@
-$Id$
+
DLL Test Example
----------------
diff --git a/ACE/examples/Export/README b/ACE/examples/Export/README
index 83fc3108d50..143f1dc3394 100644
--- a/ACE/examples/Export/README
+++ b/ACE/examples/Export/README
@@ -1,4 +1,4 @@
-$Id$
+
The Export example is just an example that both shows off and tests
the macros created by generate_export_file.pl (or the earlier
diff --git a/ACE/examples/IOStream/README b/ACE/examples/IOStream/README
index 80ce2e68b94..75a7ad9439c 100644
--- a/ACE/examples/IOStream/README
+++ b/ACE/examples/IOStream/README
@@ -1,4 +1,4 @@
-$Id$
+
This example illustrates the use of the ACE_IOStream and
ACE_Streambuf_T templates to create an object based on ACE_*_Stream
diff --git a/ACE/examples/IPC_SAP/DEV_SAP/README b/ACE/examples/IPC_SAP/DEV_SAP/README
index e99aa8830d2..4daafafdc66 100644
--- a/ACE/examples/IPC_SAP/DEV_SAP/README
+++ b/ACE/examples/IPC_SAP/DEV_SAP/README
@@ -1,4 +1,4 @@
-$Id$
+
This directory contains a test example for the DEV_SAP
class category. It implements a class TTY_IO that is
diff --git a/ACE/examples/IPC_SAP/SOCK_SAP/README b/ACE/examples/IPC_SAP/SOCK_SAP/README
index f8c0145ef48..f16d8fdf89b 100644
--- a/ACE/examples/IPC_SAP/SOCK_SAP/README
+++ b/ACE/examples/IPC_SAP/SOCK_SAP/README
@@ -1,4 +1,4 @@
-$Id$
+
This directory contains groups of client and server test programs that
exercise the various C++ wrappers for sockets. In general, the test
diff --git a/ACE/examples/IPC_SAP/SSL_SAP/README b/ACE/examples/IPC_SAP/SSL_SAP/README
index 25a812ccb9b..6e7f0b51e27 100644
--- a/ACE/examples/IPC_SAP/SSL_SAP/README
+++ b/ACE/examples/IPC_SAP/SSL_SAP/README
@@ -1,4 +1,4 @@
-$Id$
+
This directory contains groups of client and server test programs that
exercise the various C++ wrappers for SSL sockets. In general, the
diff --git a/ACE/examples/Log_Msg/Log_Msg_MFC/README b/ACE/examples/Log_Msg/Log_Msg_MFC/README
index 8d6d12675c8..8b2996a6124 100644
--- a/ACE/examples/Log_Msg/Log_Msg_MFC/README
+++ b/ACE/examples/Log_Msg/Log_Msg_MFC/README
@@ -1,4 +1,4 @@
-$Id$
+
MFC Logging Example documentation
=================================
diff --git a/ACE/examples/Log_Msg/README b/ACE/examples/Log_Msg/README
index 78446f44b41..73f702dd000 100644
--- a/ACE/examples/Log_Msg/README
+++ b/ACE/examples/Log_Msg/README
@@ -1,4 +1,4 @@
-$Id$
+
This directory contains program(s) that demonstrate how to use ACE's
Log_Msg class to record various information.
diff --git a/ACE/examples/Logger/README b/ACE/examples/Logger/README
index 3a8a557c202..842f8071870 100644
--- a/ACE/examples/Logger/README
+++ b/ACE/examples/Logger/README
@@ -1,4 +1,4 @@
-$Id$
+
This directory contains a simple client/server implementation of the
distributed logging server described in several papers in the C++
diff --git a/ACE/examples/NT_Service/README b/ACE/examples/NT_Service/README
index a1d4175e126..9d4af1c40e9 100644
--- a/ACE/examples/NT_Service/README
+++ b/ACE/examples/NT_Service/README
@@ -1,4 +1,4 @@
-$Id$
+
How to use the NT_Service example.
diff --git a/ACE/examples/OS/Process/README b/ACE/examples/OS/Process/README
index 62df0c1698b..05fcd34bc7a 100644
--- a/ACE/examples/OS/Process/README
+++ b/ACE/examples/OS/Process/README
@@ -1,4 +1,4 @@
-$Id$
+
This directory contains two examples: <imore> and <process>. They
show how you can play with various features of ACE_Process to create
diff --git a/ACE/examples/QOS/Change_Receiver_FlowSpec/README b/ACE/examples/QOS/Change_Receiver_FlowSpec/README
index 3ce38205c8c..7fab042dd19 100644
--- a/ACE/examples/QOS/Change_Receiver_FlowSpec/README
+++ b/ACE/examples/QOS/Change_Receiver_FlowSpec/README
@@ -1,4 +1,4 @@
-$Id$
+
A Regression test for ACE QoS features.
---------------------------------------
diff --git a/ACE/examples/QOS/Change_Sender_TSpec/README b/ACE/examples/QOS/Change_Sender_TSpec/README
index 75f10545047..6b24dcc704b 100644
--- a/ACE/examples/QOS/Change_Sender_TSpec/README
+++ b/ACE/examples/QOS/Change_Sender_TSpec/README
@@ -1,4 +1,4 @@
-$Id$
+
A Regression test for ACE QoS features.
---------------------------------------
diff --git a/ACE/examples/QOS/Diffserv/README b/ACE/examples/QOS/Diffserv/README
index 3b0866a1356..2e3714eca19 100644
--- a/ACE/examples/QOS/Diffserv/README
+++ b/ACE/examples/QOS/Diffserv/README
@@ -1,4 +1,4 @@
-$Id$
+
This directory contains an example which
tests the setting of the Diffserv Codepoint (DSCP)
diff --git a/ACE/examples/QOS/Simple/README b/ACE/examples/QOS/Simple/README
index 6c084472e3d..39aa2fa3abd 100644
--- a/ACE/examples/QOS/Simple/README
+++ b/ACE/examples/QOS/Simple/README
@@ -1,4 +1,4 @@
-$Id$
+
A Regression test for ACE QoS features.
---------------------------------------
diff --git a/ACE/examples/README b/ACE/examples/README
index e4fbef96d94..62150e36e2b 100644
--- a/ACE/examples/README
+++ b/ACE/examples/README
@@ -1,4 +1,4 @@
-$Id$
+
This directory contains a number of examples that illustrate how to
use the following ACE library components. If you want to see how
diff --git a/ACE/examples/Reactor/Multicast/README b/ACE/examples/Reactor/Multicast/README
index d82ebd059f5..2c2b0da661c 100644
--- a/ACE/examples/Reactor/Multicast/README
+++ b/ACE/examples/Reactor/Multicast/README
@@ -1,4 +1,4 @@
-$Id$
+
The following test illustrates the SOCK Mcast multicast wrappers in
conjunction with the Reactor. This test was written by Tim Harrison
diff --git a/ACE/examples/Reactor/Ntalker/README b/ACE/examples/Reactor/Ntalker/README
index 2c30fd03014..259ab1bc90c 100644
--- a/ACE/examples/Reactor/Ntalker/README
+++ b/ACE/examples/Reactor/Ntalker/README
@@ -1,4 +1,4 @@
-$Id$
+
This test program illustrates how the ACE datagram multicast feature
works. To run the test simply do the following on multiple machines:
diff --git a/ACE/examples/Reactor/Proactor/README b/ACE/examples/Reactor/Proactor/README
index dc8f77a2c3a..303ed5d0c2b 100644
--- a/ACE/examples/Reactor/Proactor/README
+++ b/ACE/examples/Reactor/Proactor/README
@@ -1,4 +1,4 @@
-$Id$
+
This README file lists all the example applications for the Proactor framework.
diff --git a/ACE/examples/Reactor/README b/ACE/examples/Reactor/README
index 64f016491ca..eb5f6cb8443 100644
--- a/ACE/examples/Reactor/README
+++ b/ACE/examples/Reactor/README
@@ -1,4 +1,4 @@
-$Id$
+
This directory contains subdirectories that test the ACE Reactor and Proactor
diff --git a/ACE/examples/Reactor/TP_Reactor/README b/ACE/examples/Reactor/TP_Reactor/README
index 3d022bce91d..e6d1ccfb4d2 100644
--- a/ACE/examples/Reactor/TP_Reactor/README
+++ b/ACE/examples/Reactor/TP_Reactor/README
@@ -1,4 +1,4 @@
-$Id$
+
ACE reactor demonstration
=========================
diff --git a/ACE/examples/Semaphores/README b/ACE/examples/Semaphores/README
index 6c890ac6d06..0f017656ac0 100644
--- a/ACE/examples/Semaphores/README
+++ b/ACE/examples/Semaphores/README
@@ -1,4 +1,4 @@
-$Id$
+
This is a small example how to use process semaphores. We use it to
synchronize between multiple processes and it was used to analyze
diff --git a/ACE/examples/Service_Configurator/IPC-tests/README b/ACE/examples/Service_Configurator/IPC-tests/README
index 8777fe762ac..07627d82576 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/README
+++ b/ACE/examples/Service_Configurator/IPC-tests/README
@@ -1,4 +1,4 @@
-$Id$
+
This file describes how to invoke the tests in the
$ACE_ROOT/examples/Service_Configurator/IPC-test/{client,server}
diff --git a/ACE/examples/Service_Configurator/Misc/README b/ACE/examples/Service_Configurator/Misc/README
index 6e2d488594a..d9a9568fbd4 100644
--- a/ACE/examples/Service_Configurator/Misc/README
+++ b/ACE/examples/Service_Configurator/Misc/README
@@ -1,4 +1,4 @@
-$Id$
+
This directory contains an example that illustrates how the ACE
Service Configurator can configure static and dynamic services, both
diff --git a/ACE/examples/Smart_Pointers/README b/ACE/examples/Smart_Pointers/README
index 78525d31731..2668251fab1 100644
--- a/ACE/examples/Smart_Pointers/README
+++ b/ACE/examples/Smart_Pointers/README
@@ -1,4 +1,4 @@
-$Id$
+
Smart Pointers Example
----------------------
diff --git a/ACE/examples/Synch/README b/ACE/examples/Synch/README
index 1054e8b81e6..34965c0b28f 100644
--- a/ACE/examples/Synch/README
+++ b/ACE/examples/Synch/README
@@ -1,4 +1,4 @@
-$Id$
+
This directory currently only contains one example for testing process
semaphores.
diff --git a/ACE/examples/System_V_IPC/README b/ACE/examples/System_V_IPC/README
index 560e3ec19a4..0e8a7cc65ec 100644
--- a/ACE/examples/System_V_IPC/README
+++ b/ACE/examples/System_V_IPC/README
@@ -1,4 +1,4 @@
-$Id$
+
This directory contains a number of examples that illustrate how to
use the following ACE library components:
diff --git a/ACE/examples/Timer_Queue/README b/ACE/examples/Timer_Queue/README
index d3bc045b9cc..755789b9f5b 100644
--- a/ACE/examples/Timer_Queue/README
+++ b/ACE/examples/Timer_Queue/README
@@ -1,4 +1,4 @@
-$Id$
+
This directory contains several examples that illustrate how to use
various concurrency mechanisms to schedule and handle timer-based
diff --git a/ACE/examples/Web_Crawler/README b/ACE/examples/Web_Crawler/README
index 2892f3bc367..74594ea9e5d 100644
--- a/ACE/examples/Web_Crawler/README
+++ b/ACE/examples/Web_Crawler/README
@@ -1,4 +1,4 @@
-$Id$
+
Web Crawler Kirthika Parameswaran
-----------