diff options
Diffstat (limited to 'cpp/src/Ice/LocatorInfo.h')
-rw-r--r-- | cpp/src/Ice/LocatorInfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/Ice/LocatorInfo.h b/cpp/src/Ice/LocatorInfo.h index 09dbaa75b7c..4e00edae33f 100644 --- a/cpp/src/Ice/LocatorInfo.h +++ b/cpp/src/Ice/LocatorInfo.h @@ -79,9 +79,9 @@ public: Ice::LocatorPrx getLocator() const; Ice::LocatorRegistryPrx getLocatorRegistry(); - std::vector<EndpointPtr> getEndpoints(const ReferencePtr&, bool&); - void clearCache(const ReferencePtr&); - void clearObjectCache(const ReferencePtr&); + std::vector<EndpointPtr> getEndpoints(const IndirectReferencePtr&, bool&); + void clearCache(const IndirectReferencePtr&); + void clearObjectCache(const IndirectReferencePtr&); private: |