diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-11-28 08:45:49 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-11-28 08:45:49 +0000 |
commit | 2e0de9a67c384bc2b7379dfb373d40521c64ff2b (patch) | |
tree | c5aa33b0706a8ae30b4c9e82fd7f59dcb6360cff /cpp/src/IceGrid/AdapterCache.h | |
parent | Changed param name (diff) | |
download | ice-2e0de9a67c384bc2b7379dfb373d40521c64ff2b.tar.bz2 ice-2e0de9a67c384bc2b7379dfb373d40521c64ff2b.tar.xz ice-2e0de9a67c384bc2b7379dfb373d40521c64ff2b.zip |
Cleanup
Diffstat (limited to 'cpp/src/IceGrid/AdapterCache.h')
-rw-r--r-- | cpp/src/IceGrid/AdapterCache.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/IceGrid/AdapterCache.h b/cpp/src/IceGrid/AdapterCache.h index 4fbd397517d..16856f36b35 100644 --- a/cpp/src/IceGrid/AdapterCache.h +++ b/cpp/src/IceGrid/AdapterCache.h @@ -63,7 +63,7 @@ public: virtual AdapterInfoSeq getAdapterInfo() const; virtual const std::string& getReplicaGroupId() const { return _replicaGroupId; } - AdapterPrx getProxy(const std::string&, bool) const; + AdapterPrx getProxy(const std::string& = std::string(), bool = true) const; int getPriority() const; private: @@ -107,8 +107,6 @@ public: ReplicaGroupEntryPtr addReplicaGroup(const ReplicaGroupDescriptor&, const std::string&); AdapterEntryPtr get(const std::string&) const; - ServerAdapterEntryPtr getServerAdapter(const std::string&) const; - ReplicaGroupEntryPtr getReplicaGroup(const std::string&) const; void removeServerAdapter(const std::string&); void removeReplicaGroup(const std::string&); |