Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
IceLocatorDiscovery.h
1// Copyright (c) ZeroC, Inc.
2
3#ifndef ICE_LOCATOR_DISCOVERY_H
4#define ICE_LOCATOR_DISCOVERY_H
5
6#include "Ice/Ice.h"
7
8#ifndef ICE_LOCATOR_DISCOVERY_API
9# ifdef ICE_LOCATOR_DISCOVERY_API_EXPORTS
10# define ICE_LOCATOR_DISCOVERY_API ICE_DECLSPEC_EXPORT
11# else
12# define ICE_LOCATOR_DISCOVERY_API /**/
13# endif
14#endif
15
16#if defined(_MSC_VER) && !defined(ICE_LOCATOR_DISCOVERY_API_EXPORTS) && !defined(ICE_DISABLE_PRAGMA_COMMENT)
17# pragma comment(lib, ICE_LIBNAME("IceLocatorDiscovery")) // Automatically link with IceLocatorDiscovery[D].lib
18#endif
19
20namespace IceLocatorDiscovery
21{
22 /// Returns the factory for the IceLocatorDiscovery plug-in.
23 /// @return The factory for the IceLocatorDiscovery plug-in.
24 /// @see Ice::InitializationData::pluginFactories
26}
27
28#endif
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...
Definition Lookup.h:25
Represents a plug-in factory.