| 66 | OneWayServiceHandler() = default; |
| 67 | |
| 68 | void roundTripRPC() override { |
| 69 | #ifdef ENABLE_STDERR_LOGGING |
| 70 | cerr << "roundTripRPC()" << '\n'; |
| 71 | #endif |
| 72 | } |
| 73 | void oneWayRPC() override { |
| 74 | #ifdef ENABLE_STDERR_LOGGING |
| 75 | cerr << "oneWayRPC()" << '\n'; |
no outgoing calls
no test coverage detected