summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-11-16 02:32:01 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-11-16 02:32:01 +0000
commitc0df48817cd76d571a739a9a0dcbdea18be82fd0 (patch)
tree477a9484974ad23c49fc7274cb07434d3034b9cd
parentf5f40d12e871788dd263a3ccb7af734e7af37c48 (diff)
downloadATCD-c0df48817cd76d571a739a9a0dcbdea18be82fd0.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index f885c354a08..eb7c26fec4f 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -7,8 +7,8 @@ Fri Nov 15 18:29:28 2002 Ossama Othman <ossama@uci.edu>
Refactored random member selection code into a TAO-specific
static method. This is possible since this random load
balancing strategy implementation is stateless. This allows
- other strategies to reuse the random member selection code with
- instantiating the TAO_LB_Random class.
+ other strategies to reuse the random member selection code
+ without instantiating the TAO_LB_Random class.
* orbsvcs/orbsvcs/LoadBalancing/LB_LeastLoaded.cpp (next_member):