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 402 by douglas, 2004-12-29T22:38:37-08:00 vs.
Revision 407 by douglas, 2004-12-30T22:32:13-08:00

# Line 16 | Line 16
16   #include <menes-api/console.hpp>
17   #include <menes-ext/string.hpp>
18  
19 + extern "C"
20 + {
21 + #include <unistd.h>
22 + }
23 +
24 + class Daemon;
25 +
26   class Spectre2
27   {
28   private:
# Line 25 | Line 32 | public:
32          ~Spectre2();
33          static ext::String program;
34          static bool debug;
35 +        static ext::Vector<Daemon*> daemons;
36   };
37  
38   #endif // _Spectre2_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines