| 245 | } |
| 246 | |
| 247 | std::shared_ptr<remote_subscription> remote_subscription::get_parent() const { |
| 248 | return parent_.lock(); |
| 249 | } |
| 250 | |
| 251 | void remote_subscription::set_parent(const std::shared_ptr<remote_subscription>& _parent) { |
| 252 | parent_ = _parent; |
no test coverage detected