Change AsyncUDP's readCallback to be protected.
authorNeel Goyal <ngoyal@fb.com>
Tue, 1 Aug 2017 15:37:13 +0000 (08:37 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 1 Aug 2017 15:42:28 +0000 (08:42 -0700)
commit432d60d63348ad14320d13eca91e5f9b37d3c96b
tree905e2c06632bd809717f67c6dc7f96ac9694d453
parent6a3a9eb07621fdcff786dc3643d134063d0afa1f
Change AsyncUDP's readCallback to be protected.

Summary: Change AsyncUDPSocket's ReadCallback to be protected so that subclasses can have access to it.

Reviewed By: yangchi

Differential Revision: D5376012

fbshipit-source-id: 7ec21d9bfe6bde525253adea7abf5dea15fb7fa0
folly/io/async/AsyncUDPSocket.cpp
folly/io/async/AsyncUDPSocket.h