// Spectre 2 // // Douglas Thrift // // $Id$ #include "Unmounter.hpp" Unmounter::Unmounter(const ext::String& config) : Daemon(), config(config) { api::Cerr << "Unmounter.this = " << this << ios::NewLine; } void Unmounter::load() { api::Cerr << "Unmounter::load()" << ios::NewLine; loaded = true; } void Unmounter::run() { api::Cerr << "Unmounter::run()" << ios::NewLine; running = false; }