summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/NodeCache.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2013-08-28 17:56:33 +0200
committerBenoit Foucher <benoit@zeroc.com>2013-08-28 17:56:33 +0200
commit08cb802bb321d6a92323792d4f0dbefe13d87032 (patch)
tree07a487d26275ce136e8dee0d12422d2afe2498b5 /cpp/src/IceGrid/NodeCache.h
parentmakedist.py fixes (diff)
downloadice-08cb802bb321d6a92323792d4f0dbefe13d87032.tar.bz2
ice-08cb802bb321d6a92323792d4f0dbefe13d87032.tar.xz
ice-08cb802bb321d6a92323792d4f0dbefe13d87032.zip
Fix for ICE-5357: improved discovery of replicas on node/slave startup
Diffstat (limited to 'cpp/src/IceGrid/NodeCache.h')
-rw-r--r--cpp/src/IceGrid/NodeCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/NodeCache.h b/cpp/src/IceGrid/NodeCache.h
index 97cb03143b0..997081bd344 100644
--- a/cpp/src/IceGrid/NodeCache.h
+++ b/cpp/src/IceGrid/NodeCache.h
@@ -32,7 +32,7 @@ typedef std::vector<ServerEntryPtr> ServerEntrySeq;
class ReplicaCache;
-class NodeEntry : public IceUtil::Monitor<IceUtil::RecMutex>
+class NodeEntry : private IceUtil::Monitor<IceUtil::RecMutex>
{
public: