diff options
Diffstat (limited to 'cpp/src/IceGrid/WellKnownObjectsManager.h')
-rw-r--r-- | cpp/src/IceGrid/WellKnownObjectsManager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/IceGrid/WellKnownObjectsManager.h b/cpp/src/IceGrid/WellKnownObjectsManager.h index 38d8006c938..ddf33e75daa 100644 --- a/cpp/src/IceGrid/WellKnownObjectsManager.h +++ b/cpp/src/IceGrid/WellKnownObjectsManager.h @@ -22,7 +22,7 @@ typedef IceUtil::Handle<Database> DatabasePtr; class WellKnownObjectsManager : public IceUtil::Mutex, public IceUtil::Shared { public: - + WellKnownObjectsManager(const DatabasePtr&); void add(const Ice::ObjectPrx&, const std::string&); @@ -34,10 +34,10 @@ public: void updateReplicatedWellKnownObjects(); Ice::ObjectPrx getEndpoints(const std::string&); - + LocatorPrx getLocator(); Ice::LocatorRegistryPrx getLocatorRegistry(); - + private: bool initialized() const; |