// Spectre 2 // // Douglas Thrift // // $Id$ #ifndef _Spectre2_hpp_ #define _Spectre2_hpp_ #include #ifdef MENES_PRAGMA_ONCE #pragma once #endif #include #include 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; }; #endif // _Spectre2_hpp_