summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog11
-rw-r--r--TAO/docs/orbsvcs.html2
-rwxr-xr-xTAO/examples/Quoter/run_test.pl6
-rw-r--r--TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.mpc2
4 files changed, 16 insertions, 5 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 025e3a92480..76c77d52710 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,14 @@
+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.
+
Tue Sep 21 07:06:01 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/be/be_visitor_component/context_svh.cpp:
diff --git a/TAO/docs/orbsvcs.html b/TAO/docs/orbsvcs.html
index e79eb4f411e..424e2d4d2ec 100644
--- a/TAO/docs/orbsvcs.html
+++ b/TAO/docs/orbsvcs.html
@@ -187,7 +187,7 @@ bgcolor="#ffffff">
<UL>
<LI>Concurrency_Service</LI>
<LI>Dump_Schedule</LI>
- <LI>LifeCycle_Service</LI>
+ <LI>LifeCycle_Service/tao_coslifecycle</LI>
<LI>LoadBalancer</LI>
<LI>CosEvent_Service</LI>
<LI>Event_Service</LI>
diff --git a/TAO/examples/Quoter/run_test.pl b/TAO/examples/Quoter/run_test.pl
index 3b326804441..628daee89e6 100755
--- a/TAO/examples/Quoter/run_test.pl
+++ b/TAO/examples/Quoter/run_test.pl
@@ -92,7 +92,7 @@ $NS = $nstarget->CreateProcess (
"../../orbsvcs/Naming_Service/Naming_Service",
"-o $nstarget_nsiorfile");
$LC = $lctarget->CreateProcess (
- "../../orbsvcs/LifeCycle_Service/LifeCycle_Service",
+ "../../orbsvcs/LifeCycle_Service/tao_coslifecycle",
"$debug -ORBInitRef NameService=file://$lctarget_nsiorfile");
$SV = $svtarget->CreateProcess (
@@ -156,7 +156,7 @@ if ($cltarget->PutFile ($nsiorbase) == -1) {
$lc_status = $LC->Spawn ();
if ($lc_status != 0) {
- print STDERR "ERROR: LifeCycle_Service returned $lc_status\n";
+ print STDERR "ERROR: tao_coslifecycle returned $lc_status\n";
$NS->Kill (); $NS->TimedWait (1);
exit 1;
}
@@ -234,7 +234,7 @@ if ($sv_status != 0) {
$lc_status = $LC->TerminateWaitKill ($lctarget->ProcessStopWaitInterval());
if ($lc_status != 0) {
- print STDERR "ERROR: LifeCycle_Service returned $lc_status\n";
+ print STDERR "ERROR: tao_coslifecycle returned $lc_status\n";
$status = 1;
}
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
}