summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Network.h
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.h
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.h')
-rw-r--r--cpp/src/Ice/Network.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Ice/Network.h b/cpp/src/Ice/Network.h
index 934030bb849..247b2331a87 100644
--- a/cpp/src/Ice/Network.h
+++ b/cpp/src/Ice/Network.h
@@ -230,6 +230,8 @@ public:
virtual std::string getName() const = 0;
};
+#ifndef ICE_OS_WINRT
+
class ICE_API SOCKSNetworkProxy : virtual public NetworkProxy
{
public:
@@ -253,6 +255,8 @@ private:
};
typedef IceUtil::Handle<SOCKSNetworkProxy> SOCKSNetworkProxyPtr;
+#endif // ICE_OS_WINRT
+
ICE_API bool noMoreFds(int);
ICE_API std::string errorToStringDNS(int);
ICE_API std::vector<Address> getAddresses(const std::string&, int, ProtocolSupport, Ice::EndpointSelectionType, bool,