summaryrefslogtreecommitdiff
path: root/ACE/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-11-24 10:06:36 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-11-24 10:06:36 +0100
commit1e501fb9df9cd2122ccadf03e5c886c06d0b6cea (patch)
tree11bb853d8879a550f84a13275ddbf6f8114161e2 /ACE/examples
parentec50a8705214d6d6437d0b2afde38bc77e73821a (diff)
downloadATCD-1e501fb9df9cd2122ccadf03e5c886c06d0b6cea.tar.gz
Layout changes
* ACE/examples/Logger/README: * ACE/examples/README:
Diffstat (limited to 'ACE/examples')
-rw-r--r--ACE/examples/Logger/README2
-rw-r--r--ACE/examples/README4
2 files changed, 1 insertions, 5 deletions
diff --git a/ACE/examples/Logger/README b/ACE/examples/Logger/README
index 842f8071870..f7d95425a71 100644
--- a/ACE/examples/Logger/README
+++ b/ACE/examples/Logger/README
@@ -1,5 +1,3 @@
-
-
This directory contains a simple client/server implementation of the
distributed logging server described in several papers in the C++
Report (which can be obtained via the following WWW URLs:
diff --git a/ACE/examples/README b/ACE/examples/README
index 62150e36e2b..575c739c672 100644
--- a/ACE/examples/README
+++ b/ACE/examples/README
@@ -1,5 +1,3 @@
-
-
This directory contains a number of examples that illustrate how to
use the following ACE library components. If you want to see how
to program using ACE, this is the best place to start reading code and
@@ -45,7 +43,7 @@ please take a look at $ACE_ROOT/ACE-categories.
Various miscellaneous tests that illustrate how ACE
utility components work.
- . NT_Service
+ . NT_Service
Illustrates how to write an NT Service using the
ACE_NT_Service class, and how to insert it and remove it
in the SCM, start it, and stop it, and how to run as a