| 127 | } |
| 128 | |
| 129 | comm::RetCode SimpleConsumer::GetLockInfo(const comm::proto::GetLockInfoRequest &req, |
| 130 | comm::proto::GetLockInfoResponse &resp) { |
| 131 | return comm::RetCode::RET_ERR_NO_IMPL; |
| 132 | } |
| 133 | |
| 134 | comm::RetCode SimpleConsumer::AcquireLock(const comm::proto::AcquireLockRequest &req, |
| 135 | comm::proto::AcquireLockResponse &resp) { |