| 841 | } |
| 842 | |
| 843 | MethodReply MethodCall::send(uint64_t timeout) const |
| 844 | { |
| 845 | if (!doesntExpectReply()) |
| 846 | return sendWithReply(timeout); |
| 847 | |
| 848 | return sendWithNoReply(); |
| 849 | } |
| 850 | |
| 851 | MethodReply MethodCall::sendWithReply(uint64_t timeout) const |
| 852 | { |
no test coverage detected