ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Spectre2/Unmounter.cpp
Revision: 407
Committed: 2004-12-30T22:32:13-08:00 (20 years, 5 months ago) by douglas
File size: 337 byte(s)
Log Message:
Worky!

File Contents

# Content
1 // Spectre 2
2 //
3 // Douglas Thrift
4 //
5 // $Id$
6
7 #include "Unmounter.hpp"
8
9 Unmounter::Unmounter(const ext::String& config) : Daemon(), config(config) {}
10
11 void Unmounter::load()
12 {
13 api::Cerr << "Unmounter::load()" << ios::NewLine;
14
15 loaded = true;
16 }
17
18 void Unmounter::run()
19 {
20 api::Cerr << "Unmounter::run()" << ios::NewLine;
21
22 ::sleep(5);
23 }

Properties

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