diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-09-19 08:28:15 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-09-19 08:28:15 +0000 |
commit | 0b65311fc96640969f1404fa550615ed855e8b04 (patch) | |
tree | 35c36b70718238137e4b80dbd08fbf0345ca5c8c /cpp/src/IceGrid/Database.h | |
parent | Fixed IceGrid bugs 1381, 1382, 1369, 1342, 1341, 1334 (diff) | |
download | ice-0b65311fc96640969f1404fa550615ed855e8b04.tar.bz2 ice-0b65311fc96640969f1404fa550615ed855e8b04.tar.xz ice-0b65311fc96640969f1404fa550615ed855e8b04.zip |
Fixed registry observer.
Diffstat (limited to 'cpp/src/IceGrid/Database.h')
-rw-r--r-- | cpp/src/IceGrid/Database.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Database.h b/cpp/src/IceGrid/Database.h index a3402da3f99..9f93d00cdc8 100644 --- a/cpp/src/IceGrid/Database.h +++ b/cpp/src/IceGrid/Database.h @@ -51,7 +51,7 @@ class Database : public IceUtil::Shared, public IceUtil::Monitor<IceUtil::Mutex> public: Database(const Ice::ObjectAdapterPtr&, const IceStorm::TopicManagerPrx&, const std::string&, const TraceLevelsPtr&, - bool); + const RegistryInfo&, bool); virtual ~Database(); void destroy(); |