ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Spectre/Unmounter.cpp
Revision: 227
Committed: 2003-07-30T17:56:29-07:00 (21 years, 10 months ago) by douglas
File size: 305 byte(s)
Log Message:
Thought about the meaning of life, added $Id$ tags.

File Contents

# Content
1 // Spectre Samba Mounter
2 //
3 // Douglas Thrift
4 //
5 // $Id: Unmounter.cpp,v 1.1 2003/07/31 00:56:29 douglas Exp $
6
7 #include "Unmounter.h"
8
9 void Unmounter::unmount()
10 {
11 //
12 }
13
14 void Unmounter::samba()
15 {
16 //
17 }
18
19 void Unmounter::samba(ipstream& pin)
20 {
21 //
22 }
23
24 void Unmounter::unmount(const string& unmount)
25 {
26 //
27 }