diff options
Diffstat (limited to 'cpp/src/IcePack/ServerRegistryI.h')
-rw-r--r-- | cpp/src/IcePack/ServerRegistryI.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/src/IcePack/ServerRegistryI.h b/cpp/src/IcePack/ServerRegistryI.h index 165b6a7def9..232d9d0d6e2 100644 --- a/cpp/src/IcePack/ServerRegistryI.h +++ b/cpp/src/IcePack/ServerRegistryI.h @@ -38,8 +38,12 @@ public: private: - StringObjectProxyDict _dict; + Freeze::ConnectionPtr _connectionCache; + StringObjectProxyDict _dictCache; TraceLevelsPtr _traceLevels; + const std::string _envName; + const Ice::CommunicatorPtr _communicator; + const std::string _dbName; }; } |