summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/uwp/PluginI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2016-08-25 16:19:59 +0200
committerBenoit Foucher <benoit@zeroc.com>2016-08-25 16:19:59 +0200
commit5a03e038dbd5f319abcb5ea43cf77b72bb21fa86 (patch)
tree6cf9d383b64bcab43fd7e1f51c4c26426a52aaec /cpp/src/IceSSL/uwp/PluginI.cpp
parentRemoved test/Slice/Forward.ice (diff)
downloadice-5a03e038dbd5f319abcb5ea43cf77b72bb21fa86.tar.bz2
ice-5a03e038dbd5f319abcb5ea43cf77b72bb21fa86.tar.xz
ice-5a03e038dbd5f319abcb5ea43cf77b72bb21fa86.zip
Removed unused files
Diffstat (limited to 'cpp/src/IceSSL/uwp/PluginI.cpp')
-rw-r--r--cpp/src/IceSSL/uwp/PluginI.cpp36
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);
-}
-
-}