| 23 | } |
| 24 | |
| 25 | Json::Value BatchResponse::getResult(int id) { |
| 26 | Json::Value result; |
| 27 | Json::Value i = id; |
| 28 | getResult(i, result); |
| 29 | return result; |
| 30 | } |
| 31 | |
| 32 | void BatchResponse::getResult(Json::Value &id, Json::Value &result) { |
| 33 | if (getErrorCode(id) == 0) |