summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Daemon/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Daemon/README')
-rw-r--r--TAO/CIAO/tools/Daemon/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/CIAO/tools/Daemon/README b/TAO/CIAO/tools/Daemon/README
index 2c7404e6a2e..2d2a435d779 100644
--- a/TAO/CIAO/tools/Daemon/README
+++ b/TAO/CIAO/tools/Daemon/README
@@ -5,10 +5,10 @@ CIAO_Daemon:
This directory contains CIAO's per-host daemon process implementation
- CIAO_Daemon. It includes implementations for two major CCM
-interfaces, namely, ComponentInstallation and ServerActivation.
+interfaces, namely, ComponentImplementation and ServerActivation.
ComponentInstallation interfaces must be available per-host so all
ComponentServer running on the same host can query it to acquire
-component implementations they need. Likewise, ServerActivator
+component impolementations they need. Likewise, ServerActivator
interacts with CCM's Assembly framework and is responsible to start up
new ComponentServer processes on this host.