| 821 | |
| 822 | |
| 823 | MethodCall::MethodCall( void *msg |
| 824 | , internal::IConnection *connection |
| 825 | , adopt_message_t) noexcept |
| 826 | : Message(msg, connection, adopt_message) |
| 827 | { |
| 828 | } |
| 829 | |
| 830 | void MethodCall::dontExpectReply() |
| 831 | { |
nothing calls this directly
no outgoing calls
no test coverage detected