# | Line 5 | Line 5 | |
---|---|---|
5 | // $Id$ | |
6 | ||
7 | #include "Zoe.hpp" | |
8 | + | |
9 | + | std::ostream& operator<<(std::ostream& sout, const Buddy& buddy) |
10 | + | { |
11 | + | sout << buddy.login << '(' << buddy.rss << ')'; |
12 | + | |
13 | + | return sout; |
14 | + | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |