summaryrefslogtreecommitdiff
path: root/examples/README
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-12-15 14:41:45 +0000
committerSteve Huston <shuston@riverace.com>1998-12-15 14:41:45 +0000
commitda6de17f148f3de31f6202ed0b8d15763d872e90 (patch)
tree0c06253a832d5c35369418e708fcefe298d453b3 /examples/README
parent5efa67b4c88c257482c2be72c0636bfa0a4fb3b4 (diff)
downloadATCD-da6de17f148f3de31f6202ed0b8d15763d872e90.tar.gz
Added NT_Service
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/README b/examples/README
index 404b4e5a631..08d0f235b46 100644
--- a/examples/README
+++ b/examples/README
@@ -47,6 +47,12 @@ please take a look at $ACE_ROOT/ACE-categories.
Various miscellaneous tests that illustrate how ACE
utility components work.
+ . 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
+ service.
+
. Reactor
Contains many examples of how to utilize the ACE
object-oriented event demultiplexer.