summaryrefslogtreecommitdiff
path: root/cpp/demo/IceBox/hello/HelloServiceI.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-04-16 18:37:01 +0000
committerMark Spruiell <mes@zeroc.com>2002-04-16 18:37:01 +0000
commitf9f56a41cc6257990e31635d5255c25e140c7d79 (patch)
tree6e0eb0228235ab9214a140847445e11f28764ed8 /cpp/demo/IceBox/hello/HelloServiceI.cpp
parentUpdated to allow for proper handling of handshake timeouts. (diff)
downloadice-f9f56a41cc6257990e31635d5255c25e140c7d79.tar.bz2
ice-f9f56a41cc6257990e31635d5255c25e140c7d79.tar.xz
ice-f9f56a41cc6257990e31635d5255c25e140c7d79.zip
Win32 fixes for IceBox
Diffstat (limited to 'cpp/demo/IceBox/hello/HelloServiceI.cpp')
-rw-r--r--cpp/demo/IceBox/hello/HelloServiceI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceBox/hello/HelloServiceI.cpp b/cpp/demo/IceBox/hello/HelloServiceI.cpp
index 01196f1cfda..a3b757b928f 100644
--- a/cpp/demo/IceBox/hello/HelloServiceI.cpp
+++ b/cpp/demo/IceBox/hello/HelloServiceI.cpp
@@ -10,7 +10,7 @@ extern "C"
//
// Factory function
//
-::IceBox::ServicePtr
+HELLO_API ::IceBox::Service*
create(::Ice::CommunicatorPtr communicator)
{
return new HelloServiceI;