diff options
author | Jose <jose@zeroc.com> | 2014-08-12 20:46:07 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-08-12 20:46:07 +0200 |
commit | a31393f368bc78281179e0e2c0ac2a37f7b849c1 (patch) | |
tree | a9b8ba6e228142bb522c976a766f41349b502bff /cpp/src/Ice/CommunicatorI.cpp | |
parent | Added eclipse project settings for java. (diff) | |
download | ice-a31393f368bc78281179e0e2c0ac2a37f7b849c1.tar.bz2 ice-a31393f368bc78281179e0e2c0ac2a37f7b849c1.tar.xz ice-a31393f368bc78281179e0e2c0ac2a37f7b849c1.zip |
Fixed (ICE-5586) - Integrate IceWS to the Ice core library
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.cpp')
-rw-r--r-- | cpp/src/Ice/CommunicatorI.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/Ice/CommunicatorI.cpp b/cpp/src/Ice/CommunicatorI.cpp index fd7947d5dd2..820d5fee400 100644 --- a/cpp/src/Ice/CommunicatorI.cpp +++ b/cpp/src/Ice/CommunicatorI.cpp @@ -25,10 +25,6 @@ #include <IceUtil/MutexPtrLock.h> #include <IceUtil/UUID.h> -#ifdef ICE_OS_WINRT -# include <IceWS/PluginI.h> -#endif - using namespace std; using namespace Ice; using namespace IceInternal; @@ -363,10 +359,6 @@ Ice::CommunicatorI::~CommunicatorI() void Ice::CommunicatorI::finishSetup(int& argc, char* argv[]) { -#if defined(ICE_OS_WINRT) - Ice::PluginPtr plugin(new IceWS::PluginI(this)); // Initialize the IceWS transport. -#endif - try { _instance->finishSetup(argc, argv); |