diff options
Diffstat (limited to 'cpp/src/IceGrid/WellKnownObjectsManager.h')
-rw-r--r-- | cpp/src/IceGrid/WellKnownObjectsManager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/WellKnownObjectsManager.h b/cpp/src/IceGrid/WellKnownObjectsManager.h index a879b824bf0..f6ee5a35112 100644 --- a/cpp/src/IceGrid/WellKnownObjectsManager.h +++ b/cpp/src/IceGrid/WellKnownObjectsManager.h @@ -11,6 +11,7 @@ #define ICE_GRID_WELL_KNOWN_OBJECTS_MANAGER_H #include <IceGrid/Internal.h> +#include <IceGrid/Locator.h> namespace IceGrid { @@ -34,6 +35,8 @@ public: Ice::ObjectPrx getEndpoints(const std::string&); + LocatorPrx getLocator(); + private: bool initialized() const; |