3#ifndef ICE_LOCATOR_DISCOVERY_H
4#define ICE_LOCATOR_DISCOVERY_H
8#ifndef ICE_LOCATOR_DISCOVERY_API
9# ifdef ICE_LOCATOR_DISCOVERY_API_EXPORTS
10# define ICE_LOCATOR_DISCOVERY_API ICE_DECLSPEC_EXPORT
12# define ICE_LOCATOR_DISCOVERY_API
16#if defined(_MSC_VER) && !defined(ICE_LOCATOR_DISCOVERY_API_EXPORTS) && !defined(ICE_DISABLE_PRAGMA_COMMENT)
17# pragma comment(lib, ICE_LIBNAME("IceLocatorDiscovery"))
Ice::PluginFactory locatorDiscoveryPluginFactory()
Returns the factory for the IceLocatorDiscovery plug-in.
IceLocatorDiscovery is an Ice plug-in that enables the discovery of Ice locators (such as IceGrid) vi...
Represents a plug-in factory.