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, 2 months ago) by douglas
File size: 435 byte(s)
Log Message:
Finally, I can commit!

File Contents

# User Rev Content
1 douglas 402 // Spectre 2
2     //
3     // Douglas Thrift
4     //
5     // $Id$
6    
7     #ifndef _Mounter_hpp_
8     #define _Mounter_hpp_
9    
10     #include "Daemon.hpp"
11 douglas 428 #include "Share.hpp"
12 douglas 402
13     #ifdef MENES_PRAGMA_ONCE
14     #pragma once
15     #endif
16    
17     class Mounter : public Daemon
18     {
19     private:
20 douglas 418 const api::Path& config;
21 douglas 408 #ifdef __FreeBSD__
22     static ext::String secret;
23     #endif
24 douglas 402 virtual void load();
25     virtual void run();
26     public:
27 douglas 418 Mounter(const api::Path& config);
28 douglas 408 virtual ~Mounter();
29 douglas 402 };
30    
31 douglas 428 #endif//_Mounter_hpp_

Properties

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