shorten callback accessor boilerplate
commit5d401656504dbd156866a887bca7bf9af4ca5750
authorEdwin Smith <smith@fb.com>
Tue, 12 May 2015 19:35:33 +0000 (12 12:35 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Tue, 12 May 2015 20:00:44 +0000 (12 13:00 -0700)
treec070426970287ae26272d5cbb870a53f08190d2c
parent5dd97d7e9c009d8069029013138f21f55bbf0af6
shorten callback accessor boilerplate

Summary: I submit that "On" in these property names is enough clarity
that they're callbacks, to drop the word "Callback"

Reviewed By: @jano

Differential Revision: D2060751
16 files changed:
hphp/runtime/ext/asio/asio-context.cpp
hphp/runtime/ext/asio/asio-session.cpp
hphp/runtime/ext/asio/asio-session.h
hphp/runtime/ext/asio/async-function-wait-handle.cpp
hphp/runtime/ext/asio/async-generator-wait-handle.cpp
hphp/runtime/ext/asio/await-all-wait-handle.cpp
hphp/runtime/ext/asio/condition-wait-handle.cpp
hphp/runtime/ext/asio/external-thread-event-wait-handle.cpp
hphp/runtime/ext/asio/gen-array-wait-handle.cpp
hphp/runtime/ext/asio/gen-map-wait-handle.cpp
hphp/runtime/ext/asio/gen-vector-wait-handle.cpp
hphp/runtime/ext/asio/resumable-wait-handle.cpp
hphp/runtime/ext/asio/sleep-wait-handle.cpp
hphp/runtime/ext/asio/wait-handle.cpp
hphp/runtime/ext/asio/waitable-wait-handle.cpp
hphp/runtime/vm/event-hook.cpp