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, 3 months ago) by douglas
File size: 370 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 _Unmounter_hpp_
8     #define _Unmounter_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 Unmounter : public Daemon
18     {
19     private:
20 douglas 418 const api::Path& config;
21 douglas 402 virtual void load();
22     virtual void run();
23     public:
24 douglas 418 Unmounter(const api::Path& config);
25 douglas 402 };
26    
27 douglas 428 #endif//_Unmounter_hpp_

Properties

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