| 805 | } |
| 806 | |
| 807 | LRESULT IECommandExecutor::OnRefreshManagedElements(UINT uMsg, |
| 808 | WPARAM wParam, |
| 809 | LPARAM lParam, |
| 810 | BOOL& bHandled) { |
| 811 | this->managed_elements_->ClearCache(); |
| 812 | return 0; |
| 813 | } |
| 814 | |
| 815 | LRESULT IECommandExecutor::OnHandleUnexpectedAlerts(UINT uMsg, |
| 816 | WPARAM wParam, |
nothing calls this directly
no test coverage detected