diff options
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 f1bf968d0c5..077efbec5c8 100644 --- a/cpp/src/Ice/Network.h +++ b/cpp/src/Ice/Network.h @@ -77,6 +77,7 @@ ICE_API bool connectInProgress(); ICE_API bool connectionLost(); ICE_API bool notConnected(); ICE_API bool recvTruncated(); +ICE_API bool noMoreFds(int); ICE_API SOCKET createSocket(bool, int); ICE_API void closeSocket(SOCKET); |