diff options
Diffstat (limited to 'cpp/src/Ice/uwp/TransceiverF.h')
-rw-r--r-- | cpp/src/Ice/uwp/TransceiverF.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/cpp/src/Ice/uwp/TransceiverF.h b/cpp/src/Ice/uwp/TransceiverF.h deleted file mode 100644 index 76572a71a66..00000000000 --- a/cpp/src/Ice/uwp/TransceiverF.h +++ /dev/null @@ -1,31 +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. -// -// ********************************************************************** - -#ifndef ICE_UWP_TRANSCEIVER_F_H -#define ICE_UWP_TRANSCEIVER_F_H - -#include <IceUtil/Shared.h> -#include <Ice/Handle.h> - -namespace IceInternal -{ - -class TcpEndpointI; -#ifndef ICE_CPP11_MAPPING -ICE_API IceUtil::Shared* upCast(TcpEndpointI*); -#endif -ICE_DEFINE_PTR(TcpEndpointIPtr, TcpEndpointI); - -class TcpAcceptor; -ICE_API IceUtil::Shared* upCast(TcpAcceptor*); -typedef IceInternal::Handle<TcpAcceptor> TcpAcceptorPtr; - -} - -#endif |