diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-04-16 18:37:01 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-04-16 18:37:01 +0000 |
commit | f9f56a41cc6257990e31635d5255c25e140c7d79 (patch) | |
tree | 6e0eb0228235ab9214a140847445e11f28764ed8 /cpp/demo/IceBox/hello/HelloServiceI.cpp | |
parent | Updated to allow for proper handling of handshake timeouts. (diff) | |
download | ice-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.cpp | 2 |
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; |