summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/WellKnownObjectsManager.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2014-07-10 14:16:59 +0200
committerBenoit Foucher <benoit@zeroc.com>2014-07-10 14:16:59 +0200
commit9962c1c90ddb9a0986bb98f84f2d97685203fce0 (patch)
treefef7973a98850f43f7118f65b8e8b8586286d987 /cpp/src/IceGrid/WellKnownObjectsManager.h
parentFix background test. (diff)
downloadice-9962c1c90ddb9a0986bb98f84f2d97685203fce0.tar.bz2
ice-9962c1c90ddb9a0986bb98f84f2d97685203fce0.tar.xz
ice-9962c1c90ddb9a0986bb98f84f2d97685203fce0.zip
ICE-4612: first cut of the IceGrid discovery plugin and APIs
Diffstat (limited to 'cpp/src/IceGrid/WellKnownObjectsManager.h')
-rw-r--r--cpp/src/IceGrid/WellKnownObjectsManager.h3
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;