summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-08-01 20:28:42 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-08-01 20:28:42 +0000
commite7f1cd78170d38d9e14e70ea2f2f48f1101241ef (patch)
tree569f0811030494a90bad9d5dab090b3a9fab87f1
parent8650cfc171a05c99f75cb75d5cc3aa9abef6ef8e (diff)
downloadATCD-e7f1cd78170d38d9e14e70ea2f2f48f1101241ef.tar.gz
ChangeLogTag:Thu Aug 1 13:26:40 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/orbsvcs/orbsvcs/CosLoadBalancing.idl4
2 files changed, 9 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index bddaf2e466a..c8b41b1d87f 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Thu Aug 1 13:26:40 2002 Ossama Othman <ossama@uci.edu>
+
+ * orbsvcs/orbsvcs/CosLoadBalancing.idl:
+
+ Changed name of load shedding related ServiceContext's ServiceId
+ to "LOAD_MANAGED" to better match its purpose as a flag.
+
Thu Aug 1 13:24:21 2002 Ossama Othman <ossama@uci.edu>
* orbsvcs/orbsvcs/LoadBalancing/LB_ClientRequestInterceptor.h:
diff --git a/TAO/orbsvcs/orbsvcs/CosLoadBalancing.idl b/TAO/orbsvcs/orbsvcs/CosLoadBalancing.idl
index 492a8244a9d..e2697e5cc12 100644
--- a/TAO/orbsvcs/orbsvcs/CosLoadBalancing.idl
+++ b/TAO/orbsvcs/orbsvcs/CosLoadBalancing.idl
@@ -38,7 +38,7 @@
*/
module CosLoadBalancing
{
- const IOP::ServiceId LB_GROUP_REF = 123456; // @todo TBA by OMG
+ const IOP::ServiceId LOAD_MANAGED = 123456; // @todo TBA by OMG
typedef PortableGroup::Location Location;
typedef PortableGroup::Properties Properties;
@@ -147,7 +147,7 @@ module CosLoadBalancing
// Return the raw loads at the given location, as opposed to the
// potentially different effective loads returned by the
- // Strategy::get_loads() method.
+ // Strategy::get_loads() method.
LoadList get_loads (in PortableGroup::Location the_location)
raises (LocationNotFound);