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

Comparing trunk/Atom.hpp (file contents):
Revision 54 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 | Atom::Atom(const Buddy& buddy, const ext
22          const Iterator& messagesBegin, const Iterator& messagesEnd,
23          const Stamp& stamp)
24   {
25 <        api::FileOutputStream fout(buddy.getAtom() != "-" ? buddy.getAtom() : "/dev/null");
25 >        api::FileWriter fout(buddy.getAtom() != "-" ? buddy.getAtom() : "/dev/null");
26          xml::TextWriter atom(buddy.getAtom() != "-" ? fout : api::Cout.GetStream());
27          xml::ScopeElement feed(atom, "feed");
28  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines