diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 18:56:29 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 18:56:29 +0100 |
commit | e76c0ec84f136b31c92c9da86b97eaf0ebb61cbb (patch) | |
tree | 548337bcfb70603f37212ced3f822e0a3e99c8fc /ACE/examples/Reactor | |
parent | b422ba6462486c0fff96575cf8f30a7579a3a217 (diff) | |
download | ATCD-e76c0ec84f136b31c92c9da86b97eaf0ebb61cbb.tar.gz |
Replaced README files
Diffstat (limited to 'ACE/examples/Reactor')
-rw-r--r-- | ACE/examples/Reactor/Multicast/README | 2 | ||||
-rw-r--r-- | ACE/examples/Reactor/Ntalker/README | 2 | ||||
-rw-r--r-- | ACE/examples/Reactor/Proactor/README | 2 | ||||
-rw-r--r-- | ACE/examples/Reactor/README | 2 | ||||
-rw-r--r-- | ACE/examples/Reactor/TP_Reactor/README | 2 |
5 files changed, 5 insertions, 5 deletions
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 ========================= |