summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LB_Location_Hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/LB_Location_Hash.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/LB_Location_Hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LB_Location_Hash.h b/TAO/orbsvcs/orbsvcs/LB_Location_Hash.h
index 47a21aec618..04be62fb559 100644
--- a/TAO/orbsvcs/orbsvcs/LB_Location_Hash.h
+++ b/TAO/orbsvcs/orbsvcs/LB_Location_Hash.h
@@ -35,7 +35,7 @@ class TAO_LB_Location_Hash
public:
/// Creates a hash based on all of elements of the given Location
- CORBA::ULong operator() (const LoadBalancing::Location &) const;
+ CORBA::ULong operator() (const PortableGroup::Location &) const;
};