summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Network.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Network.cpp')
-rw-r--r--cpp/src/Ice/Network.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Ice/Network.cpp b/cpp/src/Ice/Network.cpp
index 837a8745d46..b65465858d2 100644
--- a/cpp/src/Ice/Network.cpp
+++ b/cpp/src/Ice/Network.cpp
@@ -547,6 +547,8 @@ IceInternal::AsyncInfo::AsyncInfo(SocketOperation s)
IceUtil::Shared* IceInternal::upCast(NetworkProxy* p) { return p; }
+#ifndef ICE_OS_WINRT
+
IceInternal::SOCKSNetworkProxy::SOCKSNetworkProxy(const string& host, int port) :
_host(host), _port(port)
{
@@ -653,6 +655,8 @@ IceInternal::SOCKSNetworkProxy::getName() const
return "SOCKS";
}
+#endif // ICE_OS_WINRT
+
bool
IceInternal::noMoreFds(int error)
{