ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Spectre2/Spectre2.hpp
Revision: 402
Committed: 2004-12-29T22:38:37-08:00 (20 years, 6 months ago) by douglas
File size: 449 byte(s)
Log Message:
It bogles the mind!

File Contents

# 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 Spectre2
20 {
21 private:
22 const ext::String& pid;
23 public:
24 Spectre2(const ext::String& config, const ext::String& pid);
25 ~Spectre2();
26 static ext::String program;
27 static bool debug;
28 };
29
30 #endif // _Spectre2_hpp_

Properties

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