ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Spectre2/Mounter.hpp
Revision: 402
Committed: 2004-12-29T22:38:37-08:00 (20 years, 5 months ago) by douglas
File size: 345 byte(s)
Log Message:
It bogles the mind!

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    
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     virtual void load();
21     virtual void run();
22     public:
23     Mounter(const ext::String& config);
24     };
25    
26     #endif // _Mounter_hpp_

Properties

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