Searched refs:beforeDispatch_ (Results 1 – 2 of 2) sorted by relevance
182 if (beforeDispatch_) { in DispatchMessage()183 beforeDispatch_(dstTarget, inMsg); in DispatchMessage()363 beforeDispatch_ = beforeDispatch; in RegBeforeDispatch()
119 std::function<void(const std::string &target, const Message *inMsg)> beforeDispatch_; variable