# | Line 65 | Line 65 | Zoe::Zoe() | |
---|---|---|
65 | { | |
66 | configure(); | |
67 | ||
68 | < | if (collector) Collector collector(buddies); |
69 | < | if (publisher) Publisher publisher(buddies); |
68 | > | Collector collector(login, password, buddies, Zoe::collector); |
69 | > | Publisher publisher(buddies, Zoe::publisher); |
70 | } | |
71 | ||
72 | bool Zoe::debug(false), Zoe::collector(false), Zoe::publisher(false); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |