diff options
Diffstat (limited to 'cpp/src/IceGrid/InternalRegistryI.h')
-rw-r--r-- | cpp/src/IceGrid/InternalRegistryI.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/InternalRegistryI.h b/cpp/src/IceGrid/InternalRegistryI.h index 8200bf0d21f..6183fa8bdc5 100644 --- a/cpp/src/IceGrid/InternalRegistryI.h +++ b/cpp/src/IceGrid/InternalRegistryI.h @@ -41,8 +41,9 @@ public: const WellKnownObjectsManagerPtr&, ReplicaSessionManager&); virtual ~InternalRegistryI(); - virtual NodeSessionPrx registerNode(const NodeInfo&, const NodePrx&, const Ice::Current&); - virtual ReplicaSessionPrx registerReplica(const RegistryInfo&, const InternalRegistryPrx&, const Ice::Current&); + virtual NodeSessionPrx registerNode(const InternalNodeInfoPtr&, const NodePrx&, const Ice::Current&); + virtual ReplicaSessionPrx registerReplica(const InternalReplicaInfoPtr&, const InternalRegistryPrx&, + const Ice::Current&); virtual void registerWithReplica(const InternalRegistryPrx&, const Ice::Current&); |