| 79 | } |
| 80 | |
| 81 | std::shared_ptr<eventgroupinfo> remote_subscription::get_eventgroupinfo() const { |
| 82 | return eventgroupinfo_.lock(); |
| 83 | } |
| 84 | |
| 85 | void remote_subscription::set_eventgroupinfo(const std::shared_ptr<eventgroupinfo>& _info) { |
| 86 | eventgroupinfo_ = _info; |
no test coverage detected