summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/OpenSSLPluginI.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-04-29 16:47:21 +0000
committerMark Spruiell <mes@zeroc.com>2002-04-29 16:47:21 +0000
commit1b0980dca71bc7f4c0298ff6c6278d6f3b2fe8a1 (patch)
tree1dd27334e91ef2cddacb68a11cc28f8ec03ef989 /cpp/src/IceSSL/OpenSSLPluginI.cpp
parentminor clean-up (diff)
downloadice-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.cpp2
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);