ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Spectre2/Spectre2.hpp
Revision: 407
Committed: 2004-12-30T22:32:13-08:00 (20 years, 5 months ago) by douglas
File size: 538 byte(s)
Log Message:
Worky!

File Contents

# User Rev Content
1 douglas 402 // 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 douglas 407 extern "C"
20     {
21     #include <unistd.h>
22     }
23    
24 douglas 405 class Daemon;
25    
26 douglas 402 class Spectre2
27     {
28     private:
29     const ext::String& pid;
30     public:
31     Spectre2(const ext::String& config, const ext::String& pid);
32     ~Spectre2();
33     static ext::String program;
34     static bool debug;
35 douglas 405 static ext::Vector<Daemon*> daemons;
36 douglas 402 };
37    
38     #endif // _Spectre2_hpp_

Properties

Name Value
svn:eol-style native
svn:keywords Id