ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/Jargon.hpp
(Generate patch)

Comparing FeepingCreaturism/Jargon.hpp (file contents):
Revision 222 by Douglas Thrift, 2004-09-02T03:31:43-07:00 vs.
Revision 223 by Douglas Thrift, 2004-09-06T01:58:43-07:00

# Line 14 | Line 14
14   class Jargon
15   {
16   private:
17 <        bool include;
18 <        ext::String word, pronunciation, grammar;
19 <        xml::NodeSet definition;
20 <        void display(ios::PrintWriter& pout, xml::TextWriter& xhtml) const;
17 >        ios::String buffer;
18   public:
19          Jargon(const ext::String& path, bool include = false);
20   // friends:
21 <        friend ios::PrintWriter& operator<<(ios::PrintWriter& pout,
22 <                const Jargon& jargon);
21 >        friend ios::PrintWriter& operator<<(ios::PrintWriter& pout,
22 >                const Jargon& jargon) { return pout << jargon.buffer; }
23   };
24  
25   #endif // _Jargon_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines