// Spectre 2 // // Douglas Thrift // // $Id$ #include "Unmounter.hpp" int Unmounter::work(const Share& share) { api::Cout << "STUB: unmount " << share << ios::NewLine; ::sleep(5); return 0; }