summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/NodeRegistryI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/NodeRegistryI.h')
-rw-r--r--cpp/src/IcePack/NodeRegistryI.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/src/IcePack/NodeRegistryI.h b/cpp/src/IcePack/NodeRegistryI.h
index 3da69bb4ed9..d2b4a74767f 100644
--- a/cpp/src/IcePack/NodeRegistryI.h
+++ b/cpp/src/IcePack/NodeRegistryI.h
@@ -42,10 +42,14 @@ public:
private:
- StringObjectProxyDict _dict;
+ Freeze::ConnectionPtr _connectionCache;
+ StringObjectProxyDict _dictCache;
AdapterRegistryPtr _adapterRegistry;
AdapterFactoryPtr _adapterFactory;
TraceLevelsPtr _traceLevels;
+ const std::string _envName;
+ const Ice::CommunicatorPtr _communicator;
+ const std::string _dbName;
};
}