| 78 | } |
| 79 | |
| 80 | void Response::SetSuccessResponse(const Json::Value& response_value) { |
| 81 | LOG(TRACE) << "Entering Response::SetSuccessResponse"; |
| 82 | this->SetResponse("", response_value); |
| 83 | } |
| 84 | |
| 85 | void Response::SetResponse(const std::string& error, |
| 86 | const Json::Value& response_value) { |
no test coverage detected