summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/Service.cpp
diff options
context:
space:
mode:
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;