summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Daemon/README
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-16 21:19:02 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-16 21:19:02 +0000
commit40fdc8a404e75ab03b68cc62e9987cf208fd8c30 (patch)
tree37d9c4d3abe4aefd8a34ed797883dd2cd4862ca7 /TAO/CIAO/tools/Daemon/README
parentc254b281f1b9a4ca19dd0c3ee73a0654a7718909 (diff)
downloadATCD-typecode-overhaul.tar.gz
This commit was manufactured by cvs2svn to create branchtypecode-overhaul
'typecode-overhaul'.
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.