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