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

File Contents

# Content
1 // Spectre 2
2 //
3 // Douglas Thrift
4 //
5 // $Id$
6
7 #ifndef _Unmounter_hpp_
8 #define _Unmounter_hpp_
9
10 #include "Daemon.hpp"
11 #include "Share.hpp"
12
13 #ifdef MENES_PRAGMA_ONCE
14 #pragma once
15 #endif
16
17 class Unmounter : public Daemon
18 {
19 private:
20 const api::Path& config;
21 virtual void load();
22 virtual void run();
23 public:
24 Unmounter(const api::Path& config);
25 };
26
27 #endif//_Unmounter_hpp_

Properties

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