summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/LocatorInfo.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-10-29 04:21:38 +0000
committerMichi Henning <michi@zeroc.com>2004-10-29 04:21:38 +0000
commit1a469c19cd810f7d60e45f2a1726372455dde834 (patch)
tree7289e8a4d55672971d06682ea05747227b79af06 /cpp/src/Ice/LocatorInfo.h
parentAdded try-catch block to Generate.cs. Updated version number to 2.0.0. (diff)
downloadice-1a469c19cd810f7d60e45f2a1726372455dde834.tar.bz2
ice-1a469c19cd810f7d60e45f2a1726372455dde834.tar.xz
ice-1a469c19cd810f7d60e45f2a1726372455dde834.zip
Reference refactoring.
Diffstat (limited to 'cpp/src/Ice/LocatorInfo.h')
-rw-r--r--cpp/src/Ice/LocatorInfo.h6
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: