summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/PluginI.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2016-06-27 16:29:41 -0400
committerBernard Normier <bernard@zeroc.com>2016-06-27 16:29:41 -0400
commitfff68e2470492ef3c7b80654f4c5977066d89323 (patch)
treec3147db6d0b745428ad53a717b35b828759ee8bc /cpp/src/IceSSL/PluginI.cpp
parentRefactored SSL and iAP transports, support for running SSL on top (diff)
downloadice-fff68e2470492ef3c7b80654f4c5977066d89323.tar.bz2
ice-fff68e2470492ef3c7b80654f4c5977066d89323.tar.xz
ice-fff68e2470492ef3c7b80654f4c5977066d89323.zip
Exported classes no longer have weak vtables with clang
Diffstat (limited to 'cpp/src/IceSSL/PluginI.cpp')
-rwxr-xr-xcpp/src/IceSSL/PluginI.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/PluginI.cpp b/cpp/src/IceSSL/PluginI.cpp
index cd6bbab1f53..fb29af51d78 100755
--- a/cpp/src/IceSSL/PluginI.cpp
+++ b/cpp/src/IceSSL/PluginI.cpp
@@ -41,6 +41,26 @@ registerIceSSL(bool loadOnInitialize)
}
+IceSSL::CertificateVerifier::~CertificateVerifier()
+{
+ // Out of line to avoid weak vtable
+}
+
+IceSSL::NativeConnectionInfo::~NativeConnectionInfo()
+{
+ // Out of line to avoid weak vtable
+}
+
+IceSSL::PasswordPrompt::~PasswordPrompt()
+{
+ // Out of line to avoid weak vtable
+}
+
+IceSSL::Plugin::~Plugin()
+{
+ // Out of line to avoid weak vtable
+}
+
//
// Objective-C function to allow Objective-C programs to register plugin.
//