summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/LifeCycle_Service
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2010-09-21 09:42:16 +0000
committermsmit <msmit@remedy.nl>2010-09-21 09:42:16 +0000
commit1043abba3e627b8433a4f2c17133706c989e5d6f (patch)
tree2dcb5003c0e952bee19dd658655f8850de054e7e /TAO/orbsvcs/LifeCycle_Service
parent1db64256c692296a16c953130200fcfe5a888652 (diff)
downloadATCD-1043abba3e627b8433a4f2c17133706c989e5d6f.tar.gz
Tue Sep 21 09:41:09 UTC 2010 Marcel Smit <msmit@remedy.nl>
* docs/orbsvcs.html: * examples/Quoter/run_test.pl: * orbsvcs/LifeCycle_Service/LifeCycle_Service.mpc: Renamed LifeCycle_Service to tao_coslifecycle. This is the first commit of a rename action regarding the ORB services. This rename action is performed due to the fact that different CORBA vendors also have these services and it is sometimes hard to distinguish between those. The main change will be the tao_ prefix.
Diffstat (limited to 'TAO/orbsvcs/LifeCycle_Service')
-rw-r--r--TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.mpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.mpc b/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.mpc
index 2d723964e3a..82dac4d7097 100644
--- a/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.mpc
+++ b/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.mpc
@@ -2,5 +2,5 @@
// $Id$
project : orbsvcsexe, lifecycle_skel, naming, trading_serv, avoids_minimum_corba, utils, install {
- exename = LifeCycle_Service
+ exename = tao_coslifecycle
}