// // Copyright (c) ZeroC, Inc. All rights reserved. // #ifndef ICEGRID_H #define ICEGRID_H #include #include #include #include #include #include #include #include namespace IceGrid { /** * Obtains the plug-in facade for the IceGrid registry. * @return The plug-in facade. */ ICEGRID_API RegistryPluginFacadePtr getRegistryPluginFacade(); } #endif