From 382f7ebc87fc0d1056e257b83963d1903f7e8d27 Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Mon, 28 Oct 2002 06:25:27 +0000 Subject: First shot at porting to VC++ 2002. Code compiles, but suffers random crashes during the tests. --- cpp/src/IceSSL/OpenSSLPluginI.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/IceSSL/OpenSSLPluginI.cpp') diff --git a/cpp/src/IceSSL/OpenSSLPluginI.cpp b/cpp/src/IceSSL/OpenSSLPluginI.cpp index 1da7bdaa24e..09a957d605a 100644 --- a/cpp/src/IceSSL/OpenSSLPluginI.cpp +++ b/cpp/src/IceSSL/OpenSSLPluginI.cpp @@ -68,7 +68,8 @@ create(const CommunicatorPtr& communicator, const string& name, const StringSeq& catch (...) { Ice::PluginPtr ptr = plugin; // Reclaim the plug-in instance - throw; + // TODO: can't throw from an extern "C" function + // throw; } // -- cgit v1.2.3