Revision: | 405 |
Committed: | 2004-12-30T00:44:18-08:00 (20 years, 5 months ago) by douglas |
File size: | 502 byte(s) |
Log Message: | Signals should work, that is, if we get anything else to work! |
# | Content |
---|---|
1 | // Spectre 2 |
2 | // |
3 | // Douglas Thrift |
4 | // |
5 | // $Id$ |
6 | |
7 | #ifndef _Spectre2_hpp_ |
8 | #define _Spectre2_hpp_ |
9 | |
10 | #include <menes/platform.hpp> |
11 | |
12 | #ifdef MENES_PRAGMA_ONCE |
13 | #pragma once |
14 | #endif |
15 | |
16 | #include <menes-api/console.hpp> |
17 | #include <menes-ext/string.hpp> |
18 | |
19 | class Daemon; |
20 | |
21 | class Spectre2 |
22 | { |
23 | private: |
24 | const ext::String& pid; |
25 | public: |
26 | Spectre2(const ext::String& config, const ext::String& pid); |
27 | ~Spectre2(); |
28 | static ext::String program; |
29 | static bool debug; |
30 | static ext::Vector<Daemon*> daemons; |
31 | }; |
32 | |
33 | #endif // _Spectre2_hpp_ |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |