diff options
Diffstat (limited to 'cpp/src/Ice/Network.h')
-rw-r--r-- | cpp/src/Ice/Network.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Ice/Network.h b/cpp/src/Ice/Network.h index 4e029d67c2d..e680cca0471 100644 --- a/cpp/src/Ice/Network.h +++ b/cpp/src/Ice/Network.h @@ -76,8 +76,6 @@ ICE_API bool connectionLost(); ICE_API bool notConnected(); ICE_API bool recvTruncated(); -ICE_API bool isMulticast(struct sockaddr_in&); - ICE_API SOCKET createSocket(bool); ICE_API void closeSocket(SOCKET); ICE_API void closeSocketNoThrow(SOCKET); |