Revision: | 429 |
Committed: | 2005-03-25T18:47:25-08:00 (20 years, 2 months ago) by douglas |
File size: | 199 byte(s) |
Log Message: | Refactorizeify! Brought to you by ideas in the shower and riding home in my brother's 4Runner. |
# | Content |
---|---|
1 | // Spectre 2 |
2 | // |
3 | // Douglas Thrift |
4 | // |
5 | // $Id$ |
6 | |
7 | #include "Unmounter.hpp" |
8 | |
9 | int Unmounter::work(const Share& share) |
10 | { |
11 | api::Cout << "STUB: unmount " << share << ios::NewLine; |
12 | |
13 | ::sleep(5); |
14 | |
15 | return 0; |
16 | } |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |