summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Network.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2013-08-16 16:52:46 -0700
committerMark Spruiell <mes@zeroc.com>2013-08-16 16:52:46 -0700
commit7f4eb313bb73ea1e8a28c0fac8686bf826c8d8db (patch)
treea476171ff6862d38d7f32c38773b42af13459c23 /cpp/src/Ice/Network.cpp
parentICE-5168 - generate helper for optional format (diff)
downloadice-7f4eb313bb73ea1e8a28c0fac8686bf826c8d8db.tar.bz2
ice-7f4eb313bb73ea1e8a28c0fac8686bf826c8d8db.tar.xz
ice-7f4eb313bb73ea1e8a28c0fac8686bf826c8d8db.zip
ICE-5399 - WinRT compile failures
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)
{