| 165 | } |
| 166 | |
| 167 | void remote_subscription::set_subscriber(const std::shared_ptr<endpoint_definition>& _subscriber) { |
| 168 | subscriber_ = _subscriber; |
| 169 | } |
| 170 | |
| 171 | std::shared_ptr<endpoint_definition> remote_subscription::get_reliable() const { |
| 172 | return reliable_; |
no outgoing calls
no test coverage detected