summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/ServerRegistryI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/ServerRegistryI.h')
-rw-r--r--cpp/src/IcePack/ServerRegistryI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/ServerRegistryI.h b/cpp/src/IcePack/ServerRegistryI.h
index 887435b2e18..165b6a7def9 100644
--- a/cpp/src/IcePack/ServerRegistryI.h
+++ b/cpp/src/IcePack/ServerRegistryI.h
@@ -28,7 +28,7 @@ class ServerRegistryI : public ServerRegistry
{
public:
- ServerRegistryI(const Freeze::DBPtr&, const TraceLevelsPtr&);
+ ServerRegistryI(const Ice::CommunicatorPtr&, const std::string&, const std::string&, const TraceLevelsPtr&);
virtual void add(const std::string&, const ServerPrx&, const ::Ice::Current&);
virtual void remove(const std::string&, const ::Ice::Current&);