make getFD() a const method on AsyncUDPServerSocket
authorClaudiu Gheorghe <cgheorghe@fb.com>
Mon, 26 Jan 2015 22:59:46 +0000 (14:59 -0800)
committerwoo <woo@fb.com>
Mon, 2 Feb 2015 21:12:52 +0000 (13:12 -0800)
commit6bc074de9d393058f09b77eca008564ac06fa504
treed45c1931a8881444ed0f2da270b7d43b4e11f1fe
parenta955b391aecb569f68b05bf216e0014a30ddb6cb
make getFD() a const method on AsyncUDPServerSocket

Summary: no need to be mutable, since it only calls AsyncUDPSocket::getFD() which is a const method

Test Plan: just compiled -- simple change

Reviewed By: afrind@fb.com

Subscribers: trunkagent, doug, folly-diffs@

FB internal diff: D1802765

Signature: t1:1802765:1422307972:eab6ab4b16407df6e5034cef78c79f45cd9fa46f
folly/io/async/AsyncUDPServerSocket.h