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

File Contents

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

Properties

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