| 118 | } |
| 119 | |
| 120 | PendingAsyncCall Proxy::callMethodAsync(const MethodCall& message, async_reply_handler asyncReplyCallback) |
| 121 | { |
| 122 | return Proxy::callMethodAsync(message, std::move(asyncReplyCallback), /*timeout*/ 0); |
| 123 | } |
| 124 | |
| 125 | Slot Proxy::callMethodAsync(const MethodCall& message, async_reply_handler asyncReplyCallback, return_slot_t) |
| 126 | { |