diff options
Diffstat (limited to 'cpp/src/IceGrid/InternalRegistryI.h')
-rw-r--r-- | cpp/src/IceGrid/InternalRegistryI.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/IceGrid/InternalRegistryI.h b/cpp/src/IceGrid/InternalRegistryI.h index d528e8ce088..e13e292b8e9 100644 --- a/cpp/src/IceGrid/InternalRegistryI.h +++ b/cpp/src/IceGrid/InternalRegistryI.h @@ -38,13 +38,13 @@ class InternalRegistryI : public InternalRegistry public: InternalRegistryI(const RegistryIPtr&, const DatabasePtr&, const ReapThreadPtr&, - const WellKnownObjectsManagerPtr&, ReplicaSessionManager&); + const WellKnownObjectsManagerPtr&, ReplicaSessionManager&); virtual ~InternalRegistryI(); virtual NodeSessionPrx registerNode(const InternalNodeInfoPtr&, const NodePrx&, const LoadInfo&, - const Ice::Current&); + const Ice::Current&); virtual ReplicaSessionPrx registerReplica(const InternalReplicaInfoPtr&, const InternalRegistryPrx&, - const Ice::Current&); + const Ice::Current&); virtual void registerWithReplica(const InternalRegistryPrx&, const Ice::Current&); |