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 243 by Douglas Thrift, 2004-09-11T21:27:10-07:00 vs.
Revision 307 by douglas, 2004-12-12T23:07:27-08:00

# Line 9 | Line 9
9  
10   #include "FeepingCreaturism.hpp"
11  
12 #define REDI_EVISCERATE_PSTREAMS 0
13
14 #include <pstream.h>
15
12   class Jargon
13   {
14   private:
15          bool include;
16 <        std::vector<std::string> args;
16 >        ext::Vector<ext::String> args;
17   public:
18 <        Jargon(const ext::String& path, const ext::String& jargon, bool include,
23 <                const ext::String& relative);
18 >        Jargon(const ext::String& path, const ext::String& jargon, bool include, const ext::String& relative);
19   // friends:
20 <        friend ios::PrintWriter& operator<<(ios::PrintWriter& pout,
26 <                const Jargon& jargon);
20 >        friend ios::PrintWriter& operator<<(ios::PrintWriter& pout, const Jargon& jargon);
21   };
22  
23   #endif // _Jargon_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines