# | Line 17 | Line 17 | Publisher::Publisher(const std::set<Budd | |
---|---|---|
17 | ||
18 | int Publisher::publish() | |
19 | { | |
20 | < | cerr << "Publisher::publish()\n"; |
20 | > | cerr << bright << green << "Publisher::publish()\n" << reset; |
21 | ||
22 | // publish | |
23 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |