summaryrefslogtreecommitdiff
path: root/slice
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 /slice
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 'slice')
-rw-r--r--slice/IceGrid/Discovery.ice4
1 files changed, 2 insertions, 2 deletions
diff --git a/slice/IceGrid/Discovery.ice b/slice/IceGrid/Discovery.ice
index d6c36f0f0b6..0cec22a922b 100644
--- a/slice/IceGrid/Discovery.ice
+++ b/slice/IceGrid/Discovery.ice
@@ -12,7 +12,7 @@
[["cpp:header-ext:h", "objc:header-dir:objc"]]
[["cpp:include:IceGrid/Config.h"]]
-#include <IceGrid/Locator.ice>
+#include <Ice/Locator.ice>
["objc:prefix:ICEGRID"]
module IceGrid
@@ -38,7 +38,7 @@ interface LookupReply
* @param prx The proxy of the locator.
*
**/
- void foundLocator(Locator* prx);
+ void foundLocator(Ice::Locator* prx);
};
/**