Revision: | 418 |
Committed: | 2005-03-02T22:36:24-08:00 (20 years, 4 months ago) by douglas |
File size: | 351 byte(s) |
Log Message: | Um, yeah. |
# | User | Rev | Content |
---|---|---|---|
1 | douglas | 402 | // Spectre 2 |
2 | // | ||
3 | // Douglas Thrift | ||
4 | // | ||
5 | // $Id$ | ||
6 | |||
7 | #ifndef _Unmounter_hpp_ | ||
8 | #define _Unmounter_hpp_ | ||
9 | |||
10 | #include "Daemon.hpp" | ||
11 | |||
12 | #ifdef MENES_PRAGMA_ONCE | ||
13 | #pragma once | ||
14 | #endif | ||
15 | |||
16 | class Unmounter : public Daemon | ||
17 | { | ||
18 | private: | ||
19 | douglas | 418 | const api::Path& config; |
20 | douglas | 402 | virtual void load(); |
21 | virtual void run(); | ||
22 | public: | ||
23 | douglas | 418 | Unmounter(const api::Path& config); |
24 | douglas | 402 | }; |
25 | |||
26 | #endif // _Unmounter_hpp_ |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |