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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IcePack/NodeRegistryI.h b/cpp/src/IcePack/NodeRegistryI.h
index 76d12013373..3da69bb4ed9 100644
--- a/cpp/src/IcePack/NodeRegistryI.h
+++ b/cpp/src/IcePack/NodeRegistryI.h
@@ -31,7 +31,8 @@ class NodeRegistryI : public NodeRegistry, public IceUtil::Mutex
{
public:
- NodeRegistryI(const Freeze::DBPtr&, const AdapterRegistryPtr&, const AdapterFactoryPtr&, const TraceLevelsPtr&);
+ NodeRegistryI(const Ice::CommunicatorPtr&, const std::string&, const std::string&,
+ const AdapterRegistryPtr&, const AdapterFactoryPtr&, const TraceLevelsPtr&);
virtual void add(const std::string&, const NodePrx&, const ::Ice::Current&);
virtual void remove(const std::string&, const ::Ice::Current& = Ice::Current());