ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/Buddy.cpp
Revision: 21
Committed: 2004-07-16T23:37:41-07:00 (20 years, 11 months ago) by douglas
File size: 243 byte(s)
Log Message:
Database!

File Contents

# User Rev Content
1 douglas 12 // Zoe AIM Away Message RSS Feed Generator
2     //
3     // Seth King and Douglas Thrift
4     //
5     // $Id$
6    
7     #include "Zoe.hpp"
8 douglas 21
9     std::ostream& operator<<(std::ostream& sout, const Buddy& buddy)
10     {
11     sout << buddy.login << '(' << buddy.rss << ')';
12    
13     return sout;
14     }

Properties

Name Value
svn:eol-style native
svn:keywords Id