| 66 | } |
| 67 | |
| 68 | void onewayWait() override { |
| 69 | concurrency::Guard g(mutex_); |
| 70 | log_->append(EventLog::ET_CALL_ONEWAY_WAIT, 0, 0); |
| 71 | |
| 72 | blockUntilTriggered(); |
| 73 | } |
| 74 | |
| 75 | void exceptionWait(const std::string& message) override { |
| 76 | concurrency::Guard g(mutex_); |
no test coverage detected