diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-01-07 12:09:14 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-01-07 12:09:14 -0330 |
commit | aa74b740b1427b19c3de47f4bb8fdfbf2dd5aaa9 (patch) | |
tree | a1e0cba07c2d2ce2c5c9f851c81e6d8d17f8285f /cpp/src/Ice/UdpTransceiver.h | |
parent | Added Objective-C mapping (diff) | |
download | ice-aa74b740b1427b19c3de47f4bb8fdfbf2dd5aaa9.tar.bz2 ice-aa74b740b1427b19c3de47f4bb8fdfbf2dd5aaa9.tar.xz ice-aa74b740b1427b19c3de47f4bb8fdfbf2dd5aaa9.zip |
Revert "ICE-6082 added sndBufSize and rcvBufSize to UDPEndpointInfo"
This reverts commit ad55ad9c4996fb32452bba72e337152b27e61963.
Diffstat (limited to 'cpp/src/Ice/UdpTransceiver.h')
-rw-r--r-- | cpp/src/Ice/UdpTransceiver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.h b/cpp/src/Ice/UdpTransceiver.h index 5844c65ac7a..b09c9ce327e 100644 --- a/cpp/src/Ice/UdpTransceiver.h +++ b/cpp/src/Ice/UdpTransceiver.h @@ -63,8 +63,6 @@ public: virtual void checkSendSize(const Buffer&); int effectivePort() const; - int sndBufSize() const; - int rcvBufSize() const; private: |