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

Comparing trunk/Rss.hpp (file contents):
Revision 51 by douglas, 2004-08-23T15:03:41-07:00 vs.
Revision 55 by douglas, 2004-09-01T02:41:10-07:00

# Line 22 | Line 22 | Rss::Rss(const Buddy& buddy, const ext::
22          const Iterator& messagesBegin, const Iterator& messagesEnd,
23          const Stamp& stamp)
24   {
25 <        api::FileOutputStream fout(buddy.getRss() != "-" ? buddy.getRss() : "/dev/null");
25 >        api::FileWriter fout(buddy.getRss() != "-" ? buddy.getRss() : "/dev/null");
26          xml::TextWriter rss(buddy.getRss() != "-" ? fout : api::Cout.GetStream());
27          xml::ScopeElement root(rss, "rss");
28  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines