summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/ObjectRegistryI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/ObjectRegistryI.h')
-rw-r--r--cpp/src/IcePack/ObjectRegistryI.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/src/IcePack/ObjectRegistryI.h b/cpp/src/IcePack/ObjectRegistryI.h
index 8ea32cdd7b3..0553073e1a4 100644
--- a/cpp/src/IcePack/ObjectRegistryI.h
+++ b/cpp/src/IcePack/ObjectRegistryI.h
@@ -29,7 +29,11 @@ class ObjectRegistryI : public ObjectRegistry, public IceUtil::Mutex
{
public:
- ObjectRegistryI(const Freeze::DBPtr&, const Freeze::DBPtr&, const TraceLevelsPtr&);
+ ObjectRegistryI(const Ice::CommunicatorPtr& communicator,
+ const std::string& envName,
+ const std::string& objectsDbName,
+ const std::string& typesDbName,
+ const TraceLevelsPtr& traceLevels);
virtual void add(const IcePack::ObjectDescription&, const ::Ice::Current&);
virtual void remove(const Ice::ObjectPrx&, const ::Ice::Current&);