diff options
Diffstat (limited to 'cpp/src/IceGrid/Database.cpp')
-rw-r--r-- | cpp/src/IceGrid/Database.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Database.cpp b/cpp/src/IceGrid/Database.cpp index f88f4b139b2..9ba16639f8f 100644 --- a/cpp/src/IceGrid/Database.cpp +++ b/cpp/src/IceGrid/Database.cpp @@ -163,6 +163,12 @@ Database::~Database() { } +void +Database::destroy() +{ + _nodeCache.destroy(); // Break cyclic reference count. +} + std::string Database::getInstanceName() const { |