diff options
Diffstat (limited to 'cpp/demo/IceGrid/icebox/HelloServiceI.cpp')
-rw-r--r-- | cpp/demo/IceGrid/icebox/HelloServiceI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceGrid/icebox/HelloServiceI.cpp b/cpp/demo/IceGrid/icebox/HelloServiceI.cpp index 16be2704a8c..4d04fe418fe 100644 --- a/cpp/demo/IceGrid/icebox/HelloServiceI.cpp +++ b/cpp/demo/IceGrid/icebox/HelloServiceI.cpp @@ -19,7 +19,7 @@ extern "C" // // Factory function // -HELLO_API IceBox::Service* +ICE_DECLSPEC_EXPORT IceBox::Service* create(Ice::CommunicatorPtr communicator) { return new HelloServiceI; |