diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-03-28 20:53:42 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-03-28 20:53:42 +0000 |
commit | 0a58e76f0fde2dcddd5505951fe5f1201d36ced7 (patch) | |
tree | 1929d74d1a70670fe74e863de4dacad5c37aa7a4 /cpp/src/IceSSL/ServerContext.h | |
parent | minor fix (diff) | |
download | ice-0a58e76f0fde2dcddd5505951fe5f1201d36ced7.tar.bz2 ice-0a58e76f0fde2dcddd5505951fe5f1201d36ced7.tar.xz ice-0a58e76f0fde2dcddd5505951fe5f1201d36ced7.zip |
new IceSSL plugin
Diffstat (limited to 'cpp/src/IceSSL/ServerContext.h')
-rw-r--r-- | cpp/src/IceSSL/ServerContext.h | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/cpp/src/IceSSL/ServerContext.h b/cpp/src/IceSSL/ServerContext.h deleted file mode 100644 index 30899bb77d2..00000000000 --- a/cpp/src/IceSSL/ServerContext.h +++ /dev/null @@ -1,40 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. -// -// This copy of Ice is licensed to you under the terms described in the -// ICE_LICENSE file included in this distribution. -// -// ********************************************************************** - -#ifndef ICESSL_SERVER_CONTEXT_H -#define ICESSL_SERVER_CONTEXT_H - -#include <IceSSL/OpenSSLPluginIF.h> -#include <IceSSL/Context.h> - -namespace IceSSL -{ - -class ServerContext : public Context -{ -public: - - virtual void configure(const GeneralConfig&, - const CertificateAuthority&, - const BaseCertificates&); - - SslTransceiverPtr createTransceiver(int, const OpenSSLPluginIPtr&, int); - -protected: - - ServerContext(const TraceLevelsPtr&, const Ice::CommunicatorPtr&); - - virtual void loadCertificateAuthority(const CertificateAuthority& certAuth); - - friend class OpenSSLPluginI; -}; - -} - -#endif |