diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-11-01 12:15:52 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-11-01 12:15:52 -0400 |
commit | 4ec499e811471faed876ccbff896ccfaf7ece308 (patch) | |
tree | f6ff6fe77a31c83efba2e4f6851aac10abb5d402 /cpp/src/IceGridLib/PluginFacadeI.cpp | |
parent | Replaced slice compiler options --ice, --underscore and --dll-export by (diff) | |
download | ice-4ec499e811471faed876ccbff896ccfaf7ece308.tar.bz2 ice-4ec499e811471faed876ccbff896ccfaf7ece308.tar.xz ice-4ec499e811471faed876ccbff896ccfaf7ece308.zip |
More consistent names for _API macros
Diffstat (limited to 'cpp/src/IceGridLib/PluginFacadeI.cpp')
-rw-r--r-- | cpp/src/IceGridLib/PluginFacadeI.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/IceGridLib/PluginFacadeI.cpp b/cpp/src/IceGridLib/PluginFacadeI.cpp index 19496104190..f84f33dff0b 100644 --- a/cpp/src/IceGridLib/PluginFacadeI.cpp +++ b/cpp/src/IceGridLib/PluginFacadeI.cpp @@ -7,8 +7,8 @@ // // ********************************************************************** -#ifndef ICE_GRID_API_EXPORTS -# define ICE_GRID_API_EXPORTS +#ifndef ICEGRID_API_EXPORTS +# define ICEGRID_API_EXPORTS #endif #include <IceGrid/IceGrid.h> @@ -28,7 +28,7 @@ RegistryPluginFacade* pluginFacade = 0; namespace IceGrid { -ICE_GRID_API void setRegistryPluginFacade(const RegistryPluginFacadePtr&); +ICEGRID_API void setRegistryPluginFacade(const RegistryPluginFacadePtr&); }; |