# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |