| 172 | } |
| 173 | |
| 174 | LRESULT IECommandExecutor::OnExecCommand(UINT uMsg, |
| 175 | WPARAM wParam, |
| 176 | LPARAM lParam, |
| 177 | BOOL& bHandled) { |
| 178 | LOG(TRACE) << "Entering IECommandExecutor::OnExecCommand"; |
| 179 | |
| 180 | this->DispatchCommand(); |
| 181 | return 0; |
| 182 | } |
| 183 | |
| 184 | LRESULT IECommandExecutor::OnGetResponseLength(UINT uMsg, |
| 185 | WPARAM wParam, |
nothing calls this directly
no test coverage detected