| 122 | } |
| 123 | |
| 124 | void WebInterface::AddCall(const std::string &method, WebInterfaceCall call) |
| 125 | { |
| 126 | m_calls.emplace(std::make_pair(method, call)); |
| 127 | } |
| 128 | |
| 129 | void WebInterface::SendResponse(const std::string &id, const Json::Value &response) |
| 130 | { |