| 108 | } |
| 109 | |
| 110 | void TConcurrentClientSyncInfo::throwBadSeqId_() |
| 111 | { |
| 112 | throw apache::thrift::TApplicationException( |
| 113 | TApplicationException::BAD_SEQUENCE_ID, |
| 114 | "server sent a bad seqid"); |
| 115 | } |
| 116 | |
| 117 | void TConcurrentClientSyncInfo::throwDeadConnection_() |
| 118 | { |
nothing calls this directly
no test coverage detected