ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Spectre2/Mounter.hpp
Revision: 428
Committed: 2005-03-24T17:38:00-08:00 (20 years, 3 months ago) by douglas
File size: 435 byte(s)
Log Message:
Finally, I can commit!

File Contents

# 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 #include "Share.hpp"
12
13 #ifdef MENES_PRAGMA_ONCE
14 #pragma once
15 #endif
16
17 class Mounter : public Daemon
18 {
19 private:
20 const api::Path& config;
21 #ifdef __FreeBSD__
22 static ext::String secret;
23 #endif
24 virtual void load();
25 virtual void run();
26 public:
27 Mounter(const api::Path& config);
28 virtual ~Mounter();
29 };
30
31 #endif//_Mounter_hpp_

Properties

Name Value
svn:eol-style native
svn:keywords Id