diff options
Diffstat (limited to 'cpp/include/IceStorm/Service.h')
-rw-r--r-- | cpp/include/IceStorm/Service.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/include/IceStorm/Service.h b/cpp/include/IceStorm/Service.h index 9b9cc777777..db427a04a00 100644 --- a/cpp/include/IceStorm/Service.h +++ b/cpp/include/IceStorm/Service.h @@ -13,11 +13,11 @@ #include <IceBox/IceBox.h> #include <IceStorm/IceStorm.h> -#ifndef ICE_STORM_SERVICE_API -# ifdef ICE_STORM_SERVICE_API_EXPORTS -# define ICE_STORM_SERVICE_API ICE_DECLSPEC_EXPORT +#ifndef ICE_STORM_API +# ifdef ICE_STORM_API_EXPORTS +# define ICE_STORM_API ICE_DECLSPEC_EXPORT # else -# define ICE_STORM_SERVICE_API ICE_DECLSPEC_IMPORT +# define ICE_STORM_API ICE_DECLSPEC_IMPORT # endif #endif @@ -27,7 +27,7 @@ namespace IceStorm class Service; typedef ::IceInternal::Handle< ::IceStorm::Service> ServicePtr; -class ICE_STORM_SERVICE_API Service : public ::IceBox::Service +class ICE_STORM_API Service : public ::IceBox::Service { public: |