Revision: | 418 |
Committed: | 2005-03-02T22:36:24-08:00 (20 years, 3 months ago) by douglas |
File size: | 377 byte(s) |
Log Message: | Um, yeah. |
# | Content |
---|---|
1 | // Spectre 2 |
2 | // |
3 | // Douglas Thrift |
4 | // |
5 | // $Id$ |
6 | |
7 | #include "Unmounter.hpp" |
8 | |
9 | Unmounter::Unmounter(const api::Path& config) : Daemon(), config(config) {} |
10 | |
11 | void Unmounter::load() |
12 | { |
13 | if (Spectre2::debug) api::Cerr << "Unmounter::load()" << ios::NewLine; |
14 | |
15 | loaded = true; |
16 | } |
17 | |
18 | void Unmounter::run() |
19 | { |
20 | if (Spectre2::debug) api::Cerr << "Unmounter::run()" << ios::NewLine; |
21 | |
22 | ::sleep(5); |
23 | } |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |