diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-04-29 16:47:21 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-04-29 16:47:21 +0000 |
commit | 1b0980dca71bc7f4c0298ff6c6278d6f3b2fe8a1 (patch) | |
tree | 1dd27334e91ef2cddacb68a11cc28f8ec03ef989 /cpp/src/IceSSL/OpenSSLPluginI.cpp | |
parent | minor clean-up (diff) | |
download | ice-1b0980dca71bc7f4c0298ff6c6278d6f3b2fe8a1.tar.bz2 ice-1b0980dca71bc7f4c0298ff6c6278d6f3b2fe8a1.tar.xz ice-1b0980dca71bc7f4c0298ff6c6278d6f3b2fe8a1.zip |
Win32 fix for entry point
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLPluginI.cpp')
-rw-r--r-- | cpp/src/IceSSL/OpenSSLPluginI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/OpenSSLPluginI.cpp b/cpp/src/IceSSL/OpenSSLPluginI.cpp index 1b73ea806c5..d3c410cb76e 100644 --- a/cpp/src/IceSSL/OpenSSLPluginI.cpp +++ b/cpp/src/IceSSL/OpenSSLPluginI.cpp @@ -64,7 +64,7 @@ using namespace IceSSL; extern "C" { -Ice::Plugin* +ICE_SSL_API Ice::Plugin* create(const CommunicatorPtr& communicator, const string& name, const StringSeq& args) { ProtocolPluginFacadePtr facade = getProtocolPluginFacade(communicator); |