summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/NEWS1
-rw-r--r--TAO/docs/orbsvcs.html2
-rw-r--r--TAO/orbsvcs/Scheduling_Service/Scheduling_Service.mpc2
4 files changed, 10 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 7e64e419224..eff58f3af9a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Wed Sep 22 08:15:12 UTC 2010 Marcel Smit <msmit@remedy.nl>
+
+ * NEWS:
+ * docs/orbsvcs.html:
+ * orbsvcs/Scheduling_Service/Scheduling_Service.mpc:
+ Renamed Scheduling_Service to tao_cosscheduling.
+
Wed Sep 22 08:12:41 UTC 2010 Marcel Smit <msmit@remedy.nl>
* NEWS:
diff --git a/TAO/NEWS b/TAO/NEWS
index 0be7ea58186..4c1366a57be 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -18,6 +18,7 @@ USER VISIBLE CHANGES BETWEEN TAO-1.8.2 and TAO-1.8.3
* 'IFR_Service' to 'tao_ifr_service'
* 'TAO_Service' to 'tao_service'
* 'Fault_Detector' to 'tao_fault_detector'
+ * 'Scheduling_Service' to 'tao_cosscheduling'
USER VISIBLE CHANGES BETWEEN TAO-1.8.1 and TAO-1.8.2
====================================================
diff --git a/TAO/docs/orbsvcs.html b/TAO/docs/orbsvcs.html
index 19aa5270f88..cb42bbfa80d 100644
--- a/TAO/docs/orbsvcs.html
+++ b/TAO/docs/orbsvcs.html
@@ -198,7 +198,7 @@ bgcolor="#ffffff">
<LI>Fault_Detector/tao_fault_detector</LI>
<LI>Fault_Notifier</LI>
<LI>Naming_Service</LI>
- <LI>Scheduling_Service</LI>
+ <LI>Scheduling_Service/tao_cosscheduling</LI>
<LI>Trading_Service</LI>
<LI>Time_Service</LI>
<LI>ImplRepo_Service *(see below)*</LI>
diff --git a/TAO/orbsvcs/Scheduling_Service/Scheduling_Service.mpc b/TAO/orbsvcs/Scheduling_Service/Scheduling_Service.mpc
index a6fd23697f3..9d3a4a959c1 100644
--- a/TAO/orbsvcs/Scheduling_Service/Scheduling_Service.mpc
+++ b/TAO/orbsvcs/Scheduling_Service/Scheduling_Service.mpc
@@ -2,5 +2,5 @@
// $Id$
project : orbsvcsexe, install, rtsched, naming, svc_utils, iortable, portableserver, utils {
- exename = Scheduling_Service
+ exename = tao_cosscheduling
}