diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-02-02 10:31:15 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-02-02 10:31:15 +0100 |
commit | bb209f348a08f27bbb561e4d5a93a0b2cbdaaf50 (patch) | |
tree | 66404a0a370f2708cc60f4a3183c0d10a5e5df04 /slice | |
parent | Added support for registration of plugin factories (diff) | |
download | ice-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.ice | 4 |
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); }; /** |