summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/ServerRegistryI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/ServerRegistryI.cpp')
-rw-r--r--cpp/src/IcePack/ServerRegistryI.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/src/IcePack/ServerRegistryI.cpp b/cpp/src/IcePack/ServerRegistryI.cpp
index dadaf83dabe..036a63d5d0e 100644
--- a/cpp/src/IcePack/ServerRegistryI.cpp
+++ b/cpp/src/IcePack/ServerRegistryI.cpp
@@ -18,8 +18,10 @@
using namespace std;
using namespace IcePack;
-IcePack::ServerRegistryI::ServerRegistryI(const Freeze::DBPtr& db, const TraceLevelsPtr& traceLevels) :
- _dict(db),
+IcePack::ServerRegistryI::ServerRegistryI(const Ice::CommunicatorPtr& communicator,
+ const string& envName, const string& dbName,
+ const TraceLevelsPtr& traceLevels) :
+ _dict(communicator, envName, dbName),
_traceLevels(traceLevels)
{
}