diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-03-12 17:56:56 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-03-12 17:56:56 +0100 |
commit | ddf655a37d5d62a3b89adbf4d7ad9d23da65756c (patch) | |
tree | 0930dab75fd5b5153ddfde972d5d7a946ef55541 /cpp/src/IceGrid/RegistryI.h | |
parent | SLES fixes (diff) | |
download | ice-ddf655a37d5d62a3b89adbf4d7ad9d23da65756c.tar.bz2 ice-ddf655a37d5d62a3b89adbf4d7ad9d23da65756c.tar.xz ice-ddf655a37d5d62a3b89adbf4d7ad9d23da65756c.zip |
Fixed bug 2738
Diffstat (limited to 'cpp/src/IceGrid/RegistryI.h')
-rw-r--r-- | cpp/src/IceGrid/RegistryI.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/RegistryI.h b/cpp/src/IceGrid/RegistryI.h index 060dd405103..9b81da5fe8e 100644 --- a/cpp/src/IceGrid/RegistryI.h +++ b/cpp/src/IceGrid/RegistryI.h @@ -48,7 +48,7 @@ class RegistryI : public Registry { public: - RegistryI(const Ice::CommunicatorPtr&, const TraceLevelsPtr&, bool); + RegistryI(const Ice::CommunicatorPtr&, const TraceLevelsPtr&, bool, bool); ~RegistryI(); bool start(); @@ -99,6 +99,7 @@ private: const Ice::CommunicatorPtr _communicator; const TraceLevelsPtr _traceLevels; const bool _nowarn; + const bool _readonly; DatabasePtr _database; Ice::ObjectAdapterPtr _clientAdapter; |