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

Comparing Smersh/Smersh.hpp (file contents):
Revision 168 by Douglas Thrift, 2004-06-19T03:46:12-07:00 vs.
Revision 170 by Douglas Thrift, 2004-06-19T21:57:10-07:00

# Line 17 | Line 17
17   #include <cctype>
18  
19   #include <menes-ext/casts.hpp>
20 + #include <menes-xml/document.hpp>
21 + #include <menes-xml/nodeset.hpp>
22 + #include <menes-xml/parse.hpp>
23  
24   using namespace std;
25  
# Line 45 | Line 48 | inline int sputenv(const string& env)
48  
49   inline void sunsetenv(const string& name) { unsetenv(name.c_str()); }
50  
51 + extern string program;
52 + extern bool debug;
53 +
54   class Person;
55  
56   class Smersh

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines