| 33 | } |
| 34 | |
| 35 | void IECommandHandler::ExecuteInternal(const IECommandExecutor& executor, |
| 36 | const ParametersMap& command_parameters, |
| 37 | Response* response) { |
| 38 | LOG(TRACE) << "Entering IECommandHandler::ExecuteInternal"; |
| 39 | response->SetErrorResponse(501, "Command not implemented"); |
| 40 | } |
| 41 | |
| 42 | int IECommandHandler::GetElement(const IECommandExecutor& executor, |
| 43 | const std::string& element_id, |
no test coverage detected