summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/Service.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/IceStorm/Service.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/IceStorm/Service.cpp')
-rw-r--r--cpp/src/IceStorm/Service.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceStorm/Service.cpp b/cpp/src/IceStorm/Service.cpp
index 3f78ad37a25..011c6faa5da 100644
--- a/cpp/src/IceStorm/Service.cpp
+++ b/cpp/src/IceStorm/Service.cpp
@@ -7,7 +7,7 @@
//
// **********************************************************************
-#define ICE_STORM_SERVICE_API_EXPORTS
+#define ICESTORM_SERVICE_API_EXPORTS
#include <Ice/PluginManagerI.h> // For loadPlugin
@@ -94,7 +94,7 @@ private:
extern "C"
{
-ICE_STORM_SERVICE_API ::IceBox::Service*
+ICESTORM_SERVICE_API ::IceBox::Service*
createIceStorm(CommunicatorPtr communicator)
{
return new ServiceI;