summaryrefslogtreecommitdiff
path: root/cpp/src/IceGridLib/PluginFacadeI.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2016-11-01 12:15:52 -0400
committerBernard Normier <bernard@zeroc.com>2016-11-01 12:15:52 -0400
commit4ec499e811471faed876ccbff896ccfaf7ece308 (patch)
treef6ff6fe77a31c83efba2e4f6851aac10abb5d402 /cpp/src/IceGridLib/PluginFacadeI.cpp
parentReplaced slice compiler options --ice, --underscore and --dll-export by (diff)
downloadice-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.cpp6
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&);
};