summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_Location_Hash.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/LoadBalancing/LB_Location_Hash.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LB_Location_Hash.inl3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_Location_Hash.inl b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_Location_Hash.inl
index c524a4f9598..1174194abae 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_Location_Hash.inl
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_Location_Hash.inl
@@ -6,6 +6,9 @@ ACE_INLINE CORBA::ULong
TAO_LB_Location_Hash::operator() (
const LoadBalancing::Location &location) const
{
+ // @todo Interim implementation until we figure out what to do when a
+ // location has multiple components.
+
CORBA::ULong len = location.length ();
CORBA::ULong hash = 0;