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 225 by Douglas Thrift, 2004-09-06T04:03:48-07:00 vs.
Revision 230 by Douglas Thrift, 2004-09-06T20:50:27-07:00

# Line 14 | Line 14
14   class Jargon
15   {
16   private:
17 <        ios::String buffer;
17 >        bool include;
18 >        std::vector<std::string> args;
19   public:
20 <        Jargon(const ext::String& path, bool include, const ext::String& relative);
20 >        Jargon(const ext::String& path, const ext::String& jargon, bool include,
21 >                const ext::String& relative);
22   // friends:
23          friend ios::PrintWriter& operator<<(ios::PrintWriter& pout,
24 <                const Jargon& jargon) { return pout << jargon.buffer; }
24 >                const Jargon& jargon);
25   };
26  
27   #endif // _Jargon_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines