# | Line 26 | Line 26 | private: | |
---|---|---|
26 | void status(const net::Oscar::UserInfo& user); | |
27 | void receive(const ext::String& buddy, const ext::String& message); | |
28 | public: | |
29 | < | Collector(const ext::String& login, ext::String& password, const |
30 | < | std::set<Buddy>& buddies, const Database& database, bool start); |
29 | > | Collector(const ext::String& login, ext::String& password, const std::set<Buddy>& buddies, const Database& database, |
30 | > | bool start); |
31 | ~Collector() { if (start) collector.Join(); } | |
32 | }; | |
33 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |