diff options
author | Jose <jose@zeroc.com> | 2017-04-11 17:34:09 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-04-11 17:34:09 +0200 |
commit | 34bd2e640a9d7024a574158f96e66bc3b5ac0ea3 (patch) | |
tree | b5abea216dcdf7663d13566fe848170961d35dd9 /cpp/include/IceSSL/Plugin.h | |
parent | UWP test projects updates to support VS 2017 (diff) | |
download | ice-34bd2e640a9d7024a574158f96e66bc3b5ac0ea3.tar.bz2 ice-34bd2e640a9d7024a574158f96e66bc3b5ac0ea3.tar.xz ice-34bd2e640a9d7024a574158f96e66bc3b5ac0ea3.zip |
Rename getEngineVersion -> getOpenSSLVersion, remove getEngineName
Diffstat (limited to 'cpp/include/IceSSL/Plugin.h')
-rw-r--r-- | cpp/include/IceSSL/Plugin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/include/IceSSL/Plugin.h b/cpp/include/IceSSL/Plugin.h index cc763e77120..2d9b5372e8b 100644 --- a/cpp/include/IceSSL/Plugin.h +++ b/cpp/include/IceSSL/Plugin.h @@ -429,9 +429,6 @@ class ICESSL_API Plugin : public Ice::Plugin public: virtual ~Plugin(); - - virtual std::string getEngineName() const = 0; - virtual Ice::Long getEngineVersion() const = 0; // // Establish the certificate verifier object. This should be done |