# | Line 19 | Line 19 | private: | |
---|---|---|
19 | int publish(); | |
20 | void update(); | |
21 | public: | |
22 | < | Publisher(const std::set<Buddy>& buddies, const Database& database, bool |
23 | < | start); |
22 | > | Publisher(const std::set<Buddy>& buddies, const Database& database, bool start); |
23 | ~Publisher() { if (start) publisher.Join(); } | |
24 | }; | |
25 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |