# | Line 16 | Line 16 | private: | |
---|---|---|
16 | ext::String& password; | |
17 | bool start; | |
18 | api::Thread collector; | |
19 | + | static net::Oscar::BuddyTool* buddy; |
20 | + | static net::Oscar::IcbmTool* icbm; |
21 | int collect(const std::set<Buddy>& buddies); | |
22 | void prompt(); | |
23 | + | static void reply(const ext::String& login, const ext::String& reply); |
24 | public: | |
25 | Collector(const ext::String& login, ext::String& password, const | |
26 | std::set<Buddy>& buddies, bool start); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |