| 202 | } |
| 203 | |
| 204 | XQueueHandle Server::GetXQueueHandle(const Json::Value &request) |
| 205 | { |
| 206 | if (!request.isMember("handle")) return 0; |
| 207 | return (XQueueHandle)request["handle"].asUInt64(); |
| 208 | } |
| 209 | |
| 210 | bool Server::GetXQueueStatus(XQueueHandle handle, XQueueStatus &status) |
| 211 | { |
nothing calls this directly
no outgoing calls
no test coverage detected