diff options
Diffstat (limited to 'cpp/src/IceGrid/ObjectCache.cpp')
-rw-r--r-- | cpp/src/IceGrid/ObjectCache.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/IceGrid/ObjectCache.cpp b/cpp/src/IceGrid/ObjectCache.cpp index f254249ed0a..ebbc0ceac42 100644 --- a/cpp/src/IceGrid/ObjectCache.cpp +++ b/cpp/src/IceGrid/ObjectCache.cpp @@ -112,7 +112,6 @@ ObjectEntry::ObjectEntry(Cache<Ice::Identity, ObjectEntry>&, const Ice::Identity void ObjectEntry::set(const Ice::CommunicatorPtr& communicator, const string& adapterId, const ObjectDescriptor& desc) { - _adapterId = adapterId; _info.proxy = communicator->stringToProxy(Ice::identityToString(desc.id) + "@" + adapterId); _info.type = desc.type; } @@ -124,12 +123,6 @@ ObjectEntry::getProxy() const } string -ObjectEntry::getAdapterId() const -{ - return _adapterId; -} - -string ObjectEntry::getType() const { return _info.type; |