diff options
Diffstat (limited to 'cpp/src/IceGrid/InternalRegistryI.cpp')
-rw-r--r-- | cpp/src/IceGrid/InternalRegistryI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/InternalRegistryI.cpp b/cpp/src/IceGrid/InternalRegistryI.cpp index 2425fe0f177..e7c7df6864b 100644 --- a/cpp/src/IceGrid/InternalRegistryI.cpp +++ b/cpp/src/IceGrid/InternalRegistryI.cpp @@ -45,7 +45,7 @@ InternalRegistryI::~InternalRegistryI() } NodeSessionPrx -InternalRegistryI::registerNode(const NodeInfo& info, const NodePrx& node, const Ice::Current& current) +InternalRegistryI::registerNode(const InternalNodeInfoPtr& info, const NodePrx& node, const Ice::Current& current) { const Ice::LoggerPtr logger = _database->getTraceLevels()->logger; try @@ -61,7 +61,7 @@ InternalRegistryI::registerNode(const NodeInfo& info, const NodePrx& node, const } ReplicaSessionPrx -InternalRegistryI::registerReplica(const RegistryInfo& info, +InternalRegistryI::registerReplica(const InternalReplicaInfoPtr& info, const InternalRegistryPrx& prx, const Ice::Current& current) { |