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

Comparing Spectre2/Spectre2.hpp (file contents):
Revision 417 by douglas, 2005-01-14T22:35:17-08:00 vs.
Revision 418 by douglas, 2005-03-02T22:36:24-08:00

# Line 15 | Line 15
15  
16   #include <menes-api/console.hpp>
17   #include <menes-api/files.hpp>
18 + #include <menes-api/path.hpp>
19   #include <menes-ext/string.hpp>
20 + #include <menes-xml/document.hpp>
21 + #include <menes-xml/nodeset.hpp>
22 + #include <menes-xml/parse.hpp>
23  
24   #include <unistd.h>
25  
# Line 34 | Line 38 | class Daemon;
38   class Spectre2
39   {
40   private:
41 <        const ext::String& pid;
41 >        ext::String pid;
42   public:
43 <        Spectre2(const ext::String& config, const ext::String& pid);
43 >        Spectre2(const api::Path& config);
44          ~Spectre2();
45          static ext::String program, prefix, root;
46          static bool debug;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines