summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/NodeCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/NodeCache.h')
-rw-r--r--cpp/src/IceGrid/NodeCache.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/src/IceGrid/NodeCache.h b/cpp/src/IceGrid/NodeCache.h
index 6e1c675cc77..92414e13098 100644
--- a/cpp/src/IceGrid/NodeCache.h
+++ b/cpp/src/IceGrid/NodeCache.h
@@ -35,10 +35,10 @@ class ReplicaCache;
class NodeEntry : private IceUtil::Monitor<IceUtil::RecMutex>
{
public:
-
+
NodeEntry(NodeCache&, const std::string&);
virtual ~NodeEntry();
-
+
void addDescriptor(const std::string&, const NodeDescriptor&);
void removeDescriptor(const std::string&);
@@ -55,13 +55,13 @@ public:
Ice::ObjectPrx getAdminProxy() const;
bool canRemove();
-
+
void loadServer(const ServerEntryPtr&, const ServerInfo&, const SessionIPtr&, int, bool);
void destroyServer(const ServerEntryPtr&, const ServerInfo&, int, bool);
ServerInfo getServerInfo(const ServerInfo&, const SessionIPtr&);
InternalServerDescriptorPtr getInternalServerDescriptor(const ServerInfo&, const SessionIPtr&);
-
+
void __incRef();
void __decRef();
@@ -71,7 +71,7 @@ public:
void finishedRegistration(const Ice::Exception&);
private:
-
+
ServerDescriptorPtr getServerDescriptor(const ServerInfo&, const SessionIPtr&);
InternalServerDescriptorPtr getInternalServerDescriptor(const ServerInfo&) const;
@@ -101,7 +101,7 @@ public:
ReplicaCache& getReplicaCache() const { return _replicaCache; }
private:
-
+
const Ice::CommunicatorPtr _communicator;
const std::string _replicaName;
ReplicaCache& _replicaCache;