| 169 | } |
| 170 | |
| 171 | std::shared_ptr<endpoint_definition> remote_subscription::get_reliable() const { |
| 172 | return reliable_; |
| 173 | } |
| 174 | |
| 175 | void remote_subscription::set_reliable(const std::shared_ptr<endpoint_definition>& _reliable) { |
| 176 | reliable_ = _reliable; |
no outgoing calls
no test coverage detected