summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LB_Replica_Hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/LB_Replica_Hash.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/LB_Replica_Hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LB_Replica_Hash.h b/TAO/orbsvcs/orbsvcs/LB_Replica_Hash.h
index e220dadf48a..3b6f5d037da 100644
--- a/TAO/orbsvcs/orbsvcs/LB_Replica_Hash.h
+++ b/TAO/orbsvcs/orbsvcs/LB_Replica_Hash.h
@@ -57,7 +57,7 @@ class TAO_LB_Location_Hash
public:
- CORBA::ULong operator() (const TAO_LoadBalancing::Location &) const;
+ CORBA::ULong operator() (const TAO_PortableGroup::Location &) const;
// Generates a hash value based on the contents of the
// Location.
};