| 58 | } |
| 59 | |
| 60 | returned<receiver> container::open_receiver(const std::string &url) { |
| 61 | return open_receiver(url, proton::receiver_options(), connection_options()); |
| 62 | } |
| 63 | |
| 64 | returned<receiver> container::open_receiver(const std::string &url, const proton::receiver_options &lo) { |
| 65 | return open_receiver(url, lo, connection_options()); |
nothing calls this directly
no test coverage detected