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 226 by Douglas Thrift, 2004-09-06T04:03:48-07:00 vs.
Revision 227 by Douglas Thrift, 2004-09-06T13:23:39-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);
21   // friends:
22          friend ios::PrintWriter& operator<<(ios::PrintWriter& pout,
23 <                const Jargon& jargon) { return pout << jargon.buffer; }
23 >                const Jargon& jargon);
24   };
25  
26   #endif // _Jargon_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines