ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/Buddy.cpp
(Generate patch)

Comparing trunk/Buddy.cpp (file contents):
Revision 30 by douglas, 2004-07-16T23:37:41-07:00 vs.
Revision 31 by douglas, 2004-07-20T00:11:56-07:00

# 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 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines