| 177 | } |
| 178 | |
| 179 | std::shared_ptr<endpoint_definition> remote_subscription::get_unreliable() const { |
| 180 | return unreliable_; |
| 181 | } |
| 182 | |
| 183 | void remote_subscription::set_unreliable(const std::shared_ptr<endpoint_definition>& _unreliable) { |
| 184 | unreliable_ = _unreliable; |
no outgoing calls
no test coverage detected