// Spectre 2 // // Douglas Thrift // // $Id$ #ifndef _Spectre2_hpp_ #define _Spectre2_hpp_ #include #ifdef MENES_PRAGMA_ONCE #pragma once #endif #include #include #include typedef api::Posix::FileStream SecretFileWriter; extern "C" { #include } class Daemon; class Spectre2 { private: const ext::String& pid; public: Spectre2(const ext::String& config, const ext::String& pid); ~Spectre2(); static ext::String program; static bool debug; static ext::Vector daemons; }; #endif // _Spectre2_hpp_