summaryrefslogtreecommitdiff
path: root/cpp/src/IceWS/Instance.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-08-12 20:46:07 +0200
committerJose <jose@zeroc.com>2014-08-12 20:46:07 +0200
commita31393f368bc78281179e0e2c0ac2a37f7b849c1 (patch)
treea9b8ba6e228142bb522c976a766f41349b502bff /cpp/src/IceWS/Instance.cpp
parentAdded eclipse project settings for java. (diff)
downloadice-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/IceWS/Instance.cpp')
-rw-r--r--cpp/src/IceWS/Instance.cpp28
1 files changed, 0 insertions, 28 deletions
diff --git a/cpp/src/IceWS/Instance.cpp b/cpp/src/IceWS/Instance.cpp
deleted file mode 100644
index 11eadbda3d0..00000000000
--- a/cpp/src/IceWS/Instance.cpp
+++ /dev/null
@@ -1,28 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2014 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 <IceWS/Instance.h>
-#include <IceWS/EndpointI.h>
-#include <Ice/ProtocolPluginFacade.h>
-
-using namespace std;
-using namespace Ice;
-using namespace IceInternal;
-using namespace IceWS;
-
-IceUtil::Shared* IceWS::upCast(IceWS::Instance* p) { return p; }
-
-IceWS::Instance::Instance(const CommunicatorPtr& communicator, Short type, const string& protocol) :
- ProtocolInstance(communicator, type, protocol)
-{
-}
-
-IceWS::Instance::~Instance()
-{
-}