summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Database.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/Database.cpp')
-rw-r--r--cpp/src/IceGrid/Database.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Database.cpp b/cpp/src/IceGrid/Database.cpp
index e85da36de40..843b8bdf383 100644
--- a/cpp/src/IceGrid/Database.cpp
+++ b/cpp/src/IceGrid/Database.cpp
@@ -433,6 +433,12 @@ Database::getNode(const string& name) const
return _nodeCache.get(name)->getProxy();
}
+NodeInfo
+Database::getNodeInfo(const string& name) const
+{
+ return _nodeCache.get(name)->getInfo();
+}
+
void
Database::removeNode(const string& name)
{