summaryrefslogtreecommitdiff
path: root/examples/README
diff options
context:
space:
mode:
authorcleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-22 21:06:32 +0000
committercleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-22 21:06:32 +0000
commit93dce37f5597a1535f8f1d95e8c3ca4b94849454 (patch)
tree73daf78b5834090be641250ceb1f842ddb56cec2 /examples/README
parent8eafc4bf6c7c58cf8a1b3a664c8281e56b114de2 (diff)
downloadATCD-93dce37f5597a1535f8f1d95e8c3ca4b94849454.tar.gz
Changed WRAPPER_ROOT to ACE_ROOT.
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/README b/examples/README
index 671baab95b3..404b4e5a631 100644
--- a/examples/README
+++ b/examples/README
@@ -5,7 +5,7 @@ learning the ACE design.
These examples are roughly divided up according to the class
categories in ACE. For more information on ACE class categories,
-please take a look at $WRAPPER_ROOT/ACE-categories.
+please take a look at $ACE_ROOT/ACE-categories.
. ASX
Illustrate various components in the ADAPTIVE Service
@@ -36,7 +36,7 @@ please take a look at $WRAPPER_ROOT/ACE-categories.
This is a simple version of a Server Logging Daemon
that illustrates the "bare-bones" usage of the
Reactor. A more sophisticated set of logging examples
- are in the $WRAPPER_ROOT/netsvcs/{client,lib,server}
+ are in the $ACE_ROOT/netsvcs/{client,lib,server}
directories.
. Mem_Map