summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/interceptor/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/interceptor/Client.cpp')
-rw-r--r--cpp/test/Ice/interceptor/Client.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/cpp/test/Ice/interceptor/Client.cpp b/cpp/test/Ice/interceptor/Client.cpp
index 4c5abcf5a70..7653c369306 100644
--- a/cpp/test/Ice/interceptor/Client.cpp
+++ b/cpp/test/Ice/interceptor/Client.cpp
@@ -97,20 +97,11 @@ extern "C" void testAction(int)
}
#endif
-#ifdef ICE_STATIC_LIBS
-extern "C"
-{
-
-Ice::Plugin* createIceSSL(const Ice::CommunicatorPtr&, const string&, const Ice::StringSeq&);
-
-}
-#endif
-
int
main(int argc, char* argv[])
{
#ifdef ICE_STATIC_LIBS
- Ice::registerPluginFactory("IceSSL", createIceSSL, true);
+ Ice::registerIceSSL();
#endif
#ifndef _WIN32