summaryrefslogtreecommitdiff
path: root/ACE/netsvcs/README
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2011-10-06 11:59:18 +0000
committermsmit <msmit@remedy.nl>2011-10-06 11:59:18 +0000
commit28af2d34b378f3bfbcdb742446bdd0d941593335 (patch)
treeab669f77f15f1a69efd8dafcab097ef5d94d8956 /ACE/netsvcs/README
parent189c07df108c5de28cf361dff8f5c8710145de4e (diff)
downloadATCD-28af2d34b378f3bfbcdb742446bdd0d941593335.tar.gz
Thu Oct 6 12:01:30 UTC 2011 Marcel Smit <msmit@remedy.nl>
* netsvcs/README: * netsvcs/clients/Logger/README: * netsvcs/clients/README: * netsvcs/clients/Tokens/README: * netsvcs/clients/Tokens/collection/README: * netsvcs/clients/Tokens/deadlock/README: * netsvcs/clients/Tokens/invariant/README: * netsvcs/clients/Tokens/manual/README: * netsvcs/clients/Tokens/mutex/README: * netsvcs/lib/README: * netsvcs/servers/README: Fuzz: trailing whitespaces, tab characters and ID strings
Diffstat (limited to 'ACE/netsvcs/README')
-rw-r--r--ACE/netsvcs/README22
1 files changed, 11 insertions, 11 deletions
diff --git a/ACE/netsvcs/README b/ACE/netsvcs/README
index e85105848c2..51292b1cb21 100644
--- a/ACE/netsvcs/README
+++ b/ACE/netsvcs/README
@@ -4,19 +4,19 @@ This directory contains the ACE network service implementations and
sample driver programs for dynamically configuring them into client
and server processes. The subdirectories include the following:
- . lib -- contains implementations of the ACE network services.
- These services include a logging service, a name service,
- a distributed locking service, and a distributed time service.
- These can be built as shared libraries (i.e., DLLs), which
- are then linked into applications either statically or
- dynamically.
+ . lib -- contains implementations of the ACE network services.
+ These services include a logging service, a name service,
+ a distributed locking service, and a distributed time service.
+ These can be built as shared libraries (i.e., DLLs), which
+ are then linked into applications either statically or
+ dynamically.
- . servers -- contains the driver program that links the various
- services together, either statically or dynamically, to
- form complete server programs.
+ . servers -- contains the driver program that links the various
+ services together, either statically or dynamically, to
+ form complete server programs.
- . clients -- contains a number of test programs that illustrate
- how to write clients for the various ACE network services.
+ . clients -- contains a number of test programs that illustrate
+ how to write clients for the various ACE network services.
Please see the ACE-netsvcs.html file for an overview of the various
services.