diff options
author | Mark Spruiell <mes@zeroc.com> | 2013-08-16 16:52:46 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2013-08-16 16:52:46 -0700 |
commit | 7f4eb313bb73ea1e8a28c0fac8686bf826c8d8db (patch) | |
tree | a476171ff6862d38d7f32c38773b42af13459c23 /cpp/src/Ice/Network.h | |
parent | ICE-5168 - generate helper for optional format (diff) | |
download | ice-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.h | 4 |
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, |