diff options
Diffstat (limited to 'cpp/src/IceSSL/ServerContext.h')
-rw-r--r-- | cpp/src/IceSSL/ServerContext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/ServerContext.h b/cpp/src/IceSSL/ServerContext.h index d164ce57fbe..390f0cdd391 100644 --- a/cpp/src/IceSSL/ServerContext.h +++ b/cpp/src/IceSSL/ServerContext.h @@ -10,6 +10,7 @@ #ifndef ICESSL_SERVER_CONTEXT_H #define ICESSL_SERVER_CONTEXT_H +#include <IceSSL/OpenSSLPluginIF.h> #include <IceSSL/Context.h> namespace IceSSL @@ -23,8 +24,7 @@ public: const CertificateAuthority&, const BaseCertificates&); - // Takes a socket fd as the first parameter, and the initial handshake timeout as the final. - virtual SslTransceiverPtr createTransceiver(int, const OpenSSLPluginIPtr&, int); + SslTransceiverPtr createTransceiver(int, const OpenSSLPluginIPtr&, int); protected: |