| 167 | Location FlightServerBase::location() const { return impl_->transport_->location(); } |
| 168 | |
| 169 | Status FlightServerBase::SetShutdownOnSignals(const std::vector<int> sigs) { |
| 170 | impl_->signals_ = sigs; |
| 171 | impl_->old_signal_handlers_.clear(); |
| 172 | return Status::OK(); |
| 173 | } |
| 174 | |
| 175 | Status FlightServerBase::Serve() { |
| 176 | if (!impl_->transport_) { |