diff options
Diffstat (limited to 'cpp/src/IceSSL/uwp/PluginI.cpp')
-rw-r--r-- | cpp/src/IceSSL/uwp/PluginI.cpp | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/cpp/src/IceSSL/uwp/PluginI.cpp b/cpp/src/IceSSL/uwp/PluginI.cpp deleted file mode 100644 index 6ee5ba21755..00000000000 --- a/cpp/src/IceSSL/uwp/PluginI.cpp +++ /dev/null @@ -1,36 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2016 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. -// -// ********************************************************************** - -#include <IceSSL/PluginI.h> -#include <IceSSL/Instance.h> -#include <IceSSL/SSLEngine.h> -#include <IceSSL/EndpointI.h> - -#include <Ice/ProtocolPluginFacade.h> -#include <Ice/ProtocolInstance.h> -#include <Ice/LocalException.h> - -using namespace std; -using namespace Ice; -using namespace IceSSL; - -// -// Plug-in factory function. -// - -namespace Ice -{ - -ICE_SSL_API void -registerIceSSL(bool loadOnInitialize) -{ - Ice::registerPluginFactory("IceSSL", createIceSSL, true); -} - -} |