summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/RegistryI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-02-02 10:31:15 +0100
committerBenoit Foucher <benoit@zeroc.com>2015-02-02 10:31:15 +0100
commitbb209f348a08f27bbb561e4d5a93a0b2cbdaaf50 (patch)
tree66404a0a370f2708cc60f4a3183c0d10a5e5df04 /cpp/src/IceGrid/RegistryI.cpp
parentAdded support for registration of plugin factories (diff)
downloadice-bb209f348a08f27bbb561e4d5a93a0b2cbdaaf50.tar.bz2
ice-bb209f348a08f27bbb561e4d5a93a0b2cbdaaf50.tar.xz
ice-bb209f348a08f27bbb561e4d5a93a0b2cbdaaf50.zip
Fixed IceGrid discovery plugin to not depend on IceGrid::Locator directly
Diffstat (limited to 'cpp/src/IceGrid/RegistryI.cpp')
-rw-r--r--cpp/src/IceGrid/RegistryI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/RegistryI.cpp b/cpp/src/IceGrid/RegistryI.cpp
index 1c05d6ceea1..35d7b33c304 100644
--- a/cpp/src/IceGrid/RegistryI.cpp
+++ b/cpp/src/IceGrid/RegistryI.cpp
@@ -73,7 +73,7 @@ public:
}
}
- virtual IceGrid::LocatorPrx
+ virtual Ice::LocatorPrx
getLocator(const Ice::Current&)
{
return _wellKnownObjects->getLocator();