diff options
author | Benoit Foucher <benoit@zeroc.com> | 2013-07-26 14:49:20 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2013-07-26 14:49:20 +0200 |
commit | 566557a295d3950e8521b13d122075371796bf16 (patch) | |
tree | afcf6d2f464121c89fcfc0e5163ed35e609a616e /cpp/src/Ice/Network.h | |
parent | minor fix OS X build rules (diff) | |
download | ice-566557a295d3950e8521b13d122075371796bf16.tar.bz2 ice-566557a295d3950e8521b13d122075371796bf16.tar.xz ice-566557a295d3950e8521b13d122075371796bf16.zip |
Fixed ICE-5390 - moved NetworkF.h to public includes
Diffstat (limited to 'cpp/src/Ice/Network.h')
-rw-r--r-- | cpp/src/Ice/Network.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/Network.h b/cpp/src/Ice/Network.h index 4f045031dc5..934030bb849 100644 --- a/cpp/src/Ice/Network.h +++ b/cpp/src/Ice/Network.h @@ -251,6 +251,7 @@ private: int _port; Address _address; }; +typedef IceUtil::Handle<SOCKSNetworkProxy> SOCKSNetworkProxyPtr; ICE_API bool noMoreFds(int); ICE_API std::string errorToStringDNS(int); |