# | Line 31 | Line 31 | Collector::Collector(const ext::String& | |
---|---|---|
31 | ||
32 | int Collector::collect() | |
33 | { | |
34 | < | cerr << "Collector::collect()\n"; |
34 | > | cerr << bright << green << "Collector::collect()\n" << reset; |
35 | ||
36 | net::Oscar::Session session; | |
37 | net::Oscar::AuthTool auth(session); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |