| 75 | } |
| 76 | |
| 77 | void remote_subscription::set_id(const remote_subscription_id_t _id) { |
| 78 | id_ = _id; |
| 79 | } |
| 80 | |
| 81 | std::shared_ptr<eventgroupinfo> remote_subscription::get_eventgroupinfo() const { |
| 82 | return eventgroupinfo_.lock(); |
no outgoing calls
no test coverage detected