Revision: | 408 |
Committed: | 2004-12-31T01:08:16-08:00 (20 years, 5 months ago) by douglas |
File size: | 420 byte(s) |
Log Message: | FreeBSD has this problem, oh well. |
# | Content |
---|---|
1 | // Spectre 2 |
2 | // |
3 | // Douglas Thrift |
4 | // |
5 | // $Id$ |
6 | |
7 | #ifndef _Mounter_hpp_ |
8 | #define _Mounter_hpp_ |
9 | |
10 | #include "Daemon.hpp" |
11 | |
12 | #ifdef MENES_PRAGMA_ONCE |
13 | #pragma once |
14 | #endif |
15 | |
16 | class Mounter : public Daemon |
17 | { |
18 | private: |
19 | const ext::String& config; |
20 | #ifdef __FreeBSD__ |
21 | static ext::String secret; |
22 | #endif |
23 | virtual void load(); |
24 | virtual void run(); |
25 | public: |
26 | Mounter(const ext::String& config); |
27 | virtual ~Mounter(); |
28 | }; |
29 | |
30 | #endif // _Mounter_hpp_ |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |